Skip to content

Commit

Permalink
Update archive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
upintheairsheep authored Mar 27, 2024
1 parent 63623dc commit 19407e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# ia configure --username="$IA_EMAIL" --password="$IA_PASSWORD"
echo "$IA_INI" > ~/.config/ia.ini
# tubeup "https://www.tiktok.com/@papyrusspeeslosh?_t=8g2YXVztl8A&_r=1" --get-comments
yt-dlp -j --no-warnings -i --flat-playlist "https://youtube.com/playlist?list=PLH2hXlNKGe1TjzmqW5yYE_mzHfn57Mjnm&si=ExZJ0W_aLuJr0ojv" | jq -r ".url" > result.log
yt-dlp -j --no-warnings -i --flat-playlist "https://youtube.com/@Apple" | jq -r ".url" > result.log
while IFS="" read -r p || [ -n "$p" ]; do
if [ -z "$p" ]; then
echo "Empty URL found"
Expand Down

0 comments on commit 19407e5

Please sign in to comment.