Changeset 41296 for titan/mediathek


Ignore:
Timestamp:
11/26/17 03:29:57 (6 years ago)
Author:
obi
Message:

fix sh4 python

Location:
titan/mediathek
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/lib/python2.7/locale.py

    r40661 r41296  
    978978    'de_ch@euro':                           'de_CH.ISO8859-15',
    979979    'de_de':                                'de_DE.ISO8859-1',
     980    'po/de':                                'de_DE.ISO8859-1',
    980981    'de_de.88591':                          'de_DE.ISO8859-1',
    981982    'de_de.885915':                         'de_DE.ISO8859-15',
  • titan/mediathek/localparser_secret/sportsondemand.sh

    r41292 r41296  
    594594                                curl "$URLTMP" --referer "$referer" -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.12
    595595
    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
    597601                                        URL="errormsg=You need access to https://vk.com to use this full stream, add VK User/Pass on Tithek Settings"
    598602                                else
Note: See TracChangeset for help on using the changeset viewer.