summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-15 22:13:48 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-15 22:13:48 +0600
commita78d6a9bb1387db4aa29f1ac1e4edad8d2061783 (patch)
treeb034697ea3a05727ca74109c6e76aa037959e26a
parent567f9a5809daf51ed48cf8292ab741f765937d56 (diff)
downloadyoutube-dl-a78d6a9bb1387db4aa29f1ac1e4edad8d2061783.tar.gz
youtube-dl-a78d6a9bb1387db4aa29f1ac1e4edad8d2061783.tar.xz
youtube-dl-a78d6a9bb1387db4aa29f1ac1e4edad8d2061783.zip
[ae] Improve _VALID_URL
-rw-r--r--youtube_dl/extractor/ae.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ae.py b/youtube_dl/extractor/ae.py
index 880c65350..a3b9f1ca4 100644
--- a/youtube_dl/extractor/ae.py
+++ b/youtube_dl/extractor/ae.py
@@ -5,7 +5,7 @@ from ..utils import smuggle_url
 
 
 class AEIE(InfoExtractor):
-    _VALID_URL = r'https?://(?:www\.)?(?:(?:history|aetv|mylifetime)\.com|fyi.tv)/(?:[^/]+/)+(?P<id>[^/]+?)(?:$|[?#])'
+    _VALID_URL = r'https?://(?:www\.)?(?:(?:history|aetv|mylifetime)\.com|fyi\.tv)/(?:[^/]+/)+(?P<id>[^/]+?)(?:$|[?#])'
 
     _TESTS = [{
         'url': 'http://www.history.com/topics/valentines-day/history-of-valentines-day/videos/bet-you-didnt-know-valentines-day?m=528e394da93ae&s=undefined&f=1&free=false',