diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-08-11 16:02:34 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-08-11 20:34:26 -0400 |
commit | ff0497643828e3e24dd2f7afdf1ba327dfb869a4 (patch) | |
tree | 201c2c65a2a585c788049832d96faab7145f1b97 /doc/todo | |
parent | 72ea579af620ea27a6c144b095b48ffbb142c4d0 (diff) |
mention quvi as a possible solution for youtube support
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/wishlist:_special-case_handling_of_Youtube_URLs_in_Web_special_remote.mdwn | 10 |
1 files changed, 10 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 index 4227678ba..3e08bb8d9 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 @@ -10,3 +10,13 @@ The [[Web special remote|special remotes/web]] could possibly be improved by det > this. > > --[[Joey]] + +> > There's a library for this called [quvi][] which supports many +> > different sites and also allows fetching the URL (as opposed to just +> > downloading the file). It seems to me this would be the best tool +> > for this task. One problem to consider here is that a single youtube +> > URL may yield different file contents depending on the quality +> > chosen. Also, it seems that the URLs guessed by quvi may be +> > ephemeral. --[[anarcat]] +> > +> > [quvi]: http://quvi.sourceforge.net/ |