aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/yahoo.py
AgeCommit message (Collapse)Author
2013-10-10[yahoo] Download the info from another pageJaime Marquínez Ferrándiz
The 'meta' field is not always in the video webpage
2013-10-04[yahoo] Switch ext of testPhilipp Hagemeister
2013-10-04[yahoo] Fix test titlePhilipp Hagemeister
2013-10-04[yahoo] Do not try to run rtmpdump on travisPhilipp Hagemeister
2013-09-28[yahoo] Fix video extraction (fixes #1521)Jaime Marquínez Ferrándiz
There's no need to use two different methods. Now we can also download videos over http if possible. Also run the test for rtmp videos, but skip the download.
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23Move YahooSearchIE to youtube_dl.extractor.yahooPhilipp Hagemeister
2013-06-23Move yahoo into its own filePhilipp Hagemeister