Ignore:
Timestamp:
09/24/16 19:03:25 (8 years ago)
Author:
obi
Message:

[tithek] add local python hoster openload / allmyvideos / nosvideo / vidup

Location:
titan/mediathek/localhoster/lib
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/lib/aa_decoder.py

    r38962 r38996  
    88# Modified by Shani
    99import re
    10 from urlresolver import common
     10#from urlresolver import common
    1111
    1212
     
    188188        result = re.search(pattern, self.encoded_str, re.DOTALL)
    189189        if result is None:
    190             common.log_utils.log_debug("AADecoder: data not found")
     190#            common.log_utils.log_debug("AADecoder: data not found")
    191191            return False
    192192
     
    202202            # Check new char
    203203            if data.find(begin_char) != 0:
    204                 common.log_utils.log_debug("AADecoder: data not found")
     204#                common.log_utils.log_debug("AADecoder: data not found")
    205205                return False
    206206
     
    229229
    230230            if str_char == "":
    231                 common.log_utils.log_debug("no match :  ")
    232                 common.log_utils.log_debug(data + "\nout = " + out + "\n")
     231#                common.log_utils.log_debug("no match :  ")
     232#                common.log_utils.log_debug(data + "\nout = " + out + "\n")
    233233                return False
    234234            # print 'sofar', str_char, radix,out
     
    238238
    239239        if out == "":
    240             common.log_utils.log_debug("no match : " + data)
     240#            common.log_utils.log_debug("no match : " + data)
    241241            return False
    242242
Note: See TracChangeset for help on using the changeset viewer.