Skip to content

Commit

Permalink
Merge pull request #342 from cradle8810/308_yt-dlp-FixupMtime_correct…
Browse files Browse the repository at this point in the history
…ly_install

Fix how to install yt-dlp-FixupMtime
  • Loading branch information
cradle8810 authored Oct 26, 2024
2 parents 2314fb2 + 0847b4d commit f0eb46e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions tasks/sns_dl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@
mode: "0755"
when: ansible_distribution == "Ubuntu"

- name: Install yt-dlp-FixupMtime (Linux)
- name: Install yt-dlp-FixupMtime
ansible.builtin.pip:
name: "https://github.com/bradenhilton/yt-dlp-FixupMtime/archive/master.zip"
name: "git+https://github.com/bradenhilton/yt-dlp-FixupMtime"
break_system_packages: true
when: ansible_distribution == "Ubuntu"

- name: Install yt-dlp-FixupMtime (macOS)
ansible.builtin.pip:
name: "https://github.com/bradenhilton/yt-dlp-FixupMtime/archive/master.zip"
extra_args: "--break-system-packages"
when: ansible_distribution == "MacOSX"
extra_args: "--upgrade"

- name: Download twitter-loader
ansible.builtin.unarchive:
Expand Down

0 comments on commit f0eb46e

Please sign in to comment.