aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/yahoo.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-04 22:23:59 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-04 22:23:59 +0200
commitc8edf47b3a96556c1f5d78d5b9b389b84a676bce (patch)
tree765d801577cf8aebab15e2ec4e43ecb2cf561e51 /youtube_dl/extractor/yahoo.py
parent3b4c26a4286451ca0236245fe42ae9e8b9aafff8 (diff)
downloadyoutube-dl-c8edf47b3a96556c1f5d78d5b9b389b84a676bce.tar.xz
[yahoo] Support https and -uploader URLs (Fixes #2701)
Diffstat (limited to 'youtube_dl/extractor/yahoo.py')
-rw-r--r--youtube_dl/extractor/yahoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py
index c1de172b1..e2cf1ae56 100644
--- a/youtube_dl/extractor/yahoo.py
+++ b/youtube_dl/extractor/yahoo.py
@@ -15,7 +15,7 @@ from ..utils import (
class YahooIE(InfoExtractor):
IE_DESC = 'Yahoo screen'
- _VALID_URL = r'http://screen\.yahoo\.com/.*?-(?P<id>\d*?)\.html'
+ _VALID_URL = r'https?://screen\.yahoo\.com/.*?-(?P<id>[0-9]+)(?:-[a-z]+)?\.html'
_TESTS = [
{
'url': 'http://screen.yahoo.com/julian-smith-travis-legg-watch-214727115.html',