Changeset 43090
- Timestamp:
- 12/04/18 01:17:12 (4 years ago)
- Location:
- titan/mediathek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r42959 r43090 736 736 echo "$BIN $youtubebin $INPUT $USER $PASS" > /tmp/.last_hoster_youtube_dl.log 737 737 738 $BIN $youtubebin "$INPUT" $USER $PASS > $TMP/$TYPE.$hoster.$FILENAME.streamlist 738 if [ ! -z "$INPUT" ];then 739 $BIN $youtubebin "$INPUT" $USER $PASS > $TMP/$TYPE.$hoster.$FILENAME.streamlist 740 else 741 echo "errormsg=Error: Youtube DL has Emthy Url from Parser" > $TMP/$TYPE.$hoster.$FILENAME.streamlist 739 742 # cat $TMP/$TYPE.$hoster.$FILENAME.streamlist 740 743 echo $TMP/$TYPE.$hoster.$FILENAME.streamlist -
titan/mediathek/localparser_secret/movie4k.sh
r43089 r43090 700 700 if ( newpage != "" ) 701 701 print title "#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111" 702 else 703 print title "(ERROR)#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111" 702 704 } 703 705 next
Note: See TracChangeset
for help on using the changeset viewer.