about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2011.11.23 2011.11.23Philipp Hagemeister2011-11-233-4/+4
|
* Fix vimeo error (Closes #224)Philipp Hagemeister2011-11-231-1/+1
|
* Correct simplify_title call in ComedyCentral IEPhilipp Hagemeister2011-11-222-2/+2
|
* Release 2011.11.22 2011.11.22Philipp Hagemeister2011-11-223-4/+4
|
* Make exception handling 2.5-compatible (Closes #223)Philipp Hagemeister2011-11-221-1/+1
|
* Release 2011.11.21 2011.11.21Philipp Hagemeister2011-11-213-7/+9
|
* Allow non-ASCII characters in simplified titles(Closes #220)Philipp Hagemeister2011-11-212-6/+9
|
* Simplify simplify_titlePhilipp Hagemeister2011-11-213-114/+47
|
* First testsPhilipp Hagemeister2011-11-213-0/+25
|
* Use the dev version in MakefilePhilipp Hagemeister2011-11-211-2/+2
|
* Move code into a separate Python modulePhilipp Hagemeister2011-11-214-7/+4237
|
* 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 ↵Kevin Ngo2011-11-101-43/+50
| | | | | | | | download. need to figure out how the whole process works to integrate correctly
| * extracted all of the soundcloud information including description (not ↵Kevin Ngo2011-11-091-5/+33
| | | | | | | | tested), need to hook into filedownloader
| * 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. Thanks to anatoly techtonik.
| * | Fix duplicated downloads from YouTube user page where watch URLs are not ↵anatoly techtonik2011-11-061-1/+1
| |/ | | | | | | always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one.
* / Fix youtube playlist IE match (Closes: #210)Philipp Hagemeister2011-11-151-2/+3
|/
* Merge pull request #206 from rbrito/fixes/facebook-ie-2Philipp Hagemeister2011-11-021-1/+1
|\ | | | | FacebookIE: Fix regexp to recognize videos that weren't considered.
| * 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
| | | | | | The current regular expression is likely to match a lot of stuff, as each comment that a video has has one of those and it is not clear which one is the date of the video *upload* itself.
* 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-192-2/+2
|
* Merge branch 'vimeo' of https://github.com/rbrito/youtube-dlPhilipp Hagemeister2011-10-190-0/+0
|\
| * vimeo: Add the ability to detect if a video is available in HD.Rogério Brito2011-10-181-1/+13
| |
* | vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)Rogério Brito2011-10-191-1/+13
|/
* Merge pull request #195 from rbrito/xvideosPhilipp Hagemeister2011-10-181-3/+3
|\ | | | | Fixes for the xvideos IE
| * 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
| | | | | | | | We said that we were trying to extract the title of the video.
| * xvideos: Normalize the URL or it will fail with some inputs.Rogério Brito2011-10-181-1/+1
|/ | | | | | For instance, if we give it <www.xvideos.com/video1384059>, we would end up passing that to urllib2, which would complain about an unknown URL type.
* Quick and dirty IE for xvideos.com.Rogério Brito2011-10-131-0/+87
|
* CollegeHumor IEPhilipp Hagemeister2011-10-121-1/+78
|
* Fix recognition of ↵Philipp Hagemeister2011-10-041-1/+1
| | | | http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry
* Support "newstyle" Youtube playlist IDs.Rogério Brito2011-10-031-1/+1
| | | | | | | | | | | Many playlists reported by Youtube now have the form like in: http://www.youtube.com/playlist?list=PL520044A3524F5E5D where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So, while matching it, we adapt the regular expression so as to discard the `PL` and only get the `520044A3524F5E5D` in the case of the playlist of the example.
* release 2011.09.30 2011.09.30Philipp Hagemeister2011-09-302-2/+2
|
* Cosmetic changes to --list-formatsPhilipp Hagemeister2011-09-302-3/+4
|
* Added option -L to list available formatsFrancois du Toit2011-09-281-0/+26
|
* Release 2011.09.27 2011.09.27Philipp Hagemeister2011-09-272-2/+2
|
* blip.tv: Handle direct URLs (Thanks to Bahman)Philipp Hagemeister2011-09-271-34/+61
|
* Update REAMDE.mdPhilipp Hagemeister2011-09-261-1/+5
|