Browse Source

[movshare] Support more domains

Sergey M․ 11 years ago
parent
commit
9d0993ec4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/movshare.py

+ 1 - 1
youtube_dl/extractor/movshare.py

@@ -7,7 +7,7 @@ class MovShareIE(NovaMovIE):
     IE_NAME = 'movshare'
     IE_NAME = 'movshare'
     IE_DESC = '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'
     _HOST = 'www.movshare.net'