aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawkinson <jhawk@mit.edu>2017-03-19 20:52:25 -0400
committerSergey M․ <dstftw@gmail.com>2017-03-25 19:53:32 +0700
commite8e4cc5a6a3ad8bf94d9ff9e5bb2d72712e14c34 (patch)
treeb19fbcb31ba35e3faa3b1006e2a2037231eefbbf
parentc7301e677bddb5d676ebf207a3ac485fce330057 (diff)
downloadyoutube-dl-e8e4cc5a6a3ad8bf94d9ff9e5bb2d72712e14c34.tar.xz
[generic] Replace LazyYT test with skiplagged
discourse.ubuntu.com has gone away, repalce with skiplagged.com. Be nice to have a non-frontpage URL that might be more stable, though I don't have one. Maybe this should move to html in test/test_InfoExtractor.py?
-rw-r--r--youtube_dl/extractor/generic.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index da9d04efc..4fff93efe 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -902,12 +902,13 @@ class GenericIE(InfoExtractor):
},
# LazyYT
{
- 'url': 'http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986',
+ 'url': 'https://skiplagged.com/',
'info_dict': {
- 'id': '1986',
- 'title': 'Unity 8 desktop-mode windows on Mir! - Ubuntu Discourse',
+ 'id': 'skiplagged',
+ 'title': 'Skiplagged: The smart way to find cheap flights',
},
- 'playlist_mincount': 2,
+ 'playlist_mincount': 1,
+ 'add_ie': ['Youtube'],
},
# Cinchcast embed
{