aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/regression_-_yt__58___prefix_for___34__regular__34___urls.mdwn
Commit message (Collapse)AuthorAge
* fix regression in addurl --file caused by youtube-dl supportGravatar Joey Hess2017-12-06
| | | | | | | | | | | | | | | | | | Now youtubeDlCheck downloads the beginning of the url's content and checks if it's html, only when it is does it pass it off the youtube-dl to check if it supports it. This means more work is done for urls that youtube-dl does support, but is probably more efficient for other urls, since it only downloads the first chunk of content, while youtube-dl probably downloads more. As well as the reported bug, this also fixes behavior when an url was added with youtube-dl, but the url content has now changed from a html page to something else. Remote.Web.checkKey used to wrongly succeed in that situation, since youtube-dl said sure it can download that something else. This commit was supported by the NSF-funded DataLad project.
* (no commit message)Gravatar yarikoptic2017-12-06
|
* initial whining about yt: prefixGravatar yarikoptic2017-12-06