summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.05.10 2013.05.10Philipp Hagemeister2013-05-101-1/+1
|
* Retry to disable YT ratelimit to unlock full bandwidthFilippo Valsorda2013-05-091-4/+7
| | | | | | | | | This is the second attempt: a60b854d9099e5a286accf8065d1dc9e00a4bfe6 Sometimes the ratelimit=yes is already in the URL, and doubling it leads to a 403. Now should work on all videos, at least works on all I could test. Closes #648
* GoogleSearchIE: rename _download_n_results to _get_n_resultsJaime Marquínez Ferrándiz2013-05-051-5/+5
|
* Credit @JohnyMoSwag for WorldstarhiphopIE (#730)Jaime Marquínez Ferrándiz2013-05-051-0/+1
|
* Credit @julienfr112 for Ina IE (#823)Philipp Hagemeister2013-05-051-0/+1
|
* release 2013.05.07 2013.05.07Philipp Hagemeister2013-05-051-1/+1
|
* release 2013.05.06 2013.05.06Philipp Hagemeister2013-05-051-1/+1
|
* Clean up InaIE (Closes #823)Philipp Hagemeister2013-05-051-17/+9
|
* Add support to www.ina.frjulien2013-05-052-0/+46
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-05-053-264/+169
|\ | | | | | | | | Conflicts: youtube_dl/InfoExtractors.py
| * More callbacks changed to raise ExtractorErrorJaime Marquínez Ferrándiz2013-05-051-6/+6
| |
| * PhotobucketIE: accept new format of urls and add a testJaime Marquínez Ferrándiz2013-05-052-9/+31
| |
| * ArteTvIE: Fix format of upload dateJaime Marquínez Ferrándiz2013-05-051-1/+1
| |
| * More callbacks changed to raise ExtractorErrorJaime Marquínez Ferrándiz2013-05-041-253/+129
| |
| * Merge pull request #802 from joeframbach/masterPhilipp Hagemeister2013-05-041-1/+6
| |\ | | | | | | If path and new_path are the same, then dont delete the file
| | * Dont delete source file when source file and post-processed file are the sameJoe Frambach2013-04-241-1/+6
| | |
* | | Fix GoogleSearchIE (Fixes #822)Philipp Hagemeister2013-05-051-58/+29
| | |
* | | FileDownloader: Simplify and documentPhilipp Hagemeister2013-05-051-52/+51
|/ /
* | release 2013.05.05 2013.05.05Philipp Hagemeister2013-05-042-1/+2
| |
* | Add --no-check-certificate (#814)Philipp Hagemeister2013-05-042-1/+16
| |
* | twitch.tv chapters (#810): print out start and end timePhilipp Hagemeister2013-05-042-2/+14
| |
* | twitch.tv chapters: Include uploader (#810)Philipp Hagemeister2013-05-041-1/+4
| |
* | twitch.tv chapters: Use API for title and other metadataPhilipp Hagemeister2013-05-041-5/+9
| |
* | Improve Twitch.tv chapter support (#810)Philipp Hagemeister2013-05-041-18/+31
| |
* | Work on twitch.tv chapters (#810)Philipp Hagemeister2013-05-041-9/+40
| |
* | Experimentally whitelist Escapist testPhilipp Hagemeister2013-05-041-2/+1
| |
* | raise ExtractorError instead of calling backPhilipp Hagemeister2013-05-041-4/+2
| |
* | Simplify WorldStarHipHopPhilipp Hagemeister2013-05-041-13/+7
| |
* | Better fix for getting source url'sJohny Mo Swag2013-05-041-2/+2
| |
* | updated regular experssion for possible future updates to source urlJohny Mo Swag2013-05-041-1/+1
| |
* | Always use HTTPS for youtube (Fixes #691)Philipp Hagemeister2013-05-041-4/+4
| |
* | release 2013.05.04 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.01 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
| | |