Changeset 40302 for titan/mediathek/localparser_free
- Timestamp:
- 04/15/17 03:31:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_free/clipfish.sh
r40301 r40302 86 86 87 87 piccount += 1 88 print title "#" SRC " " SRC " submenu \x27/devmobileapp/metachannels\x27 " newpage "#" pic tolower(title) ".jpg#" PICNAME "." piccount ".jpg#" NAME "# 2"88 print title "#" SRC " " SRC " submenu \x27/devmobileapp/metachannels\x27 " newpage "#" pic tolower(title) ".jpg#" PICNAME "." piccount ".jpg#" NAME "#0" 89 89 90 90 next … … 113 113 piccount = 0 114 114 pages = "1" 115 # print "000000" $0116 115 } 117 116 /"id"/ \ … … 127 126 id = substr($0, i, j) 128 127 } 129 # print "id: " id130 128 131 129 i = index($0, "\"title\":\"") + 9 132 130 j = index(substr($0, i), "\",\"") - 1 133 131 title = substr($0, i, j) 134 # print "title: " title135 132 136 133 i = index($0, "\"id\":\"") + 6 … … 147 144 gsub(/\\/, "", newpage, newpage) 148 145 149 # print "newpage: " newpage150 151 146 i = index($0, "\"img_thumbnail\":\"") + 17 152 147 j = index(substr($0, i), "\"") - 1 … … 160 155 pic = "http://atemio.dyndns.tv/mediathek/menu/" tolower(title) ".jpg#" 161 156 } 162 print title "#" SRC " " SRC " search \x27/devmobileapp/specialvideos/" newpage "/mostrecent/\x27 1 \x27/16\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "# 2"157 print title "#" SRC " " SRC " search \x27/devmobileapp/specialvideos/" newpage "/mostrecent/\x27 1 \x27/16\x27#" pic "#" PICNAME "." piccount ".jpg#" NAME "#0" 163 158 164 159 next
Note: See TracChangeset
for help on using the changeset viewer.