aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [clipfish] Use FIFA trailer as testcase (#1842)Philipp Hagemeister2013-11-281-5/+5
|
* [clipfish] Fix imports (#1842)Philipp Hagemeister2013-11-281-0/+1
|
* [zdf] Use _download_xmlPhilipp Hagemeister2013-11-282-5/+6
|
* [zdf] add a pseudo-testcase and fix URL matchingPhilipp Hagemeister2013-11-281-1/+15
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-282-19/+8
|\
| * [youtube:feeds] Use the 'paging' value from the downloaded json information ↵Jaime Marquínez Ferrándiz2013-11-281-12/+3
| | | | | | | | (fixes #1845)
| * [yahoo] Fix video extraction and use the new format system exclusivelyJaime Marquínez Ferrándiz2013-11-271-6/+2
| |
| * [youtube:playlist] Fix the extraction of the title for some mixes (#1844)Jaime Marquínez Ferrándiz2013-11-271-1/+3
| | | | | | | | Like https://www.youtube.com/watch?v=g8jDB5xOiuE&list=RDIh2gxLqR7HM
* | [clipfish] Effect a better error message (#1842)Philipp Hagemeister2013-11-271-0/+5
|/
* [videopremium] support new .me domainFilippo Valsorda2013-11-271-2/+2
|
* [youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz2013-11-261-2/+22
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-2628-105/+38
|
* [youtube:playlist] Remove the link with index 0Jaime Marquínez Ferrándiz2013-11-261-3/+5
| | | | It's not the first video of the playlist, it appears in the 'Play all' button (see the test course for an example)
* [soundcloud] Support for listing of audio-only filesPhilipp Hagemeister2013-11-251-0/+4
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-251-0/+5
|\
| * [bambuser] Skip the download in the testJaime Marquínez Ferrándiz2013-11-251-0/+5
| | | | | | | | It doesn't respect the 'Range' header.
* | [soundcloud] Prefer HTTP over RTMP (#1798)Philipp Hagemeister2013-11-251-18/+48
|/
* Merge remote-tracking branch 'rbrito/swap-dimensions'Philipp Hagemeister2013-11-251-13/+13
|\
| * extractor: youtube: Swap video dimensions to match standard practice.Rogério Brito2013-10-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While working on this, I thought about simplifying things like changing 480x854 to 480p, and that seemed like a good option, until I realized that people (me included) usually link the concept of some number followed by a p with the video being 16:9. So, we would be losing some information and, as we all know, [explicit is better than implicit][*]. [*]: http://www.python.org/dev/peps/pep-0020/ This closes #1446. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* | [viki] Fix subtitle extractionPhilipp Hagemeister2013-11-251-1/+3
| |
* | [viki] Fix subtitles extractionPhilipp Hagemeister2013-11-251-1/+1
| |
* | [viki] Fix uploader extractionPhilipp Hagemeister2013-11-251-1/+1
| |
* | [generic] Improve detectionPhilipp Hagemeister2013-11-251-5/+3
| | | | | | | | | | Allow download of http://goo.gl/7X5tOk Fixes #1818
* | Merge branch 'opener-to-ydl'Philipp Hagemeister2013-11-251-2/+2
|\ \
| * \ Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-2412-81/+377
| |\ \
| * | | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-221-2/+2
| | | | | | | | | | | | | | | | | | | | This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805.
* | | | Remove quality_name field and improve zdf extractorPhilipp Hagemeister2013-11-252-7/+17
| | | |
* | | | [zdf/common] Use API in ZDF extractor.Philipp Hagemeister2013-11-252-45/+72
| | | | | | | | | | | | | | | | | | | | This also comes with a lot of extra format fields Fixes #1518
* | | | [viki] Make uploader field optional (#1813)Philipp Hagemeister2013-11-251-5/+6
| | | |
* | | | [comedycentral] Add support for comedycentral.com videos (closes #1824)Jaime Marquínez Ferrándiz2013-11-242-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE
* | | | [viki] Skip travis testPhilipp Hagemeister2013-11-241-1/+7
| | | | | | | | | | | | | | | | Also provide a better error message for geoblocked videos.
* | | | [vik] Clarify outputPhilipp Hagemeister2013-11-241-1/+2
| |/ / |/| |
* | | [collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz2013-11-242-5/+8
| | | | | | | | | | | | | | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
* | | [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-242-0/+15
| | |
* | | [mixcloud] The description field may be missing (fixes #1819)Jaime Marquínez Ferrándiz2013-11-241-1/+1
| | |
* | | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵Jaime Marquínez Ferrándiz2013-11-241-4/+7
| | | | | | | | | | | | instead
* | | [clipfish] Add extractor (Fixes #1760)Philipp Hagemeister2013-11-242-0/+54
| | |
* | | [viki] Add extractor (fixes #1813)Philipp Hagemeister2013-11-242-0/+92
| | |
* | | [youtube] do not use variable name twicePhilipp Hagemeister2013-11-241-2/+2
| | |
* | | [niconico] Clarify downloadPhilipp Hagemeister2013-11-241-3/+3
| | |
* | | [bandcamp] Remove unused variablePhilipp Hagemeister2013-11-241-1/+0
| | |
* | | [niconico] Simplify and make work with old Python versionsPhilipp Hagemeister2013-11-241-90/+31
| | | | | | | | | | | | The website requires SSLv3, otherwise it just times out during SSL negotiation.
* | | Merge remote-tracking branch 'takuya0301/niconico'Philipp Hagemeister2013-11-242-0/+191
|\ \ \
| * | | Add support for niconicoTakuya Tsuchida2013-11-232-0/+191
| | | |
* | | | [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ↵Jaime Marquínez Ferrándiz2013-11-231-3/+6
| | | | | | | | | | | | | | | | the parameters (fixes #1815)
* | | | [streamcloud] skip test on travisPhilipp Hagemeister2013-11-231-0/+1
|/ / /
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-222-27/+27
|\ \ \
| * | | [howcast] update test's checksumJaime Marquínez Ferrándiz2013-11-221-1/+1
| | | |
| * | | [bandcamp] move the album test to the album extractor and return a single ↵Jaime Marquínez Ferrándiz2013-11-221-26/+26
| | | | | | | | | | | | | | | | track instead of a playlist
* | | | Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-222-11/+19
|/ / /