summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
|/ /
* | release 2013.11.13Philipp Hagemeister2013-11-131-1/+1
| |
* | Credit @saper for tvp IE (#1730)Philipp Hagemeister2013-11-131-0/+1
| |
* | [tvp] Minor improvements (#1730)Philipp Hagemeister2013-11-131-33/+14
| |
* | Merge remote-tracking branch 'saper/tvp'Philipp Hagemeister2013-11-132-0/+61
|\ \
| * | [tvp] Telewizja Polska: new extractor for tvp.pl, fixes #1719Marcin Cieślak2013-11-052-0/+61
| | | | | | | | | | | | | | | | | | Thanks-To: mplonski https://github.com/mplonski/linux/blob/master/tvp-dl.py
* | | Credit @jelly for gamekings extractor (#1759)Philipp Hagemeister2013-11-131-0/+1
| | |
* | | [gamekings] Minor fixes (#1759)Philipp Hagemeister2013-11-131-14/+15
| | |
* | | Add extractor for gamekings.tvJelle van der Waa2013-11-132-0/+40
| |/ |/|