about summary refs log tree commit diff
path: root/youtube-dl
Commit message (Expand)AuthorAgeFilesLines
* Release 2012.01.08b 2012.01.08bPhilipp Hagemeister2012-01-081-5/+5
* Release 2012.01.08 2012.01.08Philipp Hagemeister2012-01-081-55/+159
* release 2012.01.05 2012.01.05Philipp Hagemeister2012-01-051-6/+13
* release 2011.12.18 2011.12.18Philipp Hagemeister2011-12-171-26/+46
* Release 2011.12.15 2011.12.15Philipp Hagemeister2011-12-151-4/+6
* Release 2011.12.08 2011.12.08Philipp Hagemeister2011-12-081-12/+159
* Fix the DailymotionIE to parse the new title of a webpageLaurent Raufaste2011-11-291-1/+1
* Mention -o - in doc (Closes #204)Philipp Hagemeister2011-11-291-1/+1
* Use freedesktop.org mandated user config file location (Suggested by Tyll in ...Philipp Hagemeister2011-11-291-12/+24
* Preliminary implementation of configuration filesPhilipp Hagemeister2011-11-281-4/+19
* Document -o %(upload_date)s (Closes #228)Philipp Hagemeister2011-11-281-1/+1
* --max-downloads option (Closes #230)Philipp Hagemeister2011-11-281-0/+9
* Credit shizeeg for Mixcloud IEPhilipp Hagemeister2011-11-241-0/+1
* Move MixcloudIE to __init__.pyPhilipp Hagemeister2011-11-241-1/+3
* Mixcloud IEsh!zeeg2011-11-241-0/+120
* Release 2011.11.23 2011.11.23Philipp Hagemeister2011-11-231-1/+1
* Fix vimeo error (Closes #224)Philipp Hagemeister2011-11-231-1/+1
* Correct simplify_title call in ComedyCentral IEPhilipp Hagemeister2011-11-221-1/+1
* Release 2011.11.22 2011.11.22Philipp Hagemeister2011-11-221-2/+2
* Release 2011.11.21 2011.11.21Philipp Hagemeister2011-11-211-5/+7
* Simplify simplify_titlePhilipp Hagemeister2011-11-211-53/+16
* First testsPhilipp Hagemeister2011-11-211-0/+2
* Move code into a separate Python modulePhilipp Hagemeister2011-11-211-4/+6
* Remove empty real_initialize defsPhilipp Hagemeister2011-11-211-29/+1
* Credit authors of Soundclound and InfoQ extractorsPhilipp Hagemeister2011-11-161-0/+2
* InfoQ IE (Closes #216)Philipp Hagemeister2011-11-151-0/+87
|\
| * InfoQ IEOri Avtalion2011-11-151-0/+86
* | Merge remote-tracking branch 'ngokevin/soundcloud'Philipp Hagemeister2011-11-151-0/+102
|\ \ | |/ |/|
| * removed weird indentKevin Ngo2011-11-121-1/+1
| * added whitespace below soundcloudIE classKevin Ngo2011-11-121-0/+1
| * extracts full title from sourceKevin Ngo2011-11-121-9/+13
| * now downloads soundcloud songs, need to polish title grabbing and file namingKevin Ngo2011-11-121-10/+11
| * changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't down...Kevin Ngo2011-11-101-43/+50
| * extracted all of the soundcloud information including description (not tested...Kevin Ngo2011-11-091-5/+33
| * work on soundcloud information extractor...need to talk to youtube-dl guysKevin Ngo2011-11-081-1/+55
| * going home and need to upload what little i didKevin Ngo2011-11-071-0/+7
* | Merge pull request #211 from techtonik/patch-1Philipp Hagemeister2011-11-151-1/+1
|\ \
| * | Fix duplicated downloads from YouTube user page where watch URLs are not alwa...anatoly techtonik2011-11-061-1/+1
| |/
* / Fix youtube playlist IE match (Closes: #210)Philipp Hagemeister2011-11-151-2/+3
|/
* FacebookIE: Fix regexp to recognize videos that weren't considered.Rogério Brito2011-11-011-1/+1
* FacebookIE: The date doesn't seem to be available anymore.Rogério Brito2011-10-201-1/+0
* FacebookIE: Fix extraction of title as Facebook has changed stuff.Rogério Brito2011-10-201-1/+1
* FacebookIE: Not all videos are available in all formats.Rogério Brito2011-10-201-1/+2
* Release 2011.10.19 2011.10.19Philipp Hagemeister2011-10-191-1/+1
* vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)Rogério Brito2011-10-191-1/+13
* xvideos: Capture only the video title, not the name of the site.Rogério Brito2011-10-181-1/+1
* xvideos: Fix misleading error message when extracting the URL.Rogério Brito2011-10-181-1/+1
* xvideos: Normalize the URL or it will fail with some inputs.Rogério Brito2011-10-181-1/+1
* Quick and dirty IE for xvideos.com.Rogério Brito2011-10-131-0/+87
* CollegeHumor IEPhilipp Hagemeister2011-10-121-1/+78