1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-05-28 19:05:46 -05:00

Commit graph

  • 56c7366547 YoutubeIE: reuse instances of InfoExtractors (closes #998) Jaime Marquínez Ferrándiz 2013-07-08 15:14:27 +0200
  • 81f0259b9e YoutubeSubscriptionsIE: raise an error if there's no login information. Jaime Marquínez Ferrándiz 2013-07-08 11:23:05 +0200
  • fefcb5d314 YoutubeIE: use the new method in the base IE for getting the login info Jaime Marquínez Ferrándiz 2013-07-08 11:22:34 +0200
  • 345b0c9b46 Remove dead code Philipp Hagemeister 2013-07-08 02:13:50 +0200
  • 20c3893f0e Do not redefine variables in list comprehensions Philipp Hagemeister 2013-07-08 02:12:20 +0200
  • 29293c1e09 release 2013.07.08.1 Philipp Hagemeister 2013-07-08 02:05:22 +0200
  • 5fe3a3c3fb [archive.org] Add extractor (Fixes #1003) Philipp Hagemeister 2013-07-08 02:04:11 +0200
  • b04621d155 release 2013.07.08 Philipp Hagemeister 2013-07-08 01:29:16 +0200
  • b227060388 [arte] Always look for the JSON URL (Fixes #1002) Philipp Hagemeister 2013-07-08 01:28:19 +0200
  • d93e4dcbb7 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-07-08 01:15:19 +0200
  • 73e79f2a1b [3sat] Add support (Fixes #1001) Philipp Hagemeister 2013-07-08 01:13:55 +0200
  • fc79158de2 VimeoIE: authentication support (closes #885) and add a method in the base InfoExtractor to get the login info Jaime Marquínez Ferrándiz 2013-07-07 23:24:34 +0200
  • 7763b04e5f YoutubeIE: extract the thumbnail in the best possible quality Jaime Marquínez Ferrándiz 2013-07-07 21:21:15 +0200
  • 9d7b44b4cc release 2013.07.07.01 Philipp Hagemeister 2013-07-07 17:13:56 +0200
  • 897f36d179 [youtube:subscriptions] Use colon for differentiation of shortcuts Philipp Hagemeister 2013-07-07 17:13:26 +0200
  • 94c3637f6d release 2013.07.07 Philipp Hagemeister 2013-07-07 16:55:06 +0200
  • 04cc96173c [youtube] Add and extractor for the subscriptions feed (closes #498) Jaime Marquínez Ferrándiz 2013-07-07 13:58:23 +0200
  • fbaaad49d7 Add BrightcoveIE (closes #832) Jaime Marquínez Ferrándiz 2013-07-05 21:31:50 +0200
  • b29f3b250d DailymotionIE: extract thumbnail Jaime Marquínez Ferrándiz 2013-07-05 19:39:37 +0200
  • fa343954d4 release 2013.07.05 Philipp Hagemeister 2013-07-05 14:46:24 +0200
  • 2491f5898e DailymotionIE: simplify the extraction of the title and remove an unused assignment of video_uploader Jaime Marquínez Ferrándiz 2013-07-05 14:20:15 +0200
  • b27c856fbc Dailymotion: fix the download of the video in the max quality (closes #986) Jaime Marquínez Ferrándiz 2013-07-05 14:15:26 +0200
  • 9941ceb331 ArteTVIE: support emission urls that don't contain the video id Jaime Marquínez Ferrándiz 2013-07-05 12:56:41 +0200
  • c536d38059 release 2013.07.04 Philipp Hagemeister 2013-07-04 18:07:34 +0200
  • 8de64cac98 [arte] Fix language selection (Fixes #988) Philipp Hagemeister 2013-07-04 18:06:47 +0200
  • 6d6d286539 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-07-03 16:36:42 +0200
  • 5d2eac9eba [auengine] Add tests (Fixes #985) Philipp Hagemeister 2013-07-03 16:36:36 +0200
  • 9826925a20 ArteTVIE: extract the video with the correct language Jaime Marquínez Ferrándiz 2013-07-02 17:34:40 +0200
  • 24a267b562 TudouIE: extract all the segments of the video and download the best quality (closes #975) Jaime Marquínez Ferrándiz 2013-07-02 12:38:24 +0200
  • d4da3d6116 BlipTVIE: download the video in the best quality (closes #215) Jaime Marquínez Ferrándiz 2013-07-02 10:40:23 +0200
  • d5a62e4f5f release 2013.07.02 Philipp Hagemeister 2013-07-02 09:14:09 +0200
  • 9a82b2389f Do not show bug report for errors that are to be expected (Closes #973) Philipp Hagemeister 2013-07-02 08:40:21 +0200
  • 8dba13f7e8 Squelch git not found exception (#973) Philipp Hagemeister 2013-07-02 08:36:20 +0200
  • deacef651f Improve formatting Philipp Hagemeister 2013-07-02 08:35:39 +0200
  • 2e1b3afeca README.md: Fix markup and some of the text. Philipp Hagemeister 2013-07-02 07:39:54 +0200
  • 652e776893 setup: PEP-8 fixes. Rogério Brito 2013-06-26 00:54:55 -0300
  • d055fe4cb0 setup: cosmetics: Add/remove some whitespace for readability. Rogério Brito 2013-06-26 00:53:55 -0300
  • 131842bb0b setup: Move pseudo-docstring to a proper comment. Rogério Brito 2013-06-26 00:51:27 -0300
  • 59fc531f78 Add InstagramIE (related #904) Jaime Marquínez Ferrándiz 2013-07-01 21:08:54 +0200
  • 5c44c15438 GenericIE: match titles that spread across multiple lines (related #904) Jaime Marquínez Ferrándiz 2013-07-01 20:50:50 +0200
  • 62067cb9b8 Shorten --list-extractor-descriptions to --extractor-descriptions Philipp Hagemeister 2013-07-01 18:59:29 +0200
  • 0f81866329 Add --list-extractor-descriptions (human-readable list of IEs) Philipp Hagemeister 2013-07-01 18:52:19 +0200
  • 2db67bc0f4 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-07-01 18:21:36 +0200
  • 7dba9cd039 Sort IEs alphabetically in --list-extractors Philipp Hagemeister 2013-07-01 18:21:29 +0200
  • 75dff0eef7 [youtube]: add YoutubeShowIE (closes #14) Jaime Marquínez Ferrándiz 2013-07-01 17:59:28 +0200
  • d828f3a550 YoutubeIE: use a negative index when accessing the last element of the format list Jaime Marquínez Ferrándiz 2013-07-01 17:19:33 +0200
  • bcd6e4bd07 YoutubeIE: extract the correct video id for movie URLs (closes #597) Jaime Marquínez Ferrándiz 2013-07-01 16:51:18 +0200
  • 53936f3d57 Merge remote-tracking branch 'yasoob/master' Philipp Hagemeister 2013-07-01 15:19:45 +0200
  • 0beb3add18 Separate downloader options Philipp Hagemeister 2013-07-01 14:53:25 +0200
  • f9bd64c098 [update] Add package manager to error message (#959) Philipp Hagemeister 2013-07-01 02:36:49 +0200
  • d7f44b5bdb [youtube] Warn if URL is most likely wrong (#969) Philipp Hagemeister 2013-07-01 02:29:29 +0200
  • 48bfb5f238 [instagram] Fix title Philipp Hagemeister 2013-06-30 14:07:32 +0200
  • 97ebe8dcaf StatigramIE: update the title of the test video Jaime Marquínez Ferrándiz 2013-06-30 13:57:57 +0200
  • d4409747ba TumblrIE: update test Jaime Marquínez Ferrándiz 2013-06-30 13:52:20 +0200
  • 37b6a6617f ArteTvIE: support videos from videos.arte.tv Jaime Marquínez Ferrándiz 2013-06-30 13:38:22 +0200
  • ca1c9cfe11 release 2013.06.34.4 Philipp Hagemeister 2013-06-29 20:22:08 +0200
  • adeb4d7469 Merge remote-tracking branch 'origin/master' Philipp Hagemeister 2013-06-29 20:21:13 +0200
  • 50587ee8ec [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060 Philipp Hagemeister 2013-06-29 20:20:20 +0200
  • 8244288dfe WatIE: support videos divided in multiple parts (closes #222 and #659) Jaime Marquínez Ferrándiz 2013-06-29 18:22:03 +0200
  • 6ffe72835a [tutv] Fix URL type (for Python 3) Philipp Hagemeister 2013-06-29 17:42:15 +0200
  • 8ba5e990a5 release 2013.06.34.3 Philipp Hagemeister 2013-06-29 17:30:11 +0200
  • 9afb1afcc6 [tutv] Add IE (Fixes #965) Philipp Hagemeister 2013-06-29 17:29:40 +0200
  • 0e21093a8f Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-06-29 16:57:34 +0200
  • 9c5cd0948f [ted] Fix test checksum Philipp Hagemeister 2013-06-29 16:45:56 +0200
  • 1083705fe8 Update the default output template in the README Jaime Marquínez Ferrándiz 2013-06-29 16:35:28 +0200
  • f3d294617f Document view_count (Closes #963) Philipp Hagemeister 2013-06-29 16:32:28 +0200
  • de33a30858 Merge pull request #962 from jaimeMF/TF1 Philipp Hagemeister 2013-06-29 07:30:49 -0700
  • 887a227953 added an IE and test for traileraddict.com M.Yasoob Khalid 2013-06-29 19:17:27 +0500
  • 705f6f35bc Move TF1IE to its own file Jaime Marquínez Ferrándiz 2013-06-29 15:18:19 +0200
  • e648b22dbd Add TF1IE Jaime Marquínez Ferrándiz 2013-06-29 14:43:35 +0200
  • 257a2501fa keep track of the dates and html5player versions of working YT signature algos Filippo Valsorda 2013-06-27 22:20:50 +0200
  • 99afb3ddd4 Add WatIE Jaime Marquínez Ferrándiz 2013-06-28 22:01:47 +0200
  • a3c776203f Rewrote error message a bit to clarify Philipp Hagemeister 2013-06-28 18:53:31 +0200
  • 53f350c165 Changed the error message. M.Yasoob Ullah Khalid 2013-06-27 23:20:08 +0500
  • f46d31f948 Add RingTVIE (Thanks @yasoob) M.Yasoob Khalid 2013-06-28 20:44:06 +0500
  • bf64ff72db Added an IE for gamespot. Although gamespot allows downloading but it is only available to registered users. With this IE no registration is required. M.Yasoob Khalid 2013-06-28 10:34:01 +0500
  • bc2884afc1 Print which IE is being skipped in test_download Jaime Marquínez Ferrándiz 2013-06-28 11:20:00 +0200
  • 023fa8c440 Add function add_default_info_extractors to YoutubeDL Jaime Marquínez Ferrándiz 2013-06-27 23:51:06 +0200
  • 427023a1e6 Merge branch 'generate-ie-list' Philipp Hagemeister 2013-06-27 22:44:02 +0200
  • a924876fed Make sure that IEs only accept their own URLs Philipp Hagemeister 2013-06-27 21:21:54 +0200
  • 3f223f7b2e [tumblr] Fix title Philipp Hagemeister 2013-06-27 21:19:42 +0200
  • fc2c063e1e Move testcase generator to helper Philipp Hagemeister 2013-06-27 21:15:16 +0200
  • 20db33e299 Make sure SoundcloudIE does not match soundcloud sets Philipp Hagemeister 2013-06-27 21:11:23 +0200
  • c0109aa497 release 2013.06.34.2 Philipp Hagemeister 2013-06-27 20:50:57 +0200
  • ba7a1de04d Credit @gitprojs for auengine Philipp Hagemeister 2013-06-27 20:50:34 +0200
  • 4269e78a80 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-06-27 20:47:03 +0200
  • 6f5ac90cf3 Move tests to the IE definitions Philipp Hagemeister 2013-06-27 20:46:46 +0200
  • de282fc217 Merge pull request #954 from gitprojs/generic Philipp Hagemeister 2013-06-27 11:44:46 -0700
  • ddbd903576 Tests: Add coding to files Philipp Hagemeister 2013-06-27 20:32:02 +0200
  • 0c56a3f773 [googleplus] move tests Philipp Hagemeister 2013-06-27 20:31:27 +0200
  • 9d069c4778 [infoq] move tests Philipp Hagemeister 2013-06-27 20:27:08 +0200
  • 0d843f796b Remove superfluous name declarations Philipp Hagemeister 2013-06-27 20:25:56 +0200
  • 67f51b3d8c [youku] move tests Philipp Hagemeister 2013-06-27 20:25:46 +0200
  • 5c5de1c79a [eighttracks] move test Philipp Hagemeister 2013-06-27 20:22:00 +0200
  • 0821771466 [steam] move test Philipp Hagemeister 2013-06-27 20:20:00 +0200
  • 83f6f68e79 [metacafe] move tests Philipp Hagemeister 2013-06-27 20:18:35 +0200
  • 27473d18da Made 'video' the default title for generic IE Albert Kim 2013-06-27 19:18:15 +0100
  • 0c6c096c20 [soundcloud] Move tests Philipp Hagemeister 2013-06-27 20:17:21 +0200
  • 52c8ade4ad Made generic IE handle more cases Albert Kim 2013-06-27 19:16:09 +0100
  • 0e853ca4c4 [youtube] Fix tests in 2.x Philipp Hagemeister 2013-06-27 19:55:39 +0200