[youtube:user] Fix id key (Fixes #1745)

master
Philipp Hagemeister 11 years ago
parent 7eeb5bef24
commit b11cec4162
  1. 2
      youtube_dl/extractor/youtube.py

@ -1662,7 +1662,7 @@ class YoutubeUserIE(InfoExtractor):
'_type': 'url', '_type': 'url',
'url': video_id, 'url': video_id,
'ie_key': 'Youtube', 'ie_key': 'Youtube',
'id': 'video_id', 'id': video_id,
'title': title, 'title': title,
} }
url_results = PagedList(download_page, self._GDATA_PAGE_SIZE) url_results = PagedList(download_page, self._GDATA_PAGE_SIZE)

Loading…
Cancel
Save