summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2355 (date parsing with dashes)Philipp Hagemeister2014-02-091-2/+2
|
* [youtube] Correct invalid JSON (Fixes #2353)Philipp Hagemeister2014-02-093-6/+15
|
* [slideshare] Fix description extraction and modernizeJaime Marquínez Ferrándiz2014-02-091-9/+14
| | | | The ‘og:description’ property doesn’t contain the full description
* [bloomberg] Fix extraction of ooyala embed codeJaime Marquínez Ferrándiz2014-02-091-2/+4
|
* [kontrtube] Add support for kontrtube.ru (Closes #2354)Sergey M.2014-02-092-0/+67
|
* [bbc.co.uk] Fix TV episode testSergey M.2014-02-091-3/+3
|
* [bbc.co.uk] Improve overall extractor structure, add subtitles supportSergey M2014-02-091-85/+186
| | | | | | (#2184) Everything from http://www.bbc.co.uk/iplayer/ should be downloadable now.
* release 2014.02.08.2Philipp Hagemeister2014-02-081-1/+1
|
* [jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister2014-02-083-3/+54
|
* [jeuxvideo] ModernizePhilipp Hagemeister2014-02-081-9/+12
|
* release 2014.02.08.1Philipp Hagemeister2014-02-081-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-02-081-1/+1
|\
| * [bbc.co.uk] Fix regexSergey M.2014-02-081-1/+1
| |
| * [bbc.co.uk] Add one more link formatSergey M2014-02-081-1/+1
| |
* | [pbs] Add support for viralplayer links (Fixes #2350)Philipp Hagemeister2014-02-081-1/+1
|/
* release 2014.02.08Philipp Hagemeister2014-02-081-1/+1
|
* [bbc.co.uk] Add support for bbc.co.uk radio programmes (Closes #2184)Sergey M.2014-02-083-0/+123
|
* Merge pull request #2342 from MikeCol/tube8Filippo Valsorda2014-02-081-1/+1
|\ | | | | [Tube8] Extended valid urls schema
| * Extended valid urls schemaMikeCol2014-02-081-1/+1
| |
* | [chilloutzone] Add additional tests (#2340)Philipp Hagemeister2014-02-071-2/+27
| |
* | [channel9] SimplifySergey M.2014-02-071-3/+5
| |
* | [ivi] SimplifySergey M.2014-02-071-4/+6
| |
* | [nfb] Add workaround for python2.6Sergey M.2014-02-071-13/+30
| |
* | [chilloutzone] fixes bug with youtube extractionAndreas Schmitz2014-02-071-1/+1
| | | | | | | | | | the id used for extracting the video from youtube is stored in native_video_id not video_id. This id is only used on chilloutzone.net
* | [chilloutzone] Add importPhilipp Hagemeister2014-02-071-1/+4
| |
* | credit @Fnordlab for chilloutzonePhilipp Hagemeister2014-02-071-0/+1
| |
* | [chilloutzone] Simplify (#2338)Philipp Hagemeister2014-02-071-52/+28
| |
* | Merge remote-tracking branch 'Fnordlab/chilloutzone'Philipp Hagemeister2014-02-072-0/+94
|\ \ | |/ |/|
| * [chilloutzone] Bug fix, runs against testsAndreas Schmitz2014-02-061-69/+62
| | | | | | | | | | Fixes a bug with python3.3 and made the extractor run successfully against tox
| * [chilloutzone] Added support for chilloutzone.netAndreas Schmitz2014-02-062-0/+101
| | | | | | | | | | | | Added support for chilloutzone.net videos including embedded youtube and vimeo movies. In case you find a not working movie, drop me an email.
* | release 2014.02.06.3Philipp Hagemeister2014-02-071-1/+1
| |
* | [nfb] Add encode POST dataSergey M.2014-02-071-1/+1
| |
* | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz2014-02-061-8/+7
| | | | | | | | The list parameter starts with ‘MC’ and can have more characters after it, including dots
* | [elpais] Fix typoSergey M.2014-02-071-1/+1
| |
* | [ndr] Add support for ndr.de (Closes #2325)Sergey M.2014-02-072-0/+90
| |
* | release 2014.02.06.2Philipp Hagemeister2014-02-061-1/+1
| |
* | [nfb] Add support for onf.ca URLsSergey M.2014-02-061-2/+2
| |
* | [mooshare] Fix bogus video page URLSergey M.2014-02-061-2/+2
| |
* | [nfb] Add support for nfb.ca (Closes #2069)Sergey M.2014-02-062-0/+77
|/
* release 2014.02.06.1Philipp Hagemeister2014-02-061-1/+1
|
* [elpais] Add extractorPhilipp Hagemeister2014-02-063-2/+63
|
* [pbs] Remove unused importPhilipp Hagemeister2014-02-061-1/+0
|
* [collegehumor] We only get shortened descriptions nowPhilipp Hagemeister2014-02-061-4/+11
|
* [mtv/gametrailers] Change order of title preferencePhilipp Hagemeister2014-02-061-2/+5
| | | | It looks like the plain title is better again
* release 2014.02.06Philipp Hagemeister2014-02-061-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-02-061-1/+1
|\
| * [ina] Improve _VALID_URL regex (fixes #2328)Jaime Marquínez Ferrándiz2014-02-051-1/+1
| | | | | | | | Accept all letters in upper case and don’t require anything after the id
* | [googlesearch] Fix start, and skip playlists (Fixes #2329)Philipp Hagemeister2014-02-061-13/+25
|/
* release 2014.02.05Philipp Hagemeister2014-02-051-1/+1
|
* [firstpost] Add extractor (Fixes #2324)Philipp Hagemeister2014-02-052-0/+39
|