Skip to content

Commit

Permalink
Update youtube-archive.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson authored Nov 18, 2024
1 parent 039696f commit 1a91f4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/youtube-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Download AND playlist with yt-dlp
run: |
out=ssh -o StrictHostKeyChecking=no root@production 'yt-dlp \
echo "out='$(ssh -o StrictHostKeyChecking=no root@production 'yt-dlp \
-o "${{ secrets.SERMON_ARCHIVE_PATH }}/%(playlist_title)s/%(upload_date)s - %(title)s/%(upload_date)s - %(title)s.%(ext)s.%(ext)s" \
--download-archive "${{ secrets.SERMON_ARCHIVE_PATH }}/archive.txt" \
--write-info-json \
Expand All @@ -39,8 +39,7 @@ jobs:
--file-access-retries 50 \
--no-clean-info-json \
--print after_video:" - %(title)s" \
"https://www.youtube.com/playlist?list=PLbQ39sgTWJxeVK3iDlN10wl_REBksOL6n"'
echo "out=$out" >> "$GITHUB_OUTPUT"
"https://www.youtube.com/playlist?list=PLbQ39sgTWJxeVK3iDlN10wl_REBksOL6n"')'" >> "$GITHUB_OUTPUT"
continue-on-error: true
id: and_status

Expand Down

0 comments on commit 1a91f4e

Please sign in to comment.