summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Always use HTTPS for youtube (Fixes #691)Philipp Hagemeister2013-05-041-4/+4
|
* release 2013.05.04Philipp Hagemeister2013-05-041-1/+1
|
* Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister2013-05-041-0/+6
|
* Fix comedycentral: newestPhilipp Hagemeister2013-05-041-10/+12
|
* Credit @yasoob for IEPhilipp Hagemeister2013-05-031-0/+1
|
* Simplify RedTubePhilipp Hagemeister2013-05-033-17/+16
|
* Moved redtube info extractor to the endM.Yasoob Ullah Khalid2013-05-031-34/+34
|
* Redtube test now worksM.Yasoob Ullah Khalid2013-05-031-3/+6
| | | I just did a little makeover by changing redtube tests. Now they are passed.
* added redtube.com in InfoExtractors (2nd pull request with the required ↵M.Yasoob Ullah Khalid2013-05-031-0/+33
| | | | | amindments) added redtube.com in InfoExtractors (2nd pull request with the required amindments). Now this script can also download redtube.com videos
* added test for redtube.com M.Yasoob Ullah Khalid2013-05-031-1/+6
| | | I just added the test for redtube.com
* TEDIE: report the correct talk title when a link with the language code is givenJaime Marquínez Ferrándiz2013-05-021-0/+1
|
* InfoExtractors: use _download_webpage in more IEsJaime Marquínez Ferrándiz2013-05-022-192/+52
| | | | IEs without tests are intact.
* InfoExtractors: fix some regular expressions where dots weren't escapedJaime Marquínez Ferrándiz2013-05-021-6/+6
|
* Merge pull request #815 from JohnyMoSwag/masterJaime Marquínez Ferrándiz2013-05-021-1/+1
|\ | | | | | | Update for new source links on worldstarhiphop.com
| * Small update for additon of new video source linksJohny Mo Swag2013-05-011-1/+1
| |
* | TumblrIE: fix title matchingJaime Marquínez Ferrándiz2013-05-022-3/+3
|/
* Add BandcampIE (closes #568)Jaime Marquínez Ferrándiz2013-05-012-0/+56
|
* release 2013.05.01Philipp Hagemeister2013-05-012-1/+2
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-05-011-0/+48
|\
| * Add test for SoundcloudSetJaime Marquínez Ferrándiz2013-04-301-0/+48
| |
* | add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister2013-05-012-1/+21
|/
* release 2013.04.31Philipp Hagemeister2013-04-301-1/+1
|
* Correctly clear the line before writing a new status linePhilipp Hagemeister2013-04-301-2/+3
|
* Fix FakeDownloadersPhilipp Hagemeister2013-04-302-2/+2
|
* Fix help for --proxyPhilipp Hagemeister2013-04-302-2/+2
|
* release 2013.04.30Philipp Hagemeister2013-04-302-1/+2
|
* --proxy optionPhilipp Hagemeister2013-04-301-4/+8
|
* Remove a commented line I forgot.Jaime Marquínez Ferrándiz2013-04-301-1/+1
| | | | [ci skip]
* SoundcloudSetIE: Use upload_date in the unified format (fixes #812)Jaime Marquínez Ferrándiz2013-04-291-1/+1
|
* Use report_warning when a not working IE will be usesJaime Marquínez Ferrándiz2013-04-281-1/+1
|
* release 2013.04.28Philipp Hagemeister2013-04-282-3/+3
|
* Default to --title (Fixes #499)Philipp Hagemeister2013-04-281-3/+3
|
* Fix print_notesPhilipp Hagemeister2013-04-281-2/+6
|
* release 2013.04.27Philipp Hagemeister2013-04-282-1/+4
|
* Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister2013-04-281-1/+1
|
* Automatically set HTTPS proxy if given (Fixes #805)Philipp Hagemeister2013-04-281-1/+5
|
* Document the video selection using the upload dateJaime Marquínez Ferrándiz2013-04-281-0/+13
|
* Allow to use relative dates in the format ↵Jaime Marquínez Ferrándiz2013-04-282-5/+28
| | | | | | (now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137) Also fix DateRange not accepting ranges of one day.
* Re-enable Dailymotion (tests pass)Philipp Hagemeister2013-04-271-1/+0
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-04-276-13/+91
|\
| * Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz2013-04-273-11/+29
| | | | | | | | Create a function unified_strdate in utils.py to fix these problems
| * Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-274-1/+54
| | | | | | | | Only absolute dates.
| * SteamIE: accept urls with agecheckJaime Marquínez Ferrándiz2013-04-271-0/+1
| |
| * YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz2013-04-272-2/+8
| | | | | | | | The playlist_title wasn't initialized.
* | Rename soundcloud to soundcloud:setPhilipp Hagemeister2013-04-271-1/+1
|/
* Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz2013-04-263-1/+13
|\
| * Updated READMEBjorn Heesakkers2013-04-241-0/+1
| |
| * Adds support for passing a referer.Bjorn Heesakkers2013-04-241-0/+6
| |
* | IEs: clean __init__ methodsJaime Marquínez Ferrándiz2013-04-241-54/+0
| | | | | | | | They are not needed
* | InfoExtractors: use report_download_webpage in _request_webpageJaime Marquínez Ferrándiz2013-04-241-3/+3
| | | | | | | | Allows to show the warning when falling back on GenericIE