X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmovshare.py;h=6101063f2ef9695dd86bbabedec134a4387a9332;hb=e3e166d8cfa2be039b320d0c733b8233e95d3dcf;hp=bb2ae6d05a6a5afdad574bea1893878065569fd4;hpb=d0e4cf82f19de1ddd8adb7b234fa28f37c54161b;p=youtube-dl diff --git a/youtube_dl/extractor/movshare.py b/youtube_dl/extractor/movshare.py index bb2ae6d05..6101063f2 100644 --- a/youtube_dl/extractor/movshare.py +++ b/youtube_dl/extractor/movshare.py @@ -7,7 +7,7 @@ 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' @@ -24,4 +24,4 @@ class MovShareIE(NovaMovIE): 'title': 'dissapeared image', 'description': 'optical illusion dissapeared image magic illusion', } - } \ No newline at end of file + }