Base: Add support for connectors
[videosite.git] / videosite / YouTubeGrabber.pm
2011-09-03 Ralf ErtzingerBase, YouTube: add a function to decode URL query strin...
2011-08-09 Ralf ErtzingerYouTube: explicitly specify first pass decoding for...
2011-08-08 Ralf ErtzingerYouTube: Correctly parse url_encoded_fmt_stream_map...
2011-08-03 Ralf ErtzingerYoutube: Add support for url_encoded_fmt_stream_map...
2011-07-23 Ralf ErtzingerYouTube: fix some warnings
2011-07-22 Ralf ErtzingerYoutube: Add video format 44 and 45 (also WebM)
2011-07-22 Ralf ErtzingerYoutube: Add video format 43 (WebM)
2011-06-18 Ralf ErtzingerYoutube: decode UTF8 video titles to the internal perl...
2011-06-12 Ralf ErtzingerBase, YouTube: Do not use process persistent LWP::UserA...
2011-06-03 Ralf ErtzingerYoutube: factor out url selection routine
2011-06-03 Ralf ErtzingerYoutube: Add a parser that uses /get_video_info, with...
2011-05-11 Ralf ErtzingerYoutube: extend support for /user/<username>#p/ URLs.
2011-05-11 Ralf ErtzingerYoutube: Add simple live stream detection
2011-04-29 Ralf ErtzingerYoutube: extend support for /user/<username>#p/ URLs...
2011-04-27 Ralf ErtzingerYoutube: extend support for /user/<username>#p/ URLs
2011-04-09 Ralf ErtzingerYoutube: add support for /user/<username>#p/ URLs
2011-03-03 Ralf ErtzingerYoutube: Remove leftover debug statement
2011-03-03 Ralf ErtzingerYoutube: Add support for the latest page redesign varia...
2011-03-02 Ralf ErtzingerYoutube: add support for /watch_popup/ URLs
2011-02-28 Ralf ErtzingerYoutube: Add new error condition detection
2011-02-13 Ralf ErtzingerMerge branch 'master' of 10.200.0.3/GIT/videosite
2011-02-13 Ralf ErtzingerYoutube: Support HTTPS URLs and use https to load site
2011-01-29 Ralf ErtzingerYoutube: check for meta attribute existance before...
2010-12-30 Ralf ErtzingerYoutube: Add new link format (youtube.com/user/...)
2010-08-27 Ralf ErtzingerYoutube: Add new URL format youtu.be/watch?v=
2010-08-25 Ralf ErtzingerYoutube: Enhance error check in the login process
2010-07-12 Ralf ErtzingerYouTube: Clean up video format printing code
2010-07-10 Ralf ErtzingerMerge branch 'master' of 10.200.0.3/GIT/videosite
2010-07-10 Ralf ErtzingerYoutube: Add support for 4k video format
2010-05-31 Maximilian RehkopfAdd support for new Youtube login
2010-04-17 Ralf ErtzingerSelect better names for YouTube page types
2010-03-19 Ralf ErtzingerAdd support for the new YouTube page layout
2010-03-08 Ralf ErtzingerAdd a new youtube URL format
2010-03-05 Ralf ErtzingerAdd a new youtube URL format
2010-02-08 Christian Garbsadd youtu.be short links
2010-01-26 Ralf ErtzingerChange alert box detection
2009-12-21 Ralf Ertzinger- Decode HTML entities in YouTube titles
2009-11-25 Ralf Ertzinger- Add video type 37 (1080p)
2009-11-16 Ralf ErtzingerRemove errorneous print() statement
2009-11-15 Ralf Ertzinger- Add a fallback parser in case Parse::Lex is not available
2009-11-14 Ralf Ertzinger- New YouYube scheme, as some videos did not conform to
2009-08-15 Ralf Ertzinger- Simplify URL-quality mapping
2009-08-14 Ralf Ertzinger- Fixed and expanded quality selection
2009-08-14 Ralf Ertzinger- Further refine URL determination scheme
2009-08-13 Ralf Ertzinger- Handle youtube site structure change, video quality...
2008-12-08 Ralf Ertzinger- Introduce a proper namespace for videosite modules.
2008-12-07 Ralf Ertzinger- Convert YouTube quality parameter to extended format
2008-11-29 Ralf Ertzinger- Fix another typo in youtube help text
2008-11-29 Ralf Ertzinger- Fix typo in youtube help text
2008-11-28 Ralf Ertzinger- Add hd parameter for youtube
2008-05-23 Ralf Ertzinger- Do not treat &amp; as a parameter separator
2008-04-15 Ralf Ertzinger- Check for existance of hash key before using
2008-03-03 Ralf Ertzinger- Fix UTF-8 characters being mangled in youtube file...
2008-03-03 Ralf Ertzinger- Add QUALITY parameter to youtube grabber, this allows...
2008-02-18 Ralf Ertzinger- Add YouTube authentication for videos that require it
2008-01-25 Ralf Ertzinger- Completely reworked the youtube parser to removed...
2008-01-25 Ralf Ertzinger- Drop unnecessary code
2008-01-25 Ralf Ertzinger- Rework download URL finder for youtube, fixing recent...
2008-01-18 Christian Garbserror on removed video
2008-01-12 Ralf Ertzinger- Change metadata{SOURCE} to the plugin name
2008-01-05 Ralf Ertzinger- Add copyright information to all files
2007-12-30 Ralf Ertzinger- Adapt plugins to documentation
2007-12-26 Christian Garbsfix ancestry
2007-12-26 Ralf Ertzinger- Move a comment around
2007-12-26 Ralf Ertzinger- Initial checkin