summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.12.03 2013.12.03Philipp Hagemeister2013-12-032-2/+2
|
* [configuration] Undo code breakagePhilipp Hagemeister2013-12-031-1/+3
|
* Correct configuration file locationsPhilipp Hagemeister2013-12-032-6/+14
|
* Add Windows configuration file locations (#1881)Philipp Hagemeister2013-12-032-8/+23
|
* Clarify --download-archive help (#1757)Philipp Hagemeister2013-12-031-1/+1
|
* Credit @dstftw for smotri IEPhilipp Hagemeister2013-12-021-0/+1
|
* [smotri] SimplifyPhilipp Hagemeister2013-12-022-40/+54
|
* Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dlPhilipp Hagemeister2013-12-023-1/+265
|\
| * Added extractors for smotri.comdst2013-12-023-1/+265
| |
* | release 2013.12.02 2013.12.02Philipp Hagemeister2013-12-022-4/+5
| |
* | Add --socket-timeout optionPhilipp Hagemeister2013-12-022-1/+7
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-024-11/+49
|\|
| * [vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz2013-12-014-11/+49
| |
* | Make socket timeout configurable, and bump default to 10 minutes (#1862)Philipp Hagemeister2013-12-012-2/+5
|/
* [generic] Find embedded dailymotion videos (Fixes #1848)Philipp Hagemeister2013-12-011-0/+9
|
* [clipfish] Skip test on travisPhilipp Hagemeister2013-12-011-1/+2
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-305-16/+43
|\
| * [yahoo] Force use of the http protocol for downloading the videos.Jaime Marquínez Ferrándiz2013-11-291-16/+8
| |
| * [yahoo] Add an extractor for yahoo news (closes #1849)Jaime Marquínez Ferrándiz2013-11-292-2/+38
| |
| * Merge pull request #1850 from nikai3d/masterPhilipp Hagemeister2013-11-292-2/+2
| |\ | | | | | | fix typo in help
| | * fix typo in helpNicolas Kaiser2013-11-291-1/+1
| | |
| | * fix typo in README.mdNicolas Kaiser2013-11-291-1/+1
| |/
| * [imdb] Fix the resolution values (fixes #1847)Jaime Marquínez Ferrándiz2013-11-291-2/+1
| | | | | | | | We were using the size of the player, it was the same for all the formats
* | Clarify help of --write-pages (#1853)Philipp Hagemeister2013-11-301-1/+1
| |
* | Clarify --download-archive helpPhilipp Hagemeister2013-11-291-1/+1
| |
* | Do not mutate default argumentsPhilipp Hagemeister2013-11-291-2/+2
|/ | | | | In this case, it looks rather harmless (since the conditions for --restrict-filenames should not change while a process is running), but just to be sure. This also simplifies the interface for callers, who can just pass in the idiomatic None for "I don't care, whatever is the default".
* release 2013.11.29 2013.11.29Philipp Hagemeister2013-11-291-1/+1
|
* [podomatic] Add extractorPhilipp Hagemeister2013-11-292-0/+50
|
* Add an extractor for Clipsyndicate (closes #1744)Jaime Marquínez Ferrándiz2013-11-282-0/+53
|
* [imdb] Fix extraction in python 2.6Jaime Marquínez Ferrándiz2013-11-281-2/+3
| | | | Using a regular expression because the html cannot be parsed.
* Add an extractor for Internet Movie Database trailers (closes #1832)Jaime Marquínez Ferrándiz2013-11-282-0/+60
|
* release 2013.11.28.1 2013.11.28.1Philipp Hagemeister2013-11-281-1/+1
|
* [youtube/subtitles] Change MD5 of vtt subtitle in testPhilipp Hagemeister2013-11-281-1/+1
|
* [clipfish] Use FIFA trailer as testcase (#1842)Philipp Hagemeister2013-11-281-5/+5
|
* [clipfish] Fix imports (#1842)Philipp Hagemeister2013-11-281-0/+1
|
* release 2013.11.28 2013.11.28Philipp Hagemeister2013-11-281-1/+1
|
* [zdf] Use _download_xmlPhilipp Hagemeister2013-11-283-10/+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
|
* [bash-completion] Complete the ':ythistory' keywordJaime Marquínez Ferrándiz2013-11-271-2/+2
|
* [bash-completion] Complete filenames or directories if the previous option ↵Jaime Marquínez Ferrándiz2013-11-271-1/+12
| | | | requires it
* [youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz2013-11-262-2/+31
|
* 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)
* YoutubeDL: set the 'params' property before any message/warning/error is ↵Jaime Marquínez Ferrándiz2013-11-261-2/+2
| | | | | | sent (fixes #1840) If it sets the 'restrictfilenames' param, it will first report a warning. It will try to get the logger from the 'params' property, which would be set at that moment to None, raising the error 'AttributeError: 'NoneType' object has no attribute 'get''