1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

Commit Graph

  • 01951dda7a Make ExtractorError usable for other causes Philipp Hagemeister 2013-01-03 15:39:55 +0100
  • 6e3dba168b release.sh edits based on 2013.01.02 experience Filippo Valsorda 2013-01-02 23:40:24 +0100
  • d851e895d5 release 2013.01.02 Filippo Valsorda 2013-01-02 22:21:45 +0100
  • b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now Filippo Valsorda 2012-12-31 19:15:30 +0100
  • 26cf040827 Support youtube videos of google+ users Philipp Hagemeister 2013-01-02 19:12:44 +0100
  • 8e241d1a1a Simplify DailyMotion IE Philipp Hagemeister 2013-01-01 21:22:30 +0100
  • 3a648b209c Remove .part files before and after tests Philipp Hagemeister 2013-01-01 21:15:52 +0100
  • c80f0a417a Better name for InfoQ IE Philipp Hagemeister 2013-01-01 21:10:45 +0100
  • 4fcca4bb18 Fix infoQ in Python3 Philipp Hagemeister 2013-01-01 21:07:37 +0100
  • 511eda8eda add test for infoq Philipp Hagemeister 2013-01-01 21:01:49 +0100
  • 5f9551719c Simplify some IEs Philipp Hagemeister 2013-01-01 20:52:59 +0100
  • d830b7c297 _download_webpage helper function Philipp Hagemeister 2013-01-01 20:43:43 +0100
  • 1c256f7047 ExtractorError for errors during extraction Philipp Hagemeister 2013-01-01 20:27:53 +0100
  • a34dd63beb Remove superfluous IE names Philipp Hagemeister 2013-01-01 19:40:48 +0100
  • 4aeae91f86 Move gen_extractors to InfoExtractors Philipp Hagemeister 2013-01-01 19:37:07 +0100
  • c073e35b1e Simplify test parameter initialization Philipp Hagemeister 2013-01-01 19:34:54 +0100
  • 5c892b0ba9 Adapt test_download to support playlists, and remove race conditions Philipp Hagemeister 2013-01-01 19:30:29 +0100
  • 6985325e01 Revert "In tests.json file and md5 join in a 'files' list to handle multiple-file IEs" Philipp Hagemeister 2013-01-01 19:07:06 +0100
  • 911ee27e83 typo Philipp Hagemeister 2013-01-01 19:07:01 +0100
  • 2069acc6a4 credit @jaimeMF Philipp Hagemeister 2013-01-01 18:29:43 +0100
  • 278986ea0f ustreamIE Jaime Marquínez Ferrándiz 2013-01-01 17:52:46 +0100
  • 6535e9511f In tests.json file and md5 join in a 'files' list to handle multiple-file IEs Filippo Valsorda 2013-01-01 16:07:26 +0100
  • 60c7520a51 Merge pull request #612 from jaimeMF/steamIE Filippo Valsorda 2013-01-01 06:49:30 -0800
  • deb594a9a0 Test for steam Jaime Marquínez Ferrándiz 2013-01-01 14:39:45 +0100
  • e314ba675b SteamIE Jaime Marquínez Ferrándiz 2013-01-01 14:12:14 +0100
  • 0214ce7c75 Ok, the Escapist test was passing only in my Travis repo, do not ask me why; also, a small bugfix to the latest commit Filippo Valsorda 2012-12-31 19:21:28 +0100
  • 95fedbf86b three small edits Filippo Valsorda 2012-12-31 19:09:37 +0100
  • b7769a05ec addedd a serious Public Domain dedication, see http://unlicense.org/ Filippo Valsorda 2012-12-31 15:32:26 +0100
  • 067f6a3536 moved docs and updates generation scripts from gh-pages branch to devscripts Filippo Valsorda 2012-12-30 21:02:19 +0100
  • 8cad53e84c Removed a spurious increment_downloads, this time cleanly Filippo Valsorda 2012-12-30 19:53:07 +0100
  • d5ed35b664 moved updating code to update.py Filippo Valsorda 2012-12-30 19:49:14 +0100
  • f427df17ab some fixes, pulled the codename from the code Filippo Valsorda 2012-12-30 18:22:36 +0100
  • 4e38899e97 print some version and environment info on --verbose (+ py3 fixes) Filippo Valsorda 2012-12-27 01:45:40 +0100
  • cb6ff87fbb The new updates system, relies on gh-pages, secured by RSA, uses external web servers Filippo Valsorda 2012-12-26 23:22:49 +0100
  • 0deac3a2d8 Revert "Removed a spurious increment_downloads" Philipp Hagemeister 2012-12-29 16:56:52 +0100
  • 92e3e18a1d Removed a spurious increment_downloads Filippo Valsorda 2012-12-29 16:49:49 +0100
  • 3bb6165927 Allow ampersand right after ? in youtube URLs (Closes #602) Philipp Hagemeister 2012-12-27 05:31:36 +0100
  • d0d4f277da TweetReel IE Philipp Hagemeister 2012-12-27 01:38:41 +0100
  • 99b0a1292b add --no-post-overwrites to README.md; + minor style fixes Filippo Valsorda 2012-12-26 20:39:33 +0100
  • dc23886a77 Merge pull request #601 from paullik/no-post-overwrites Philipp Hagemeister 2012-12-24 03:18:48 -0800
  • b7298b6e2a not relying on ffmpeg to do the post-processed file checking, instead doing it directly in youtube-dl Barbu Paul - Gheorghe 2012-12-24 12:18:20 +0200
  • 3e6c3f52a9 apparently the -n option is available only in ffmpeg Barbu Paul - Gheorghe 2012-12-23 20:20:19 +0200
  • 0c0074328b modified FFmpegExtractAudioPP to accept whether it should overwrite post-processed files or not Barbu Paul - Gheorghe 2012-12-23 19:51:41 +0200
  • f0648fc18c added the --no-post-overwrites argument Barbu Paul - Gheorghe 2012-12-23 19:36:48 +0200
  • a7c0f8602e Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-12-20 21:28:32 +0100
  • 21a9c6aaac FunnyOrDie IE (Fixes #599) Philipp Hagemeister 2012-12-20 21:28:27 +0100
  • 162e3c5261 Temporary skip Escapist test as it fails only on Travis; we'll make a more specific workaround later if we can't fix it Filippo Valsorda 2012-12-20 17:21:46 +0100
  • 6b3aef80ce better Vimeo tests; fixed a couple of VimeoIE fields Filippo Valsorda 2012-12-20 16:30:55 +0100
  • 77c4beab8a new info_dict field: uploader_id Filippo Valsorda 2012-12-20 16:28:16 +0100
  • 1a2c3c0f3e some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly as possible now Filippo Valsorda 2012-12-20 14:18:23 +0100
  • 0eaf520d77 add info_dict testing to test_download Filippo Valsorda 2012-12-20 14:14:43 +0100
  • 056d857571 refactor YouTube subtitles code, it was ugly (my bad) Filippo Valsorda 2012-12-20 11:26:38 +0100
  • 69a3883199 Enable 3.3 in Travis (works; see https://travis-ci.org/phihag/youtube-dl/jobs/3757443 ) Philipp Hagemeister 2012-12-20 13:48:39 +0100
  • 0dcfb234ed Update Vimeo Info Extractor to get pull in the description properly Nick Daniels 2012-12-19 14:21:39 +0000
  • 43e8fafd49 Refactor IDParser to search for elements by any attribute not just ID Nick Daniels 2012-12-19 14:21:14 +0000
  • 314d506b96 Do not use deprecated method Philipp Hagemeister 2012-12-20 13:26:37 +0100
  • af42895612 Extend json info data / description file test Philipp Hagemeister 2012-12-20 13:26:21 +0100
  • bfa6389b74 Clean up legacy code Philipp Hagemeister 2012-12-20 13:25:54 +0100
  • 9b14f51a3e Remove legacy code Philipp Hagemeister 2012-12-20 13:14:27 +0100
  • f4bfd65ff2 Correct JSON writing (Closes #596) Philipp Hagemeister 2012-12-20 13:13:24 +0100
  • 3cc687d486 test write_info_json Philipp Hagemeister 2012-12-20 13:11:52 +0100
  • cdb3076445 Sublime space formatting Nick Daniels 2012-12-19 14:19:08 +0000
  • 8a2f13c304 Ignore DS_Store files in Git Nick Daniels 2012-12-19 14:17:21 +0000
  • 77bd7968ea Switch test to metacafe.com, whose DNS seems to be fine atm Philipp Hagemeister 2012-12-17 20:32:05 +0100
  • 993693aa79 Merge remote-tracking branch 'origin/master' Philipp Hagemeister 2012-12-17 20:21:41 +0100
  • ce4be3a91d Remove some antipatterns and ensure that we always write the JSON file with UTF-8 Philipp Hagemeister 2012-12-17 19:48:10 +0100
  • 937021133f a number of new tests and fixes; all tests green on 3.3 Filippo Valsorda 2012-12-17 18:33:11 +0100
  • f7b111b7d1 Google Video has been shutdown as of 11/15/2012. All videos on Google Video will be migrated to YouTube by the end of 2012. Filippo Valsorda 2012-12-17 16:33:49 +0100
  • 80d3177e5c various py3 fixes; all tests green on 3.3 Filippo Valsorda 2012-12-17 16:25:03 +0100
  • 5e5ddcfbcf test subtitles Filippo Valsorda 2012-12-17 16:23:55 +0100
  • 5910e210f4 Fix --extract-audio on Python 3 Philipp Hagemeister 2012-12-16 12:29:03 +0100
  • b375c8b946 Tests for justin.tv Philipp Hagemeister 2012-12-16 11:17:10 +0100
  • 88f6c78b02 Credit vasi for justin.tv Philipp Hagemeister 2012-12-16 11:16:57 +0100
  • 4096b60948 Misc justin.tv fixes Dave Vasilevsky 2012-12-16 04:45:46 -0500
  • 2ab1c5ed1a Support more than 100 videos for justin.tv Dave Vasilevsky 2012-12-16 04:05:39 -0500
  • 0b40544f29 Preliminary support for twitch.tv and justin.tv Dave Vasilevsky 2012-12-16 03:50:41 -0500
  • 187da2c093 added YouJizz extractor Jeff Crouse 2012-12-16 00:26:27 -0500
  • 9a2cf56d51 Fixed a problem with the XNXXIE Regex Jeff Crouse 2012-12-15 23:22:07 -0500
  • 0be41ec241 Do not decode None Philipp Hagemeister 2012-12-15 23:54:44 +0100
  • f1171f7c2d Fix VimeoIE in Python 3 Philipp Hagemeister 2012-12-15 18:25:00 +0100
  • 28ca6b5afa Fix Dailymotion in Python 3 Philipp Hagemeister 2012-12-15 18:23:17 +0100
  • bec102a843 Fix XNXX in Python 3 Philipp Hagemeister 2012-12-15 18:19:25 +0100
  • 8f6f40d991 More Youku Python 3 fixing Philipp Hagemeister 2012-12-15 17:59:09 +0100
  • e2a8ff24a9 Fix YoukuIE in Python3 (and in general) Philipp Hagemeister 2012-12-15 17:57:13 +0100
  • 8588a86f9e Fix xvideo IE in Python 3 Philipp Hagemeister 2012-12-15 17:50:45 +0100
  • 5cb9c3129b restrict sys.argv craziness to Python 2 (Fixes #591) Philipp Hagemeister 2012-12-15 17:44:48 +0100
  • 4cc3d07426 NBA IE (Closes #590) Philipp Hagemeister 2012-12-13 21:27:57 +0100
  • 5d01a64719 Revert "Don't be too clever" Philipp Hagemeister 2012-12-12 15:14:58 +0100
  • a276e06080 Don't be too clever Philipp Hagemeister 2012-12-12 15:00:03 +0100
  • fd5ff02042 streamlined and simplified dynamic tests generation; readded a couple of test features Filippo Valsorda 2012-12-12 14:15:21 +0100
  • 2b5b2cb84c Merge remote-tracking branch 'gcmalloc/master' into fork_master Filippo Valsorda 2012-12-12 14:11:40 +0100
  • ca6849e65d Add support for comedycentral clips (closes #233) nto 2012-12-11 21:38:16 -0600
  • 1535ac2ae9 test automation gcmalloc 2012-12-12 03:55:06 +0100
  • a4680a590f changing the template file extension gcmalloc 2012-12-11 19:17:02 +0100
  • fedb6816cd rollback tests multiprocess, Travis and OSX don't support it Filippo Valsorda 2012-12-11 20:07:35 +0100
  • f6152b4b64 changing the template file extension gcmalloc 2012-12-11 19:17:02 +0100
  • 4b618047ce Speed up testing (<10s instead of 25s) Philipp Hagemeister 2012-12-11 18:52:50 +0100
  • 2c6945be30 Fix TestYoutubeLists.test_youtube_user Philipp Hagemeister 2012-12-11 18:07:38 +0100
  • 9a6f4429a0 Fix test selection in Python 2.6 Philipp Hagemeister 2012-12-11 18:03:22 +0100
  • 4c21c56bfe Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-12-11 17:07:13 +0100