projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa309d
)
[dw] Skip an invalid test
author
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jun 2016 08:53:40 +0000
(16:53 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jun 2016 08:53:40 +0000
(16:53 +0800)
DW documentaries only last for one or two weeks. See #9475
youtube_dl/extractor/dw.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dw.py
b/youtube_dl/extractor/dw.py
index 0f0f0b8d375b3c319b00cc3e235133686c1744a8..d740652f172c1dc9b61b19205af20b6721e10211 100644
(file)
--- a/
youtube_dl/extractor/dw.py
+++ b/
youtube_dl/extractor/dw.py
@@
-35,6
+35,7
@@
class DWIE(InfoExtractor):
'upload_date': '20160311',
}
}, {
+ # DW documentaries, only last for one or two weeks
'url': 'http://www.dw.com/en/documentaries-welcome-to-the-90s-2016-05-21/e-19220158-9798',
'md5': '56b6214ef463bfb9a3b71aeb886f3cf1',
'info_dict': {
@@
-44,6
+45,7
@@
class DWIE(InfoExtractor):
'description': 'Welcome to the 90s - The Golden Decade of Hip Hop',
'upload_date': '20160521',
},
+ 'skip': 'Video removed',
}]
def _real_extract(self, url):