Changeset 37332
- Timestamp:
- 03/10/16 23:50:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/beeg.sh
r37156 r37332 139 139 } 140 140 if (video != "null") { 141 # print title "#http s:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2"142 print "http s:" video141 # print title "#http:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2" 142 print "http:" video 143 143 } 144 144 title = "" … … 214 214 print "KEY2: " o >>"/mnt/parser/beeg.log" 215 215 r = "" 216 for (i = length(o) - 2; i > - 3; i = i - 3) {216 for (i = length(o) - 2; i > -2; i = i - 3) { 217 217 if (i > 0) { 218 r = r substr(o, i, 3) A219 } 220 else { 221 r = r substr(o, 1, 2 -i)218 r = r substr(o, i, 3) 219 } 220 else { 221 r = r substr(o, 1, 2 + i) 222 222 } 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.