Changeset 43088
- Timestamp:
- 12/04/18 00:29:21 (4 years ago)
- Location:
- titan/mediathek
- Files:
-
- 2 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 -
titan/mediathek/localparser_secret/movie4k.sh
r43086 r43088 660 660 661 661 # extrahiere den title pfad 662 i = index($0, " ") + 6663 j = index(substr($0, i), "< ") - 1662 i = index($0, "> ") + 8 663 j = index(substr($0, i), "</a>") - 1 664 664 title = substr($0, i, j) 665 665
Note: See TracChangeset
for help on using the changeset viewer.