summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.11.19Philipp Hagemeister2013-11-191-1/+1
|
* Merge pull request #1790 from rg3/console-titlePhilipp Hagemeister2013-11-181-2/+4
|\ | | | | Correctly write and restore the console title on the stack (fixes #1782)
| * Correctly write and restore the console title on the stack (fixes #1782)Jaime Marquínez Ferrándiz2013-11-181-2/+4
| |
* | [youtube] only allow domain name to be upper-case (#1786)Philipp Hagemeister2013-11-181-2/+2
|/
* [auengine] Do not return unnecessary extPhilipp Hagemeister2013-11-181-1/+0
|
* release 2013.11.18.1Philipp Hagemeister2013-11-181-1/+1
|
* [auengine] SimplifyPhilipp Hagemeister2013-11-181-13/+17
|
* Remove iPhone from user agent. This breaks a lot of extractorsPhilipp Hagemeister2013-11-181-1/+1
| | | | In the future, it might be worth investigating whether we get better content when we claime to be an iPhone.
* release 2013.11.18Philipp Hagemeister2013-11-181-1/+1
|
* Support multiple embedded YouTube URLs (Fixes #1787)Philipp Hagemeister2013-11-181-14/+17
|
* Support protocol-independent URLs (#1787)Philipp Hagemeister2013-11-181-2/+2
|
* Add iPhone to UA (#1746)Philipp Hagemeister2013-11-181-1/+1
|
* Suppor embed-only videos (Fixes #1746)Philipp Hagemeister2013-11-181-3/+15
|
* release 2013.11.17Philipp Hagemeister2013-11-171-1/+1
|
* [MTVIE] Try with RTMP URL if download failsPhilipp Hagemeister2013-11-171-1/+1
| | | | This fixes youtube-dl http://www.southpark.de/clips/155251/cartman-vs-the-dog-whisperer
* Merge pull request #1784 from rzhxeo/southparkPhilipp Hagemeister2013-11-172-7/+23
|\ | | | | Add support for southpark.de
| * Add support for southpark.derzhxeo2013-11-172-1/+18
| |
| * [SouthParkStudiosIE] Move from _TEST to _TESTSrzhxeo2013-11-171-5/+3
| |
| * [SouthParkStudiosIE] Also detect urls without http:// or wwwrzhxeo2013-11-171-1/+2
| |
* | Allow --console-title when --quiet is given (Fixes #1783)Philipp Hagemeister2013-11-171-3/+3
| |
* | Save and restore console title (Fixes #1782)Philipp Hagemeister2013-11-172-53/+73
|/
* Remove * importsPhilipp Hagemeister2013-11-172-3/+31
|
* Move console_title to YoutubeDLPhilipp Hagemeister2013-11-172-14/+16
|
* [youtube] Add view_count (Fixes #1781)Philipp Hagemeister2013-11-171-0/+6
|
* [arte] remove two typosPhilipp Hagemeister2013-11-171-2/+2
|
* [redtube] Do not test md5, seems to varyPhilipp Hagemeister2013-11-161-1/+3
|
* [gamekings] Do not test md5 sum, precise file changes regularlyPhilipp Hagemeister2013-11-161-1/+2
|
* [gamekings] remove unnecessary importPhilipp Hagemeister2013-11-161-3/+0
|
* [tvp] Skip testsPhilipp Hagemeister2013-11-161-0/+1
|
* [bambuser] Do not test for MD5, seems to be flakyPhilipp Hagemeister2013-11-161-1/+2
|
* [dailymotion] Fix playlistsPhilipp Hagemeister2013-11-161-1/+1
|
* Fix indentation of (best) and (worst) in --list-formatsPhilipp Hagemeister2013-11-161-2/+2
|
* [spiegel] Implement format selectionPhilipp Hagemeister2013-11-162-16/+44
|
* Add automatic generation of format note based on bitrate and codecsPhilipp Hagemeister2013-11-163-4/+25
|
* release 2013.11.15.1Philipp Hagemeister2013-11-151-1/+1
|
* [ted] Fix playlists (Fixes #1770)Philipp Hagemeister2013-11-151-15/+14
|
* [ted] simplifyPhilipp Hagemeister2013-11-151-7/+2
|
* [rtlnow] Remove the test for nitroJaime Marquínez Ferrándiz2013-11-151-12/+0
| | | | The videos expire.
* Don't accept '>' inside the content attribute in OpenGraph regexesJaime Marquínez Ferrándiz2013-11-151-3/+5
|
* Improve the OpenGraph regexJaime Marquínez Ferrándiz2013-11-151-5/+9
| | | | | * Do not accept '>' between the property and content attributes. * Recognize the properties if the content attribute is before the property attribute using two regexes (fixes the extraction of the description for SlideshareIE).
* [tvp] Update the title and the description of the test videoJaime Marquínez Ferrándiz2013-11-151-2/+2
|
* [youtube:channel] Fix the extraction of autogenerated channelsJaime Marquínez Ferrándiz2013-11-151-13/+24
| | | | The ajax pages are empty, now it looks directly in the channel's /videos page
* Pass the 'download' argument to 'process_video_result' (fixes #1769)Jaime Marquínez Ferrándiz2013-11-151-1/+1
|
* release 2013.11.15Philipp Hagemeister2013-11-151-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-156-6/+50
|\
| * [soundlcoud] Set the correct extension for the tracks (fixes #1766)Jaime Marquínez Ferrándiz2013-11-141-1/+1
| | | | | | | | Some tracks are not in mp3 format, they can be wav files.
| * [livestream] Add an extractor for the original version of livestream (closes ↵Jaime Marquínez Ferrándiz2013-11-142-1/+45
| | | | | | | | | | | | #1764) The two versions use different systems.
| * Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750)Jaime Marquínez Ferrándiz2013-11-132-3/+3
| |
| * [gamekings] Fix the test video checksumJaime Marquínez Ferrándiz2013-11-131-1/+1
| |
* | [youtube] Fix protocol-independent URLs (Fixes #1768)Philipp Hagemeister2013-11-151-0/+2
|/