Changeset 43491
- Timestamp:
- Feb 11, 2019, 2:19:06 PM (2 years ago)
- Location:
- titan
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/movie4k.sh
r43118 r43491 652 652 ' 653 653 # BEGIN variable setzen 654 BEGIN 654 BEGIN \ 655 655 { 656 656 suche = 1 -
titan/mediathek/localparser_secret/myspass.sh
r42464 r43491 56 56 ' 57 57 # BEGIN variable setzen 58 BEGIN 58 BEGIN \ 59 59 { 60 60 # setzt suchvariable auf 0 vor dem start … … 79 79 j = index(substr($0, i), "\"") - 1 80 80 newpage = substr($0, i, j) 81 gsub(/\\/, "", newpage , newpage)81 gsub(/\\/, "", newpage) 82 82 83 83 i = index($0, "\"original_image\":\"") + 18 84 84 j = index(substr($0, i), "\"") - 1 85 85 pic = substr($0, i, j) 86 gsub(/\\/, "", pic , pic)86 gsub(/\\/, "", pic) 87 87 88 88 piccount += 1 … … 116 116 ' 117 117 # BEGIN variable setzen 118 BEGIN 118 BEGIN \ 119 119 { 120 120 # setzt suchvariable auf 0 vor dem start … … 139 139 j = index(substr($0, i), "\"") - 1 140 140 newpage = substr($0, i, j) 141 gsub(/\\/, "", newpage , newpage)141 gsub(/\\/, "", newpage) 142 142 143 143 i = index($0, "\"original_image\":\"") + 18 144 144 j = index(substr($0, i), "\"") - 1 145 145 pic = substr($0, i, j) 146 gsub(/\\/, "", pic , pic)146 gsub(/\\/, "", pic) 147 147 148 148 piccount += 1 … … 176 176 ' 177 177 # BEGIN variable setzen 178 BEGIN 178 BEGIN \ 179 179 { 180 180 # setzt suchvariable auf 0 vor dem start … … 191 191 j = index(substr($0, i), "\",\"") - 1 192 192 title = substr($0, i, j) 193 gsub(" - Teil 1", "", title , title)193 gsub(" - Teil 1", "", title) 194 194 195 195 i = index($0, "\"season_name\":\"") + 15 … … 208 208 j = index(substr($0, i), "\"") - 1 209 209 newpage = substr($0, i, j) 210 gsub(/\\/, "", newpage , newpage)210 gsub(/\\/, "", newpage) 211 211 212 212 i = index($0, "\"original_image\":\"") + 18 213 213 j = index(substr($0, i), "\"") - 1 214 214 pic = substr($0, i, j) 215 gsub(/\\/, "", pic , pic)215 gsub(/\\/, "", pic) 216 216 217 217 piccount += 1 … … 242 242 ' 243 243 # BEGIN variable setzen 244 BEGIN 244 BEGIN \ 245 245 { 246 246 # setzt suchvariable auf 0 vor dem start … … 264 264 j = index(substr($0, i), "\"") - 1 265 265 newpage = substr($0, i, j) 266 gsub(/\\/, "", newpage , newpage)266 gsub(/\\/, "", newpage) 267 267 268 268 # print "newpage: " newpage … … 271 271 j = index(substr($0, i), "\"") - 1 272 272 pic = substr($0, i, j) 273 gsub(/\\/, "", pic , pic)273 gsub(/\\/, "", pic) 274 274 # print "pic: " pic 275 275 -
titan/mediathek/localparser_secret/openloadmovie.sh
r42572 r43491 57 57 ' 58 58 # BEGIN variable setzen 59 BEGIN 59 BEGIN \ 60 60 { 61 61 # setzt suchvariable auf 0 vor dem start … … 88 88 j = index(substr($0, i), "\"") - 1 89 89 newpage = substr($0, i, j) 90 gsub("http://openloadmovie.co/", "", newpage , newpage)91 gsub("https://openloadmovie.co/", "", newpage , newpage)92 gsub("http://openloadmovie.me/", "", newpage , newpage)93 gsub("https://openloadmovie.me/", "", newpage , newpage)90 gsub("http://openloadmovie.co/", "", newpage) 91 gsub("https://openloadmovie.co/", "", newpage) 92 gsub("http://openloadmovie.me/", "", newpage) 93 gsub("https://openloadmovie.me/", "", newpage) 94 94 95 95 i = index($0, "<img src=\"") + 10 … … 100 100 j = index(substr($0, i), "\"") - 1 101 101 title = substr($0, i, j) 102 gsub(" Openload Movies", "", title , title)102 gsub(" Openload Movies", "", title) 103 103 104 104 … … 143 143 ' 144 144 # BEGIN variable setzen 145 BEGIN 145 BEGIN \ 146 146 { 147 147 # setzt suchvariable auf 0 vor dem start -
titan/mediathek/localparser_secret/pornhub.sh
r42679 r43491 93 93 ' 94 94 # 1. BEGIN variable setzen 95 BEGIN 95 BEGIN \ 96 96 { 97 97 # 2. setzt suchvariable auf 0 vor dem start … … 167 167 # 23. tausche leehrzeichen in punkte 168 168 # 24. titel = reife.frauen 169 gsub(" ", ".", picname , picname)169 gsub(" ", ".", picname) 170 170 pic = "http://atemio.dyndns.tv/mediathek/menu/" picname ".jpg" 171 171 } … … 295 295 ' 296 296 # BEGIN variable setzen 297 BEGIN 297 BEGIN \ 298 298 { 299 299 # setzt suchvariable auf 0 vor dem start … … 580 580 ' 581 581 # BEGIN variable setzen 582 BEGIN 582 BEGIN \ 583 583 { 584 584 # setzt suchvariable auf 0 vor dem start -
titan/mediathek/localparser_secret/serienstream.sh
r42884 r43491 86 86 ' 87 87 # BEGIN variable setzen 88 BEGIN 88 BEGIN \ 89 89 { 90 90 # print "start" … … 142 142 ' 143 143 # BEGIN variable setzen 144 BEGIN 144 BEGIN \ 145 145 { 146 146 suche = 0 … … 208 208 ' 209 209 # BEGIN variable setzen 210 BEGIN 210 BEGIN \ 211 211 { 212 212 suche = 0 … … 278 278 ' 279 279 # BEGIN variable setzen 280 BEGIN 280 BEGIN \ 281 281 { 282 282 suche = 0 … … 352 352 ' 353 353 # BEGIN variable setzen 354 BEGIN 354 BEGIN \ 355 355 { 356 356 suche = 1 -
titan/mediathek/localparser_secret/sportsondemand.sh
r43490 r43491 285 285 j = index($0, "</b>") - i 286 286 title = substr($0, i, j) 287 # gsub("–", "-", title, title)288 287 gsub("–", "-", title) 289 288 next -
titan/plugins/tithek/tithek_global.h
r42622 r43491 670 670 filename = string_replace_all("._.", "_", filename, 1); 671 671 filename = string_replace_all(".._", "_", filename, 1); 672 filename = string_replace_all(":", ".", filename, 1); 672 673 673 674 return filename; … … 797 798 tmpstr = string_replace_all("._.", "_", tmpstr, 1); 798 799 tmpstr = string_replace_all(".._", "_", tmpstr, 1); 800 tmpstr = string_replace_all(":", ".", tmpstr, 1); 799 801 tmpstr = string_replace_all("..", ".", tmpstr, 1); 800 802 } … … 807 809 tmpstr = string_replace_all(")", "", tmpstr, 1); 808 810 tmpstr = string_replace_all("/", ".", tmpstr, 1); 809 811 tmpstr = string_replace_all(":", ".", tmpstr, 1); 810 812 } 811 813
Note: See TracChangeset
for help on using the changeset viewer.