Changeset 39652


Ignore:
Timestamp:
01/04/17 19:24:34 (7 years ago)
Author:
obi
Message:

fix youwatch

Location:
titan/mediathek/localhoster
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r39650 r39652  
    187187                videoweed|bitvid) videoweed $INPUT;;
    188188                vodlocker) vodlocker $INPUT;;
    189                 youwatch|chouhaa) youwatch $INPUT;;
     189                youwatch|chouhaa|ay8ou8ohth) youwatch $INPUT;;
    190190                thevideo) thevideo $INPUT;;
    191191                movshare|wholecloud|vidgg) movshare $INPUT;;
  • titan/mediathek/localhoster/youwatch.py

    r39052 r39652  
    1010class YouWatchResolver(object):
    1111    name = "youwatch"
    12     domains = ["youwatch.org", "chouhaa.info"]
    13     pattern = '(?://|\.)(youwatch\.org|chouhaa\.info)/(?:embed-)?([A-Za-z0-9]+)'
     12    domains = ["youwatch.org", "chouhaa.info", "ay8ou8ohth.com"]
     13    pattern = '(?://|\.)(youwatch\.org|chouhaa\.info|ay8ou8ohth\.com)/(?:embed-)?([A-Za-z0-9]+)'
    1414
    1515    def __init__(self):
Note: See TracChangeset for help on using the changeset viewer.