aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | [vine] Fix uploader extractionJaime Marquínez Ferrándiz2013-11-121-1/+1
| |
* | FFmpegMetadataPP: don't enclose the values with " (fixes #1756)Jaime Marquínez Ferrándiz2013-11-121-1/+1
| |
* | [common] Simplify og_search_propertyPhilipp Hagemeister2013-11-121-3/+3
| |
* | release 2013.11.11Philipp Hagemeister2013-11-112-3/+5
| |
* | Clarify -c. Do not pass it in if you don't know what you're doingPhilipp Hagemeister2013-11-111-1/+1
| | | | | | | | Suggested in #1743
* | Use avconv for downloading with m3u8 manifests if it's available (fixes #1735)Jaime Marquínez Ferrándiz2013-11-101-9/+13
| |
* | Use the 'rtmp_live' field for the live parameter of rtmpdumpJaime Marquínez Ferrándiz2013-11-102-3/+3
| |
* | Merge remote-tracking branch 'rzhxeo/rtmpdump_live'Jaime Marquínez Ferrándiz2013-11-102-2/+7
|\ \
| * | [CinemassacreIE] Add live paramter to extracted info as a workaroundrzhxeo2013-11-021-0/+2
| | |
| * | Add support for live parameter to rtmpdumprzhxeo2013-11-021-2/+5
| | |
* | | Merge all the subtitles test into a single fileJaime Marquínez Ferrándiz2013-11-104-232/+211
| | | | | | | | | | | | They reuse a base class
* | | [ted] Return a single info_dict for talks urlsJaime Marquínez Ferrándiz2013-11-102-6/+4
| | | | | | | | | | | | It failed with the --list-subs option
* | | Merge pull request #1705 from iemejia/masterJaime Marquínez Ferrándiz2013-11-105-13/+110
|\ \ \ | | | | | | | | | | | | [ted] support for subtitles
| * | | [ted] fixed error in case of no subtitles presentIsmaël Mejía2013-11-052-8/+22
| | | | | | | | | | | | | | | | | | | | I created a test, but I leave it commented since TED videos get new subtitles frequently.