Changeset 43088 for titan/mediathek/localhoster/streamcloud.py
- Timestamp:
- 12/04/18 00:29:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/streamcloud.py
r42584 r43088 34 34 html = response.content 35 35 if re.search('>(File Not Found)<', html): 36 raise ResolverError('File Not Found or removed')36 print 'errormsg=File Not Found or removed' 37 37 38 38 cnt = 10
Note: See TracChangeset
for help on using the changeset viewer.