aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-11release 2013.12.11.22013.12.11.2Philipp Hagemeister
2013-12-11[pornhub] Fix URL regexpPhilipp Hagemeister
2013-12-11release 2013.12.11.12013.12.11.1Philipp Hagemeister
2013-12-11Fix thumbnail filename determination (Fixes #1945)Philipp Hagemeister
2013-12-11release 2013.12.112013.12.11Philipp Hagemeister
2013-12-10Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
2013-12-10[dailymotion] Fix view count extraction and make it non fatal (fixes #1940)Jaime Marquínez Ferrándiz
2013-12-10[dailymotion] Fix uploader extractionJaime Marquínez Ferrándiz
Now it looks directly in the info dictionary
2013-12-10add MDRIEmc2avr
2013-12-10[mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)Jaime Marquínez Ferrándiz
2013-12-10[soundcloud] Fix the extension for 'downloadable' songsJaime Marquínez Ferrándiz
In this case the 'original_format' field must be used.
2013-12-10[mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister
2013-12-10release 2013.12.102013.12.10Philipp Hagemeister
2013-12-10[zdf] Correct order of unknown formats (#1936)Philipp Hagemeister
2013-12-10[soundcloud] Do not mistake original_format for ext (Fixes #1934)Philipp Hagemeister
2013-12-10[YoutubeDL] Simplify filename preparationPhilipp Hagemeister
2013-12-09Set 'NA' as the default value for missing fields in the output template ↵Jaime Marquínez Ferrándiz
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore
2013-12-09release 2013.12.09.42013.12.09.4Philipp Hagemeister
2013-12-09Remove superfluous spacesPhilipp Hagemeister
2013-12-09[brightcove] Use the original url (usually the player) as the default ↵Jaime Marquínez Ferrándiz
referer (fixes #1929)
2013-12-09[soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister
2013-12-09[ndtv] Add extractor (Fixes #1924)Philipp Hagemeister
2013-12-09release 2013.12.09.32013.12.09.3Philipp Hagemeister
2013-12-09[rtlnow] Allow double slashes after domain name (Fixes #1928)Philipp Hagemeister
2013-12-09release 2013.12.09.22013.12.09.2Philipp Hagemeister
2013-12-09Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-12-09Improve --bidi-workaround supportPhilipp Hagemeister
2013-12-09[soundcloud] add support for private links (fixes #1927)Jaime Marquínez Ferrándiz
2013-12-09[--load-info] Always read file as UTF-8Philipp Hagemeister
This allows editing the file (and not escaping non-ASCII characters) and reloading it in.
2013-12-09Merge remote-tracking branch 'jaimeMF/load-info'Philipp Hagemeister
2013-12-09Remove unused importsPhilipp Hagemeister
2013-12-09Lower number of expected entries in top listPhilipp Hagemeister
2013-12-09Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister
2013-12-09Merge remote-tracking branch 'dstftw/smotri.com-broadcast'Philipp Hagemeister
Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py
2013-12-09Add filename to --dump-json output (Fixes #1908)Philipp Hagemeister
2013-12-09Add some bug reporting hintsPhilipp Hagemeister
2013-12-09release 2013.12.09.12013.12.09.1Philipp Hagemeister
2013-12-09Add a workaround for terminals without bidi support (Fixes #1912)Philipp Hagemeister
2013-12-09release 2013.12.092013.12.09Philipp Hagemeister
2013-12-09Restore Python 2.6.<6 compatibility (Fixes #1860)Philipp Hagemeister
2013-12-09Add fatal=False parameter to _download_* functions.Philipp Hagemeister
This allows us to simplify the calls in the youtube extractor even further.
2013-12-08Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz
2013-12-08[arte.tv:ddc] Add fields to the test and skip download (rtmp)Jaime Marquínez Ferrándiz
2013-12-08Merge remote-tracking branch 'spjoe/master' (closes PR #1921)Jaime Marquínez Ferrándiz
2013-12-08made ddc.arte.tv test workingCamillo Dell'mour
2013-12-08added arte.tv extractor support for subdomain ddc - Mit offenen ↵Camillo Dell'mour
Karten(german) Le Dessous des Cartes(france)
2013-12-08release 2013.12.08.12013.12.08.1Philipp Hagemeister
2013-12-08[youtube:channel] Fix automated channel detectionPhilipp Hagemeister