aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/yahoo.py
AgeCommit message (Collapse)Author
2014-09-29[yahoo] Remove test casePhilipp Hagemeister
This video seems to have been removed entirely
2014-08-27[yahoo] Add one more pattern for content idSergey M․
2014-08-16[yahoo] Add support for embedded videos (Closes #3525)Sergey M․
2014-06-04[yahoo] improve thumbnail extractionpulpe
2014-06-04[yahoo] Improve content id extractionSergey M․
2014-06-04[yahoo] Make thumbnail optional (Closes #3043)Sergey M․
2014-04-21[yahoo] Add support for movies (Fixes #2780)Philipp Hagemeister
2014-04-19[test_all_urls] Add support for distributed URL matching test definitionPhilipp Hagemeister
2014-04-04[yahoo] Support https and -uploader URLs (Fixes #2701)Philipp Hagemeister
2014-04-04Remove unused importsPhilipp Hagemeister
2014-04-04[yahoo] ModernizeJaime Marquínez Ferrándiz
2014-02-11[yahoo] use unicode_literalsArjun Sreedharan
2013-12-25[yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister
2013-12-05Remove unused importsPhilipp Hagemeister
2013-11-29[yahoo] Force use of the http protocol for downloading the videos.Jaime Marquínez Ferrándiz
2013-11-29[yahoo] Add an extractor for yahoo news (closes #1849)Jaime Marquínez Ferrándiz
2013-11-27[yahoo] Fix video extraction and use the new format system exclusivelyJaime Marquínez Ferrándiz
2013-11-03Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz
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