Changeset 42009
- Timestamp:
- 03/22/18 23:17:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/pornhub.sh
r41966 r42009 122 122 } 123 123 # 12. nextpage zeile 124 # <ahref=\"\/video?c=28125 / <ahref=\"\/video?/ \124 # href=\"\/video?c=28 125 /href=\"\/video?/ \ 126 126 { 127 127 if (suche == 1) 128 128 { 129 # <ahref="/video?c=28" onclick="ga.....>129 # href="/video?c=28" onclick="ga.....> 130 130 # 13. extrahiere den newpage pfad 131 131 i = index($0, "href=\"") + 6 … … 466 466 # in naechste zeile springen 467 467 # \x27 = single quotes 468 print title "#" SRC " " SRC " hoster\x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111"468 print title "#" SRC " " SRC " play \x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111" 469 469 } 470 470 … … 529 529 530 530 if [ `cat $TMP/$FILENAME.list | grep "#$NEWPAGE#" | wc -l` -eq 0 ];then 531 LINE="$TITLE#$SRC $SRC hoster'$NEWPAGE'#$PIC#$FILENAME.$FILENAME.$NEXT.$piccount.jpg#$NAME#111"531 LINE="$TITLE#$SRC $SRC play '$NEWPAGE'#$PIC#$FILENAME.$FILENAME.$NEXT.$piccount.jpg#$NAME#111" 532 532 fi 533 533 echo "$LINE" >> $TMP/$FILENAME.list … … 704 704 # # in naechste zeile springen 705 705 # # \x27 = single quotes 706 # print title "#" SRC " " SRC " hoster\x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111"706 # print title "#" SRC " " SRC " play \x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111" 707 707 # } 708 708 # … … 746 746 # in naechste zeile springen 747 747 # \x27 = single quotes 748 # print title " (" extra ")#" SRC " " SRC " hoster\x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111"748 # print title " (" extra ")#" SRC " " SRC " play \x27" newpage "\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#111" 749 749 print title " (" extra ")#" SRC " " SRC " search \x27" newpage "?page=\x27 1#" pic "#" PICNAME "." piccount ".jpg#" NAME "#0" 750 750 … … 772 772 } 773 773 774 hoster()774 play() 775 775 { 776 #rm $TMP/cache.$PARSER.$INPUT.* > /dev/null 2>&1777 #/tmp/localhoster/hoster.sh youtube_dl $URL$PAGE > $TMP/cache.$PARSER.$INPUT.1778 #STREAMURL=`cat $TMP/cache.$PARSER.$INPUT.1`779 # echo$STREAMURL780 echo $URL$PAGE776 rm $TMP/cache.$PARSER.$INPUT.* > /dev/null 2>&1 777 /tmp/localhoster/hoster.sh youtube_dl $URL$PAGE > $TMP/cache.$PARSER.$INPUT.1 778 STREAMURL=`cat $TMP/cache.$PARSER.$INPUT.1` 779 cat $STREAMURL 780 # echo $URL$PAGE 781 781 } 782 782 … … 784 784 init) $INPUT;; 785 785 mainmenu) $INPUT;; 786 hoster) $INPUT;;786 play) $INPUT;; 787 787 search) $INPUT;; 788 788 searchold) $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.