diff options
author | 2012-09-25 22:55:24 +0000 | |
---|---|---|
committer | 2012-09-25 22:55:24 +0000 | |
commit | a0a6d8e102d0e472331913520cbdef2ca48d458a (patch) | |
tree | 0d8559216bc97b57d68761d610a1c55dffa7dbf4 | |
parent | 3526a1cd3b42357e9175f10a90bd83e50021f006 (diff) |
convert a link into an internal one, so that the connections can be tracked by ikiwiki and displayed.
-rw-r--r-- | doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn | 2 |
1 files changed, 1 insertions, 1 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 index e11989e52..4227678ba 100644 --- 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 @@ -1,4 +1,4 @@ -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). +The [[Web special remote|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). > This is something I've thought about doing for a while.. > Two things I have not figured out: |