summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.04.04.2 2014.04.04.2Philipp Hagemeister2014-04-041-1/+1
|
* [youtube:playlist] Fix playlists for logged-in users (Fixes #2690)Philipp Hagemeister2014-04-041-1/+2
|
* release 2014.04.04.3 2014.04.04.3Philipp Hagemeister2014-04-041-1/+1
|
* [cnet] Fall back to "videos" keyPhilipp Hagemeister2014-04-041-0/+5
|
* [dailymotion] Fix playlist+userPhilipp Hagemeister2014-04-041-6/+4
|
* [generic] Remove test case that has become a 404Philipp Hagemeister2014-04-041-14/+0
|
* [tests] Fix YoutubeDL testsPhilipp Hagemeister2014-04-041-31/+43
| | | | Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
* release 2014.04.04.1 2014.04.04.1Philipp Hagemeister2014-04-041-1/+1
|
* [morningstar] Add new extractor (Fixes #2687)Philipp Hagemeister2014-04-042-0/+56
|
* release 2014.04.04 2014.04.04Philipp Hagemeister2014-04-041-1/+1
|
* [motorsport] Add extractor (Fixes #2688)Philipp Hagemeister2014-04-042-0/+64
|
* [README] Fix VALID_URL in extractor examplePhilipp Hagemeister2014-04-031-3/+3
|
* Merge pull request #2681 from phihag/readme-dev-instructionsPhilipp Hagemeister2014-04-031-1/+61
|\ | | | | [README] Improve developer instructions
| * [README] Add md5 to code examplePhilipp Hagemeister2014-04-031-0/+2
| |
| * [README] Improve developer instructionsPhilipp Hagemeister2014-04-031-1/+59
| | | | | | | | | | | | Add a longer tutorial that should cover everything needed to start developing IEs. Fixes #2676
* | [wimp] Detect youtube videos (fixes #2686)Jaime Marquínez Ferrándiz2014-04-031-3/+24
| |
* | [comedycentral:shows] Do no include 6-digit identifier in display IDPhilipp Hagemeister2014-04-031-1/+1
| |
* | release 2014.04.03.3 2014.04.03.3Philipp Hagemeister2014-04-031-1/+1
| |
* | [cnet] Add new extractor (Fixes #2679)Philipp Hagemeister2014-04-033-4/+75
| |
* | [comedycentral] Add test for #2677Philipp Hagemeister2014-04-031-0/+3
| |
* | release 2014.04.03.2 2014.04.03.2Philipp Hagemeister2014-04-031-1/+1
| |
* | Correct check for empty dirname (Fixes #2683)Philipp Hagemeister2014-04-031-1/+1
| |
* | [youtube:subscriptions] Add space to the descriptionJaime Marquínez Ferrándiz2014-04-031-1/+1
| |
* | [c56] Modernize and add duration extractionSergey M․2014-04-031-11/+18
|/
* [YouTubeDL] Throw an early error if the info_dict result is invalidPhilipp Hagemeister2014-04-031-0/+8
|
* [comedycentral:shows] Support guest/ URLs (Fixes #2677)Philipp Hagemeister2014-04-031-1/+1
|
* [downloader/f4m] Close the final videoJaime Marquínez Ferrándiz2014-04-031-0/+1
|
* MANIFEST.in: Only list the files from the docs folder that will be included ↵Jaime Marquínez Ferrándiz2014-04-031-2/+1
| | | | | | (closes #2623) Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.
* release 2014.04.03.1 2014.04.03.1Philipp Hagemeister2014-04-031-1/+1
|
* [franceculture] Add extractor (Fixes #2669)Philipp Hagemeister2014-04-033-1/+79
|
* Only mention websense URL oncePhilipp Hagemeister2014-04-031-1/+1
|
* release 2014.04.03 2014.04.03Philipp Hagemeister2014-04-031-1/+1
|
* Detect Websense censorship (Fixes #2670)Philipp Hagemeister2014-04-031-0/+11
|
* [cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister2014-04-032-9/+35
|
* [musicplayon] Add support for musicplayon.comSergey M․2014-04-022-0/+76
|
* release 2014.04.02 2014.04.02Philipp Hagemeister2014-04-021-1/+1
|
* [youtube] feeds: Also look for the html in the 'content_html' field (fixes ↵Jaime Marquínez Ferrándiz2014-04-021-3/+2
| | | | #2671)
* [comedycentral] Change XPath .//guid to ./guid (fixes #2668)Jaime Marquínez Ferrándiz2014-04-011-1/+1
| | | | | It fails to find the element in python 2.6 and it's not required, the element is a direct child of the item node.
* [comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8Jaime Marquínez Ferrándiz2014-04-011-1/+1
|
* [rutube] Use _download_jsonJaime Marquínez Ferrándiz2014-04-011-12/+7
|
* [brightcove] Encode object_str with utf-8Sergey M․2014-04-012-1/+12
|
* [vk] Support optional dash for oid in embedded linksSergey M․2014-04-011-1/+1
|
* release 2014.04.01.3 2014.04.01.3Philipp Hagemeister2014-04-011-1/+1
|
* [utils] Correct decoding of large unicode codepoints in uppercase_escape ↵Philipp Hagemeister2014-04-011-2/+2
| | | | (Fixes #2664)
* release 2014.04.01.2 2014.04.01.2Philipp Hagemeister2014-04-011-1/+1
|
* [youtube] Transform google's JSON dialect (fixes #2663)Philipp Hagemeister2014-04-011-1/+3
|
* release 2014.04.01.1 2014.04.01.1Philipp Hagemeister2014-04-011-1/+1
|
* [comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister2014-04-012-2/+6
|
* release 2014.04.01 2014.04.01Philipp Hagemeister2014-04-011-1/+1
|
* [comedycentral] Add support for /videos URLs (Fixes #2660)Philipp Hagemeister2014-04-012-3/+11
|