Changeset 41296 for titan/mediathek/localparser_secret/sportsondemand.sh
- Timestamp:
- 11/26/17 03:29:57 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.