Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | --max-downloads option (Closes #230) | Philipp Hagemeister | |
2011-11-24 | Credit shizeeg for Mixcloud IE | Philipp Hagemeister | |
2011-11-24 | Move MixcloudIE to __init__.py | Philipp Hagemeister | |
2011-11-24 | Mixcloud IE | sh!zeeg | |
2011-11-23 | Release 2011.11.232011.11.23 | Philipp Hagemeister | |
2011-11-23 | Fix vimeo error (Closes #224) | Philipp Hagemeister | |
2011-11-22 | Correct simplify_title call in ComedyCentral IE | Philipp Hagemeister | |
2011-11-22 | Release 2011.11.222011.11.22 | Philipp Hagemeister | |
2011-11-22 | Make exception handling 2.5-compatible (Closes #223) | Philipp Hagemeister | |
2011-11-21 | Release 2011.11.212011.11.21 | Philipp Hagemeister | |
2011-11-21 | Allow non-ASCII characters in simplified titles(Closes #220) | Philipp Hagemeister | |
2011-11-21 | Simplify simplify_title | Philipp Hagemeister | |
2011-11-21 | First tests | Philipp Hagemeister | |
2011-11-21 | Use the dev version in Makefile | Philipp Hagemeister | |
2011-11-21 | Move code into a separate Python module | Philipp Hagemeister | |
2011-11-21 | Remove empty real_initialize defs | Philipp Hagemeister | |
2011-11-16 | Credit authors of Soundclound and InfoQ extractors | Philipp Hagemeister | |
2011-11-15 | InfoQ IE (Closes #216) | Philipp Hagemeister | |
2011-11-15 | Merge remote-tracking branch 'ngokevin/soundcloud' | Philipp Hagemeister | |
2011-11-15 | InfoQ IE | Ori Avtalion | |
2011-11-15 | Merge pull request #211 from techtonik/patch-1 | Philipp Hagemeister | |
Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik. | |||
2011-11-15 | Fix youtube playlist IE match (Closes: #210) | Philipp Hagemeister | |
2011-11-12 | removed weird indent | Kevin Ngo | |
2011-11-12 | added whitespace below soundcloudIE class | Kevin Ngo | |
2011-11-12 | extracts full title from source | Kevin Ngo | |
2011-11-12 | now downloads soundcloud songs, need to polish title grabbing and file naming | Kevin Ngo | |
2011-11-10 | changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't ↵ | Kevin Ngo | |
download. need to figure out how the whole process works to integrate correctly | |||
2011-11-09 | extracted all of the soundcloud information including description (not ↵ | Kevin Ngo | |
tested), need to hook into filedownloader | |||
2011-11-08 | work on soundcloud information extractor...need to talk to youtube-dl guys | Kevin Ngo | |
2011-11-07 | going home and need to upload what little i did | Kevin Ngo | |
2011-11-06 | Fix duplicated downloads from YouTube user page where watch URLs are not ↵ | anatoly techtonik | |
always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one. | |||
2011-11-02 | Merge pull request #206 from rbrito/fixes/facebook-ie-2 | Philipp Hagemeister | |
FacebookIE: Fix regexp to recognize videos that weren't considered. | |||
2011-11-01 | FacebookIE: Fix regexp to recognize videos that weren't considered. | Rogério Brito | |
2011-10-20 | FacebookIE: The date doesn't seem to be available anymore. | Rogério Brito | |
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. | |||
2011-10-20 | FacebookIE: Fix extraction of title as Facebook has changed stuff. | Rogério Brito | |
2011-10-20 | FacebookIE: Not all videos are available in all formats. | Rogério Brito | |
2011-10-19 | Release 2011.10.192011.10.19 | Philipp Hagemeister | |
2011-10-19 | Merge branch 'vimeo' of https://github.com/rbrito/youtube-dl | Philipp Hagemeister | |
2011-10-19 | vimeo: Add the ability to detect if a video is available in HD. (Closes: #194) | Rogério Brito | |
2011-10-18 | vimeo: Add the ability to detect if a video is available in HD. | Rogério Brito | |
2011-10-18 | Merge pull request #195 from rbrito/xvideos | Philipp Hagemeister | |
Fixes for the xvideos IE | |||
2011-10-18 | xvideos: Capture only the video title, not the name of the site. | Rogério Brito | |
2011-10-18 | xvideos: Fix misleading error message when extracting the URL. | Rogério Brito | |
We said that we were trying to extract the title of the video. | |||
2011-10-18 | xvideos: Normalize the URL or it will fail with some inputs. | Rogério Brito | |
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. | |||
2011-10-13 | Quick and dirty IE for xvideos.com. | Rogério Brito | |
2011-10-12 | CollegeHumor IE | Philipp Hagemeister | |
2011-10-04 | Fix recognition of ↵ | Philipp Hagemeister | |
http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry | |||
2011-10-03 | Support "newstyle" Youtube playlist IDs. | Rogério Brito | |
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. | |||
2011-09-30 | release 2011.09.302011.09.30 | Philipp Hagemeister | |
2011-09-30 | Cosmetic changes to --list-formats | Philipp Hagemeister | |