New idea: using youtube-dl to download video URLs
This commit is contained in:
parent
3141c36f2e
commit
6c8f76ca28
1 changed files with 1 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
The [Web special remote](http://git-annex.branchable.com/special_remotes/web/) could possibly be improved by detecting when URLs reference a Youtube video page and using [youtube-dl](http://rg3.github.com/youtube-dl/) instead of wget to download the page. Youtube-dl can also handle several other video sites such as vimeo.com and blip.tv, so if this idea were to be implemented, it might make sense to borrow the regular expressions that youtube-dl uses to identify video URLs. A quick grep through the youtube-dl source for the identifier _VALID_URL should find those regexes (in Python's regex format).
|
Loading…
Add table
Reference in a new issue