Browse Source

[aenetworks:historytopic] fix topic video url

totalwebcasting
Remita Amine 8 years ago
parent
commit
4c7821227c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/aenetworks.py

+ 1
- 1
youtube_dl/extractor/aenetworks.py View File

@ -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'
}))


Loading…
Cancel
Save