On Sun, 23 Mar 2014 17:21:23 +0100 Merlin <[email protected]> said:
> On 23.03.2014 14:49, Carsten Haitzler (The Rasterman) wrote: > > n - because a youtube url is a web page, not a video stream. it's basically > > impractical to put such a feature into terminology as it requires > > screenscraping the youtube web page, faking being s browser an finding the > > real video stream url. > > Thank you, I'll file a bug report then. Terminology should not claim to > be able to play it, if it's not. use youtube-dl (which is a large python script that keeps changing to track what youtube changes happen) to get a url. it used to work as it used to point to a .flv file at least at a point in the past. problem is that the url to the stream changes all the time with youtube and keeping up is a pain in the arse. youtube-dl -g <youtube web page url here> will get u the media stream url. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
