Changeset 40402


Ignore:
Timestamp:
05/10/17 21:34:23 (6 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r40318 r40402  
    210210{
    211211#       rm -f /tmp/_last_hoster_* > /dev/null 2>&1
    212         echo "$BIN $youtubebin $INPUT" > /tmp/.last_hoster_youtube_dl.log
     212        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
    213213#       $BIN $youtubebin "$INPUT"
    214214#       $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"
    216216}
    217217
Note: See TracChangeset for help on using the changeset viewer.