Changeset 40402
- Timestamp:
- 05/10/17 21:34:23 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r40318 r40402 210 210 { 211 211 # rm -f /tmp/_last_hoster_* > /dev/null 2>&1 212 echo "$BIN $ youtubebin$INPUT" > /tmp/.last_hoster_youtube_dl.log212 echo "$BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent "$USERAGENT" --format mp4 --restrict-filenames -g $INPUT" > /tmp/.last_hoster_youtube_dl.log 213 213 # $BIN $youtubebin "$INPUT" 214 214 # $BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent "$USERAGENT" --all-formats -g "$INPUT" 215 $BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent "$USERAGENT" --format mp4 - g "$INPUT"215 $BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent "$USERAGENT" --format mp4 --restrict-filenames -g "$INPUT" 216 216 } 217 217
Note: See TracChangeset
for help on using the changeset viewer.