Changeset 37332


Ignore:
Timestamp:
03/10/16 23:50:34 (7 years ago)
Author:
tt4sk
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/beeg.sh

    r37156 r37332  
    139139        }
    140140        if (video != "null") {
    141 #           print title "#https:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2"
    142            print "https:" video
     141#           print title "#http:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2"
     142           print "http:" video
    143143           }
    144144        title = ""
     
    214214        print "KEY2: " o >>"/mnt/parser/beeg.log"
    215215        r = ""
    216         for (i = length(o) - 2; i > -3; i = i - 3) {
     216        for (i = length(o) - 2; i > -2; i = i - 3) {
    217217           if (i > 0) {
    218               r = r substr(o, i, 3)A
    219            }
    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)
    222222           }
    223223        }
Note: See TracChangeset for help on using the changeset viewer.