- Timestamp:
- 11/26/17 03:29:57 (5 years ago)
- Location:
- titan/mediathek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/lib/python2.7/locale.py
r40661 r41296 978 978 'de_ch@euro': 'de_CH.ISO8859-15', 979 979 'de_de': 'de_DE.ISO8859-1', 980 'po/de': 'de_DE.ISO8859-1', 980 981 'de_de.88591': 'de_DE.ISO8859-1', 981 982 'de_de.885915': 'de_DE.ISO8859-15', -
titan/mediathek/localparser_secret/sportsondemand.sh
r41292 r41296 594 594 curl "$URLTMP" --referer "$referer" -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12 595 595 596 if [ `cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12 | grep "Authorization required" | wc -l` -eq 1 ];then 596 if [ `cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12 | grep "This video has been removed from public access." | wc -l` -eq 1 ];then 597 URL="errormsg=This video has been removed from public access." 598 elif [ `cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12 | grep "This video is protected by privacy settings and is not available for viewing." | wc -l` -eq 1 ];then 599 URL="errormsg=This video is protected by privacy settings and is not available for viewing." 600 elif [ `cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12 | grep "Authorization required" | wc -l` -eq 1 ];then 597 601 URL="errormsg=You need access to https://vk.com to use this full stream, add VK User/Pass on Tithek Settings" 598 602 else
Note: See TracChangeset
for help on using the changeset viewer.