summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://rmunn.myopenid.com/ <rmunn@web>2012-06-09 18:54:14 +0000
committerGravatar admin <admin@branchable.com>2012-06-09 18:54:14 +0000
commit6c8f76ca28859b1e025189e4f669508e2c516a9b (patch)
tree18c772b24f6a48e40280a4685034172c5c7fc485
parent3141c36f2e5cefb67eb200f604ac5b38a04b3e3d (diff)
New idea: using youtube-dl to download video URLs
-rw-r--r--doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn b/doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn
new file mode 100644
index 000000000..a368c98a0
--- /dev/null
+++ b/doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn
@@ -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).