aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-04[rts] Add more formats and audio support (Closes #2689)Sergey M․
2014-04-04[downloader/common] Use `compat_str` with the error in `try_rename` ↵Jaime Marquínez Ferrándiz
(appeared in #2389) Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
2014-04-04release 2014.04.04.22014.04.04.2Philipp Hagemeister
2014-04-04[youtube:playlist] Fix playlists for logged-in users (Fixes #2690)Philipp Hagemeister
2014-04-04release 2014.04.04.32014.04.04.3Philipp Hagemeister
2014-04-04[cnet] Fall back to "videos" keyPhilipp Hagemeister
2014-04-04[dailymotion] Fix playlist+userPhilipp Hagemeister
2014-04-04[generic] Remove test case that has become a 404Philipp Hagemeister
2014-04-04[tests] Fix YoutubeDL testsPhilipp Hagemeister
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
2014-04-04release 2014.04.04.12014.04.04.1Philipp Hagemeister
2014-04-04[morningstar] Add new extractor (Fixes #2687)Philipp Hagemeister
2014-04-04release 2014.04.042014.04.04Philipp Hagemeister
2014-04-04[motorsport] Add extractor (Fixes #2688)Philipp Hagemeister
2014-04-03[README] Fix VALID_URL in extractor examplePhilipp Hagemeister
2014-04-03Merge pull request #2681 from phihag/readme-dev-instructionsPhilipp Hagemeister
[README] Improve developer instructions
2014-04-03[wimp] Detect youtube videos (fixes #2686)Jaime Marquínez Ferrándiz
2014-04-03[comedycentral:shows] Do no include 6-digit identifier in display IDPhilipp Hagemeister
2014-04-03release 2014.04.03.32014.04.03.3Philipp Hagemeister
2014-04-03[cnet] Add new extractor (Fixes #2679)Philipp Hagemeister
2014-04-03[README] Add md5 to code examplePhilipp Hagemeister
2014-04-03[comedycentral] Add test for #2677Philipp Hagemeister
2014-04-03release 2014.04.03.22014.04.03.2Philipp Hagemeister
2014-04-03Correct check for empty dirname (Fixes #2683)Philipp Hagemeister
2014-04-03[youtube:subscriptions] Add space to the descriptionJaime Marquínez Ferrándiz
2014-04-03[c56] Modernize and add duration extractionSergey M․
2014-04-03[README] Improve developer instructionsPhilipp Hagemeister
Add a longer tutorial that should cover everything needed to start developing IEs. Fixes #2676
2014-04-03[YouTubeDL] Throw an early error if the info_dict result is invalidPhilipp Hagemeister
2014-04-03[comedycentral:shows] Support guest/ URLs (Fixes #2677)Philipp Hagemeister
2014-04-03[downloader/f4m] Close the final videoJaime Marquínez Ferrándiz
2014-04-03MANIFEST.in: Only list the files from the docs folder that will be included ↵Jaime Marquínez Ferrándiz
(closes #2623) Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.
2014-04-03release 2014.04.03.12014.04.03.1Philipp Hagemeister
2014-04-03[franceculture] Add extractor (Fixes #2669)Philipp Hagemeister
2014-04-03Only mention websense URL oncePhilipp Hagemeister
2014-04-03release 2014.04.032014.04.03Philipp Hagemeister
2014-04-03Detect Websense censorship (Fixes #2670)Philipp Hagemeister
2014-04-03[cspan] Support multiple segments (Fixes #2674)Philipp Hagemeister
2014-04-02[musicplayon] Add support for musicplayon.comSergey M․
2014-04-02release 2014.04.022014.04.02Philipp Hagemeister
2014-04-02[youtube] feeds: Also look for the html in the 'content_html' field (fixes ↵Jaime Marquínez Ferrándiz
#2671)
2014-04-01[comedycentral] Change XPath .//guid to ./guid (fixes #2668)Jaime Marquínez Ferrándiz
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.
2014-04-01[comedycentral] Update test title for 34cbc7ee8db36e85d2021455f468c5dc2da616b8Jaime Marquínez Ferrándiz
2014-04-01[rutube] Use _download_jsonJaime Marquínez Ferrándiz
2014-04-01[brightcove] Encode object_str with utf-8Sergey M․
2014-04-01[vk] Support optional dash for oid in embedded linksSergey M․
2014-04-01release 2014.04.01.32014.04.01.3Philipp Hagemeister
2014-04-01[utils] Correct decoding of large unicode codepoints in uppercase_escape ↵Philipp Hagemeister
(Fixes #2664)
2014-04-01release 2014.04.01.22014.04.01.2Philipp Hagemeister
2014-04-01[youtube] Transform google's JSON dialect (fixes #2663)Philipp Hagemeister
2014-04-01release 2014.04.01.12014.04.01.1Philipp Hagemeister
2014-04-01[comedycentral] Allow URLs with query parts (fixes #2661)Philipp Hagemeister