aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-12-02[smotri] SimplifyPhilipp Hagemeister
2013-12-02Added extractors for smotri.comdst
2013-12-01[vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz
2013-12-01[generic] Find embedded dailymotion videos (Fixes #1848)Philipp Hagemeister
2013-12-01[clipfish] Skip test on travisPhilipp 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-29[imdb] Fix the resolution values (fixes #1847)Jaime Marquínez Ferrándiz
We were using the size of the player, it was the same for all the formats
2013-11-29[podomatic] Add extractorPhilipp Hagemeister
2013-11-28Add an extractor for Clipsyndicate (closes #1744)Jaime Marquínez Ferrándiz
2013-11-28[imdb] Fix extraction in python 2.6Jaime Marquínez Ferrándiz
Using a regular expression because the html cannot be parsed.
2013-11-28Add an extractor for Internet Movie Database trailers (closes #1832)Jaime Marquínez Ferrándiz
2013-11-28[clipfish] Use FIFA trailer as testcase (#1842)Philipp Hagemeister
2013-11-28[clipfish] Fix imports (#1842)Philipp Hagemeister
2013-11-28[zdf] Use _download_xmlPhilipp Hagemeister
2013-11-28[zdf] add a pseudo-testcase and fix URL matchingPhilipp Hagemeister
2013-11-28Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-28[youtube:feeds] Use the 'paging' value from the downloaded json information ↵Jaime Marquínez Ferrándiz
(fixes #1845)
2013-11-27[yahoo] Fix video extraction and use the new format system exclusivelyJaime Marquínez Ferrándiz
2013-11-27[youtube:playlist] Fix the extraction of the title for some mixes (#1844)Jaime Marquínez Ferrándiz
Like https://www.youtube.com/watch?v=g8jDB5xOiuE&list=RDIh2gxLqR7HM
2013-11-27[clipfish] Effect a better error message (#1842)Philipp Hagemeister
2013-11-27[videopremium] support new .me domainFilippo Valsorda
2013-11-26[youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-26[youtube:playlist] Remove the link with index 0Jaime Marquínez Ferrándiz
It's not the first video of the playlist, it appears in the 'Play all' button (see the test course for an example)
2013-11-25[soundcloud] Support for listing of audio-only filesPhilipp Hagemeister
2013-11-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-25[bambuser] Skip the download in the testJaime Marquínez Ferrándiz
It doesn't respect the 'Range' header.
2013-11-25[soundcloud] Prefer HTTP over RTMP (#1798)Philipp Hagemeister
2013-11-25Merge remote-tracking branch 'rbrito/swap-dimensions'Philipp Hagemeister
2013-11-25[viki] Fix subtitle extractionPhilipp Hagemeister
2013-11-25[viki] Fix subtitles extractionPhilipp Hagemeister
2013-11-25[viki] Fix uploader extractionPhilipp Hagemeister
2013-11-25[generic] Improve detectionPhilipp Hagemeister
Allow download of http://goo.gl/7X5tOk Fixes #1818
2013-11-25Merge branch 'opener-to-ydl'Philipp Hagemeister
2013-11-25Remove quality_name field and improve zdf extractorPhilipp Hagemeister
2013-11-25[zdf/common] Use API in ZDF extractor.Philipp Hagemeister
This also comes with a lot of extra format fields Fixes #1518
2013-11-25[viki] Make uploader field optional (#1813)Philipp Hagemeister
2013-11-24[comedycentral] Add support for comedycentral.com videos (closes #1824)Jaime Marquínez Ferrándiz
It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE
2013-11-24[viki] Skip travis testPhilipp Hagemeister
Also provide a better error message for geoblocked videos.
2013-11-24[vik] Clarify outputPhilipp Hagemeister
2013-11-24Merge branch 'master' into opener-to-ydlPhilipp Hagemeister
2013-11-24[collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz
xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
2013-11-24[youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz
2013-11-24[mixcloud] The description field may be missing (fixes #1819)Jaime Marquínez Ferrándiz
2013-11-24[brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵Jaime Marquínez Ferrándiz
instead
2013-11-24[clipfish] Add extractor (Fixes #1760)Philipp Hagemeister
2013-11-24[viki] Add extractor (fixes #1813)Philipp Hagemeister
2013-11-24[youtube] do not use variable name twicePhilipp Hagemeister
2013-11-24[niconico] Clarify downloadPhilipp Hagemeister