Skip to content

Commit

Permalink
Fixed duplicate '?'
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlauro committed Feb 1, 2016
1 parent 9cb65dc commit 9260643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playlist2links
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
fi

eval $COMMAND
grep -e "^<tr.*<a href=\"/watch?v=.*$1" "${TMPFILE}.html" | sed 's/.*watch/https:\/\/www.youtube.com\/watch?/g' | sed 's/&amp.*//g' > playlist_$1.txt
grep -e "^<tr.*<a href=\"/watch?v=.*$1" "${TMPFILE}.html" | sed 's/.*watch/https:\/\/www.youtube.com\/watch/g' | sed 's/&amp.*//g' > playlist_$1.txt

while [[ $(grep "continuation=" ${TMPFILE}.html) ]]
do
Expand Down

0 comments on commit 9260643

Please sign in to comment.