projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636a963
)
[safari] Add test for #5985
author
Sergey M․
<dstftw@gmail.com>
Mon, 15 Jun 2015 15:36:30 +0000
(21:36 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 15 Jun 2015 15:36:30 +0000
(21:36 +0600)
youtube_dl/extractor/safari.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/safari.py
b/youtube_dl/extractor/safari.py
index 20ba6fa336738ab635fa290370948ed0eff2f8b9..f3c80708c86ab2fc29fbd029b245bbe894af2dfb 100644
(file)
--- a/
youtube_dl/extractor/safari.py
+++ b/
youtube_dl/extractor/safari.py
@@
-100,6
+100,10
@@
class SafariIE(SafariBaseIE):
}, {
'url': 'https://www.safaribooksonline.com/api/v1/book/9780133392838/chapter/part00.html',
'only_matching': True,
+ }, {
+ # non-digits in course id
+ 'url': 'https://www.safaribooksonline.com/library/view/create-a-nodejs/100000006A0210/part00.html',
+ 'only_matching': True,
}]
def _real_extract(self, url):