Changeset 43089
- Timestamp:
- 12/04/18 01:08:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/movie4k.sh
r43088 r43089 642 642 hosterlist() 643 643 { 644 #rm $TMP/$FILENAME.list 644 645 if [ ! -e "$TMP/$FILENAME.list" ]; then 645 646 $curlbin -o - $URL/$PAGE | awk -v SRC=$SRC -v NAME=$NAME -v PICNAME=$PICNAME -v INPUT=$INPUT -v PAGE=$PAGE -v NEXT=$NEXT \ … … 650 651 suche = 1 651 652 } 652 /^links\[/ \ 653 # /^links\[/ \ 654 /tablemoviesindex2/ \ 653 655 { 654 656 if ( suche == 1 ) 655 657 { 658 # # extrahiere den newpage pfad 659 # i = index($0, "href=\\\"") + 7 660 # j = index(substr($0, i), "\\") - 1 661 # newpage = substr($0, i, j) 662 656 663 # extrahiere den newpage pfad 657 i = index($0, " href=\\\"") + 7658 j = index(substr($0, i), "\\") - 1659 664 i = index($0, "window.location.href = \x27") + 24 665 j = index(substr($0, i), "\x27") - 1 666 newpage = substr($0, i, j) 660 667 661 668 # extrahiere den title pfad … … 668 675 extra = substr($0, i, j) 669 676 677 #print 123 $0 678 #print "newpage" newpage 679 #print "extra" extra 680 #print "title" title 681 670 682 if (title != "") 671 683 { 672 684 pic = tolower(title) 673 685 split(pic, a, ".") 674 title = title " (" extra ")"686 # title = title " (" extra ")" 675 687 if ( pic == "" ) 676 688 { … … 686 698 # 25. in naechste zeile springen 687 699 # 26. \x27 = single quotes 688 689 print title "#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111"700 if ( newpage != "" ) 701 print title "#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111" 690 702 } 691 703 next
Note: See TracChangeset
for help on using the changeset viewer.