Add the 'webpage_url' field to info_dict
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 3 Nov 2013 11:11:13 +0000 (12:11 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 3 Nov 2013 11:11:13 +0000 (12:11 +0100)
commit9103bbc5cd11957de2e906e4401dcf4df9511d28
treec8adf22aeb2eb553a33d9de51b673a416ff042f9
parentb6c45014aed4b3176be1142958be98d7cb9dbaff
Add the 'webpage_url' field to info_dict

The url for the video page, it must allow to reproduce the result.
It's automatically set by YoutubeDL if it's missing.
test/test_download.py
youtube_dl/YoutubeDL.py
youtube_dl/extractor/common.py
youtube_dl/extractor/vimeo.py
youtube_dl/extractor/youtube.py