summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-013-4/+24
|\
| * [youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz2013-07-013-2/+22
| * YoutubeIE: use a negative index when accessing the last element of the format...Jaime Marquínez Ferrándiz2013-07-011-1/+1
| * YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz2013-07-011-1/+1
* | Sort IEs alphabetically in --list-extractorsPhilipp Hagemeister2013-07-011-1/+1
|/
* Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2013-07-012-0/+50
|\
| * added an IE and test for traileraddict.comM.Yasoob Khalid2013-06-292-0/+50
* | Separate downloader optionsPhilipp Hagemeister2013-07-011-10/+14
* | [update] Add package manager to error message (#959)Philipp Hagemeister2013-07-011-1/+1
* | [youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister2013-07-011-0/+3
* | [instagram] Fix titlePhilipp Hagemeister2013-06-301-2/+2
* | StatigramIE: update the title of the test videoJaime Marquínez Ferrándiz2013-06-301-1/+1
* | TumblrIE: update testJaime Marquínez Ferrándiz2013-06-301-4/+4
* | ArteTvIE: support videos from videos.arte.tvJaime Marquínez Ferrándiz2013-06-301-8/+55
* | release 2013.06.34.4 2013.06.34.4Philipp Hagemeister2013-06-291-1/+1
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-06-292-14/+51
|\ \
| * | WatIE: support videos divided in multiple parts (closes #222 and #659)Jaime Marquínez Ferrándiz2013-06-292-14/+51
* | | [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060Philipp Hagemeister2013-06-291-1/+1
|/ /
* | [tutv] Fix URL type (for Python 3)Philipp Hagemeister2013-06-291-2/+2
* | release 2013.06.34.3 2013.06.34.3Philipp Hagemeister2013-06-291-1/+1
* | [tutv] Add IE (Fixes #965)Philipp Hagemeister2013-06-292-0/+42
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-291-1/+1
|\ \
| * | Update the default output template in the READMEJaime Marquínez Ferrándiz2013-06-291-1/+1
* | | [ted] Fix test checksumPhilipp Hagemeister2013-06-291-1/+1
|/ /
* | Document view_count (Closes #963)Philipp Hagemeister2013-06-291-0/+1
* | Merge pull request #962 from jaimeMF/TF1Philipp Hagemeister2013-06-292-0/+35
|\ \
| * | Move TF1IE to its own fileJaime Marquínez Ferrándiz2013-06-293-31/+36
| * | Add TF1IEJaime Marquínez Ferrándiz2013-06-292-1/+31
|/ /
* | keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda2013-06-292-1/+8
* | Add WatIEJaime Marquínez Ferrándiz2013-06-282-0/+49
|/
* Rewrote error message a bit to clarifyPhilipp Hagemeister2013-06-281-1/+1
* Changed the error message.M.Yasoob Ullah Khalid2013-06-281-1/+1
* Add RingTVIE (Thanks @yasoob)M.Yasoob Khalid2013-06-282-0/+39
* Added an IE for gamespot. Although gamespot allows downloading but it is only...M.Yasoob Khalid2013-06-282-0/+46
* Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz2013-06-281-3/+5
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-273-6/+10
* Merge branch 'generate-ie-list'Philipp Hagemeister2013-06-271-73/+7
|\
| * Generate the list of IEs automaticallyPhilipp Hagemeister2013-06-271-73/+7
* | Make sure that IEs only accept their own URLsPhilipp Hagemeister2013-06-271-1/+13
* | [tumblr] Fix titlePhilipp Hagemeister2013-06-271-2/+2
* | Move testcase generator to helperPhilipp Hagemeister2013-06-273-14/+14
* | Make sure SoundcloudIE does not match soundcloud setsPhilipp Hagemeister2013-06-271-2/+2
* | release 2013.06.34.2 2013.06.34.2Philipp Hagemeister2013-06-271-1/+1
* | Credit @gitprojs for auenginePhilipp Hagemeister2013-06-271-1/+2
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-2/+2
|\ \
| * \ Merge pull request #954 from gitprojs/genericPhilipp Hagemeister2013-06-271-2/+2
| |\ \
| | * | Made 'video' the default title for generic IEAlbert Kim2013-06-271-1/+1
| | * | Made generic IE handle more casesAlbert Kim2013-06-271-1/+1
| | |/
* | | Move tests to the IE definitionsPhilipp Hagemeister2013-06-2748-479/+431
* | | Tests: Add coding to filesPhilipp Hagemeister2013-06-272-2/+4