Skip to content

Commit

Permalink
Fix how to install yt-dlp-FixupMtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 26, 2024
1 parent 2314fb2 commit 0847b4d
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 0847b4d

Please sign in to comment.