projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42362fd
)
[aenetworks:historytopic] fix topic video url
author
Remita Amine
<remitamine@gmail.com>
Wed, 29 Jun 2016 15:03:32 +0000
(16:03 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Wed, 29 Jun 2016 15:03:32 +0000
(16:03 +0100)
youtube_dl/extractor/aenetworks.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/aenetworks.py
b/youtube_dl/extractor/aenetworks.py
index cbde8b46e934cd7281775046f8b26141582919d3..1376dd70fc78d0e8d8f56276ec5f25e719d08d55 100644
(file)
--- a/
youtube_dl/extractor/aenetworks.py
+++ b/
youtube_dl/extractor/aenetworks.py
@@
-161,7
+161,7
@@
class HistoryTopicIE(AENetworksBaseIE):
for episode_item in re.findall(r'<a.+?data-release-url="[^"]+"[^>]*>', webpage):
video_attributes = extract_attributes(episode_item)
entries.append(self.theplatform_url_result(
- video_attributes['data-
href
'], video_attributes['data-id'], {
+ video_attributes['data-
release-url
'], video_attributes['data-id'], {
'mbr': 'true',
'switch': 'hls'
}))