summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Lower number of expected entries in top listPhilipp Hagemeister2013-12-091-1/+1
| |
* | Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister2013-12-093-0/+44
|\ \
| * | [youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz2013-11-303-0/+44
| | | | | | | | | | | | It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie.
* | | Merge remote-tracking branch 'dstftw/smotri.com-broadcast'Philipp Hagemeister2013-12-093-8/+142
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py
| * | | [smotri] Fix broadcast ticket regexdst2013-12-041-1/+1
| | | |
| * | | [smotri] Add an extractor for live rtmp broadcastsdst2013-12-043-8/+148
| | | |
* | | | Add filename to --dump-json output (Fixes #1908)Philipp Hagemeister2013-12-091-0/+1
| | | |
* | | | Add some bug reporting hintsPhilipp Hagemeister2013-12-091-8/+48
| | | |
* | | | release 2013.12.09.1Philipp Hagemeister2013-12-092-1/+3
| | | |
* | | | Add a workaround for terminals without bidi support (Fixes #1912)Philipp Hagemeister2013-12-092-14/+59
| | | |
* | | | release 2013.12.09Philipp Hagemeister2013-12-091-1/+1
| | | |
* | | | Restore Python 2.6.<6 compatibility (Fixes #1860)Philipp Hagemeister2013-12-091-1/+1
| | | |
* | | | Add fatal=False parameter to _download_* functions.Philipp Hagemeister2013-12-092-41/+58
| | | | | | | | | | | | | | | | This allows us to simplify the calls in the youtube extractor even further.
* | | | Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz2013-12-085-86/+42
| | | |
* | | | [arte.tv:ddc] Add fields to the test and skip download (rtmp)Jaime Marquínez Ferrándiz2013-12-081-0/+7
| | | |
* | | | Merge remote-tracking branch 'spjoe/master' (closes PR #1921)Jaime Marquínez Ferrándiz2013-12-082-0/+29
|\ \ \ \
| * | | | made ddc.arte.tv test workingCamillo Dell'mour2013-12-081-2/+2
| | | | |
| * | | | added arte.tv extractor support for subdomain ddc - Mit offenen ↵Camillo Dell'mour2013-12-082-0/+29
|/ / / / | | | | | | | | | | | | Karten(german) Le Dessous des Cartes(france)
* | | | release 2013.12.08.1Philipp Hagemeister2013-12-081-1/+1
| | | |
* | | | [youtube:channel] Fix automated channel detectionPhilipp Hagemeister2013-12-081-4/+5
| | | |
* | | | [wimp] simplifyPhilipp Hagemeister2013-12-081-12/+10
| | | |
* | | | release 2013.12.08Philipp Hagemeister2013-12-081-1/+1
| | | |
* | | | Automatically load SSL certs on WindowsPhilipp Hagemeister2013-12-081-2/+5
| | | |
* | | | [FileDownloader] Fix progress report on Windows (Fixes #1918)Philipp Hagemeister2013-12-081-4/+12
| | | |
* | | | Simplify status reporting (#1918)Philipp Hagemeister2013-12-081-17/+22
| | | |
* | | | Merge pull request #1919 from rzhxeo/xhamsterJaime Marquínez Ferrándiz2013-12-071-2/+2
|\ \ \ \ | | | | | | | | | | [XHamsterIE] Fix HD video detection
| * | | | [XHamsterIE] Fix md5 in second testrzhxeo2013-12-071-1/+1
| | | | |
| * | | | [XHamsterIE] Fix HD video detectionrzhxeo2013-12-071-1/+1
|/ / / /
* | | | [pyvideo] add support for videos that don't come from YoutubeJaime Marquínez Ferrándiz2013-12-071-4/+26
| | | |
* | | | [pyvideo] Cleanup and fix testJaime Marquínez Ferrándiz2013-12-071-5/+9
| | | |
* | | | Merge remote-tracking branch 'gekitsuu/master' (closes PR #1913)Jaime Marquínez Ferrándiz2013-12-072-0/+26
|\ \ \ \
| * | | | removing bad VALID_URLAdam Glenn2013-12-061-1/+0
| | | | |
| * | | | Adding pyvideo supportAdam Glenn2013-12-062-0/+27
|/ / / /
* | | | [vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz2013-12-063-5/+29
| | | |
* | | | [vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz2013-12-063-3/+30
| | | |
* | | | [imdb] Fix extractionJaime Marquínez Ferrándiz2013-12-061-3/+1
| | | | | | | | | | | | | | | | | | | | The paths to each format's page may have leading whitespace. The height and the duration can't be extracted.
* | | | [vevo] Update test video's durationJaime Marquínez Ferrándiz2013-12-061-1/+1
| | | |
* | | | [youtube:playlist] Recognize mix ids for direct use (fixes #1295)Jaime Marquínez Ferrándiz2013-12-061-2/+2
| | | |
* | | | [youtube:playlist] Support mix ids longer than 13 (#1295)Jaime Marquínez Ferrándiz2013-12-061-2/+2
| | | |
* | | | [dailymotion] Fix view count regexJaime Marquínez Ferrándiz2013-12-061-1/+1
| | | | | | | | | | | | | | | | In some languages they can be in the format '123,456' instead of '123.456'
* | | | [dailymotion] Extract view count (#1895)Jaime Marquínez Ferrándiz2013-12-063-0/+14
| | | |
* | | | [youtube] Extract like and dislike count (#1895)Jaime Marquínez Ferrándiz2013-12-061-12/+11
| | | |
* | | | [vimeo] Extract views count, likes count and comments count (#1895)Jaime Marquínez Ferrándiz2013-12-061-0/+13
| | | |
* | | | [wistia] Add extractorPhilipp Hagemeister2013-12-064-10/+80
| | | |
* | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-12-052-20/+86
|\ \ \ \
| * | | | [francetv] Add support for urls in the format ↵Jaime Marquínez Ferrándiz2013-12-051-5/+6
| | | | | | | | | | | | | | | | | | | | http://www.france3.fr/emissions/{program}/diffusions/{date} (fixes #1898)
| * | | | [francetv] Add support for more channels: 3, 4, 5 and Ô (#1898)Jaime Marquínez Ferrándiz2013-12-052-20/+85
| | | | | | | | | | | | | | | | | | | | Rename the France2IE extractor to FranceTVIE
* | | | | [9gag] Like/dislike count (#1895)Philipp Hagemeister2013-12-052-0/+5
|/ / / /
* | | | Remove unused importsPhilipp Hagemeister2013-12-055-7/+1
| | | |
* | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-056-6/+98
|\ \ \ \