X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmovshare.py;h=6101063f2ef9695dd86bbabedec134a4387a9332;hb=5f6a1245ffa9276c1af59b0835afeef67e2fb5b1;hp=2cf8b64bbbec64ca3c6e6163b57e0450d64a1b69;hpb=1ff7c0f7d804dedb9186490f2d61c773e62650c5;p=youtube-dl diff --git a/youtube_dl/extractor/movshare.py b/youtube_dl/extractor/movshare.py index 2cf8b64bb..6101063f2 100644 --- a/youtube_dl/extractor/movshare.py +++ b/youtube_dl/extractor/movshare.py @@ -7,10 +7,11 @@ class MovShareIE(NovaMovIE): IE_NAME = 'movshare' IE_DESC = 'MovShare' - _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'movshare\.(?:net|sx)'} + _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'movshare\.(?:net|sx|ag)'} _HOST = 'www.movshare.net' + _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<' _TITLE_REGEX = r'Title: ([^<]+)

' _DESCRIPTION_REGEX = r'Description: ([^<]+)

' @@ -23,4 +24,4 @@ class MovShareIE(NovaMovIE): 'title': 'dissapeared image', 'description': 'optical illusion dissapeared image magic illusion', } - } \ No newline at end of file + }