mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-07 19:33:32 +08:00
f7c1e3455d
* does not retry if generic fails, or if a url from generic fails
(to prevent silly generic->embed->fail->generic->embed->fail->shenanigans)
* 'failed' extra_info propagates to playlist entries, to prevent
the above as well
* extra_info re-initialized for every argument in .download()
(it seems to persist to the next argument)
* 'arg_url' extra_info added, to store the requested url:
youtube-dl http://www.telegraph.co.uk/news/newstopics/howaboutthat/11750410/Clever-dog-uses-boat-to-fetch-ball-without-getting-wet.html \
--custom-meta 'description=\n arg_url=%(arg_url)s\n webpage_url=%(webpage_url)s'
arg_url=http://www.telegraph.co.uk/news/newstopics/howaboutthat/11750410/Clever-dog-uses-boat-to-fetch-ball-without-getting-wet.html
webpage_url=http://player.ooyala.com/player.js?embedCode=VpMjlidjp_25xhKrv4mmLPgL4hRArBZG
f7c1e3455d
·
2015-07-20 08:56:33 -05:00
History