Changeset 41171


Ignore:
Timestamp:
11/16/17 13:18:42 (6 years ago)
Author:
obi
Message:

tithek thevideo add deleted error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/thevideo.py

    r40880 r41171  
    5252                    max_label = int(re.sub('[^0-9]', '', source['label']))
    5353
     54        if re.search('File was deleted.', html):
     55            print 'errormsg=File was deleted.'
     56
    5457        varname = re.search('''concat\(\s*['"]/["']\s*\+([^\+]+?)\+''', html).group(1)
    5558
Note: See TracChangeset for help on using the changeset viewer.