1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 19:33:32 +08:00
Files
youtube-dl/youtube_dl
T
fnord f7c1e3455d --fallback-generic: try to download with generic on failure
* 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
..
2015-05-22 00:06:10 +06:00
2015-07-18 18:32:52 +06:00
2015-02-18 10:47:42 +01:00
2014-12-13 12:35:45 +01:00
2015-07-18 11:59:45 +02:00