projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b94dbb
)
[nytimes] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Mon, 17 Oct 2016 15:16:23 +0000
(22:16 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 17 Oct 2016 15:16:23 +0000
(22:16 +0700)
youtube_dl/extractor/nytimes.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nytimes.py
b/youtube_dl/extractor/nytimes.py
index 32e904ebfea073c6746f7561ec22b8a0cf1ce162..2bb77ab249239163d8318a57e8fd0fdb57d2e32a 100644
(file)
--- a/
youtube_dl/extractor/nytimes.py
+++ b/
youtube_dl/extractor/nytimes.py
@@
-191,7
+191,7
@@
class NYTimesArticleIE(NYTimesBaseIE):
episode = audio_data.get('podcast', {}).get('episode') or ''
episode_number = int_or_none(self._search_regex(
- r'[Ee]pisode\s+(\d+)', episode, 'epi
d
ode number', default=None))
+ r'[Ee]pisode\s+(\d+)', episode, 'epi
s
ode number', default=None))
return {
'id': remove_start(podcast_audio.get('target'), 'FT') or page_id,