projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b254aa
)
[nowtv] Do not request unnecessary metadata
author
Sergey M․
<dstftw@gmail.com>
Wed, 27 May 2015 19:15:04 +0000
(
01:15
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 27 May 2015 19:15:04 +0000
(
01:15
+0600)
youtube_dl/extractor/nowtv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nowtv.py
b/youtube_dl/extractor/nowtv.py
index 295168432a30ea842f5587e227545b01716ce5ab..d39bbde9988f1865073d1d3375e7a712dc9096a3 100644
(file)
--- a/
youtube_dl/extractor/nowtv.py
+++ b/
youtube_dl/extractor/nowtv.py
@@
-115,7
+115,7
@@
class NowTVIE(InfoExtractor):
station = mobj.group('station')
info = self._download_json(
- 'https://api.nowtv.de/v3/movies/%s?fields=*,format,files
,breakpoints,paymentPaytypes,trailers,pictures
' % display_id,
+ 'https://api.nowtv.de/v3/movies/%s?fields=*,format,files' % display_id,
display_id)
video_id = compat_str(info['id'])