1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-13 21:45:48 -05:00

Commit graph

  • ec06f0f610 release 2014.11.21 Philipp Hagemeister 2014-11-21 10:41:18 +0100
  • e6c9c8f6ee Merge pull request #4261 from tinybug/patch-4 Philipp Hagemeister 2014-11-21 10:41:02 +0100
  • 85b9275517 Update jsinterp.py tinybug 2014-11-21 17:09:22 +0800
  • dfd5313afd [YoutubeDL] Support new _type multi_video Philipp Hagemeister 2014-11-21 00:25:46 +0100
  • be53e2a737 [blip.tv:user] Modernize and add a test Philipp Hagemeister 2014-11-21 00:25:13 +0100
  • a1c68b9ef2 Merge remote-tracking branch 'origin/master' Philipp Hagemeister 2014-11-21 00:17:58 +0100
  • 4d46c1c68c [brightcove] Improve error message detection (#4256) Jaime Marquínez Ferrándiz 2014-11-20 18:44:54 +0100
  • d6f714f321 [brightcove] Remove the namespace from the BrightcoveExperience html object Jaime Marquínez Ferrándiz 2014-11-20 18:37:08 +0100
  • 8569f3d629 [vh1] Modernize Philipp Hagemeister 2014-11-20 16:51:33 +0100
  • fed5d03260 [extractor/common] Document _type values (Motivated by #4254) Philipp Hagemeister 2014-11-20 16:47:59 +0100
  • 6adeffa7c6 [comedycentral] Modernize Philipp Hagemeister 2014-11-20 16:36:53 +0100
  • b244b5c3f9 remove unused imports Philipp Hagemeister 2014-11-20 16:35:55 +0100
  • f42c190769 [stanfordoc] Modernize Philipp Hagemeister 2014-11-20 16:34:54 +0100
  • c9bf41145f [YoutubeDL] Warn if an extractor returns compat_list Philipp Hagemeister 2014-11-20 16:29:31 +0100
  • 5239075bb6 [mtv] Return a proper playlist result (#4254) Philipp Hagemeister 2014-11-20 16:25:19 +0100
  • 84437adfa3 release 2014.11.20.1 Philipp Hagemeister 2014-11-20 12:20:57 +0100
  • 732ea2f09b [utils] Improve update on error message somewhat Philipp Hagemeister 2014-11-20 12:14:28 +0100
  • aff2f4f4f5 [arte] Clean up format sorting mess Philipp Hagemeister 2014-11-20 12:06:33 +0100
  • 3b9f631c41 release 2014.11.20 Philipp Hagemeister 2014-11-20 08:55:56 +0100
  • 3ba098a6a5 Merge pull request #4247 from ivan/info-json Jaime Marquínez Ferrándiz 2014-11-20 08:16:42 +0100
  • 0cd64bd077 Copy the mtime from the oldest source file to the file created by ffmpeg Ivan Kozik 2014-11-20 06:25:12 +0000
  • 1394646a0a Fix "ERROR: Cannot write metadata to JSON file" on Windows Ivan Kozik 2014-11-20 06:05:39 +0000
  • 61ee5aeb73 Fix UnicodeEncodeError with --write-info-json on Python 2.7 + Windows Ivan Kozik 2014-11-20 06:04:04 +0000
  • 07e378fa18 [compat] correct OptionGroup invocation for Python 3 (fixes #4243) Philipp Hagemeister 2014-11-20 07:21:12 +0100
  • e07e931375 Work around 2.7.0 deficencies (Fixes #4223) Philipp Hagemeister 2014-11-19 18:21:58 +0100
  • 480b7c32a9 [rtlxl] Fix format order Naglis Jonaitis 2014-11-19 01:20:42 +0200
  • f56875f271 [test/test_compat] Restore the old value of the HOME environment variable Jaime Marquínez Ferrándiz 2014-11-18 23:34:46 +0100
  • 92120217eb [cache] Fix writing to paths with unicode characters Jaime Marquínez Ferrándiz 2014-11-18 23:28:42 +0100
  • 37eddd3143 [rtlxl] Use m3u8 streams instead of f4m (#4115, #4118) Naglis Jonaitis 2014-11-19 00:26:44 +0200
  • 02a12f9fe6 [vk] date_added is now extracted from the video page. Will Sewell 2014-11-18 20:19:56 +0000
  • 6fcd6e0e21 [vk] Updated the regex for matching user video pages. It now matches optional URL parameters too. Will Sewell 2014-11-18 19:34:12 +0000
  • 0857baade3 [youtube] Add webm audio formats (Fixes #4229) Philipp Hagemeister 2014-11-18 11:06:09 +0100
  • 469d4c8968 [vk] Added a new information extractor for pages that are a list of a user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors. Will Sewell 2014-11-17 17:52:00 -0500
  • 23ad44b57b [youtube] Better error message for DASH manifest Philipp Hagemeister 2014-11-17 20:12:52 +0100
  • f48d3e9bbc [swfinterp] Improve undefined representation Philipp Hagemeister 2014-11-17 08:02:48 +0100
  • fbf94a7815 [swfinterp] Add more builtins and improve static variables Philipp Hagemeister 2014-11-17 07:54:06 +0100
  • 1921b24551 [swfinterp] Add support for more complicated constants Philipp Hagemeister 2014-11-17 07:31:22 +0100
  • 28e614de5c [utils] Remove stray u' Philipp Hagemeister 2014-11-17 07:16:12 +0100
  • cd9ad1d7e8 [swfinterp] Basic support for constants (only ints for now) Philipp Hagemeister 2014-11-17 07:14:02 +0100
  • 162f54eca6 [swfinterp] Implement bitand and pushshort operators Philipp Hagemeister 2014-11-17 05:08:39 +0100
  • 33a266f4ba [swfinterp] Implement charCodeAt Philipp Hagemeister 2014-11-17 05:03:46 +0100
  • 6b592d93a2 [swfinterp] Formalize built-in classes Philipp Hagemeister 2014-11-17 04:54:54 +0100
  • 4686ae4b64 [swfinterp] Implement various opcodes Philipp Hagemeister 2014-11-17 04:45:12 +0100
  • 8d05f2c16a [swfinterp] Add support for void methods Philipp Hagemeister 2014-11-17 04:36:23 +0100
  • a4bb83956c [swfinterp] Implement pushtrue and pushfalse opcodes Philipp Hagemeister 2014-11-17 04:29:34 +0100
  • eb5376044c [swfinterp] Implement equals opcode Philipp Hagemeister 2014-11-17 04:27:51 +0100
  • 3cbcff8a2d [swfinterp] Implement String basics Philipp Hagemeister 2014-11-17 04:25:04 +0100
  • e983cf5277 [swfinterp] Interpret yet more opcodes Philipp Hagemeister 2014-11-17 04:00:31 +0100
  • 0ab1ca5501 [swfinterp] Better error message Philipp Hagemeister 2014-11-17 03:53:32 +0100
  • 4baafa229d [swfinterp] Intepret more multinames Philipp Hagemeister 2014-11-17 03:46:23 +0100
  • 7f3e33a147 [swfinterp] Implement member assignment Philipp Hagemeister 2014-11-17 01:27:34 +0100
  • b7558d9881 [swfinterp] Allow function patching Philipp Hagemeister 2014-11-17 01:27:15 +0100
  • a0f59cdcb4 [tests] Modernize Philipp Hagemeister 2014-11-16 15:17:48 +0100
  • a4bc433619 [__init__] Modernize Philipp Hagemeister 2014-11-16 15:08:34 +0100
  • b6b70730bf [downloader/common] Modernize Philipp Hagemeister 2014-11-16 15:06:59 +0100
  • 6a68bb574a [eporner] Fix duration (Closes #4188) Philipp Hagemeister 2014-11-16 14:55:22 +0100
  • 0cf166ad4f release 2014.11.16 Philipp Hagemeister 2014-11-16 00:51:46 +0100
  • 2707b50ffe [spiegel] Correct handling of redirects to spiegel.tv (Closes #4211) Philipp Hagemeister 2014-11-16 00:51:31 +0100
  • 939fe70de0 [spiegeltv] Match hash-style URLs (Closes #4210) Philipp Hagemeister 2014-11-16 00:40:09 +0100
  • 89c15fe0b3 [spiegeltv] Modernize Philipp Hagemeister 2014-11-16 00:33:51 +0100
  • ec5f601670 [utils] Fix "write_json_file" for unicode names in python 2.x (fixes #4125) Jaime Marquínez Ferrándiz 2014-11-15 22:00:32 +0100
  • 8caa0c9779 [bliptv] Fix the resolve of lookup ID (Closes #4197) Naglis Jonaitis 2014-11-15 16:56:04 +0200
  • e2548b5b25 release 2014.11.15.1 Philipp Hagemeister 2014-11-15 15:21:50 +0100
  • bbefcf04bf [goldenmoustache] Fix title (Closes #4203) Philipp Hagemeister 2014-11-15 15:21:34 +0100
  • c7b0add86f [compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813) Philipp Hagemeister 2014-11-15 15:17:19 +0100
  • a0155d93d9 release 2014.11.15 Philipp Hagemeister 2014-11-15 11:01:54 +0100
  • 00d9ef0b70 [mailru] Adapt to new data format (Fixes #4201) Philipp Hagemeister 2014-11-15 11:01:10 +0100
  • 0cc8888038 [crunchyroll] Remove NOP code (#2782) Philipp Hagemeister 2014-11-15 00:34:03 +0100
  • c735450e07 release 2014.11.14 Philipp Hagemeister 2014-11-14 22:27:56 +0100
  • 71f8c7ce7a [mtvservices:embedded] Improve config url (fixes #4092) Jaime Marquínez Ferrándiz 2014-11-14 19:02:18 +0100
  • 5fee0eeac0 [ComedyCentralShows] Use the rtmp urls transform function from the MTV IE (fixes #3364) Jaime Marquínez Ferrándiz 2014-11-14 18:34:44 +0100
  • eb4157fd17 [utils] Fix struct.pack call on very old Python versions (#4181) Philipp Hagemeister 2014-11-14 00:39:32 +0100
  • 69ede8ef81 release 2014.11.13.3 Philipp Hagemeister 2014-11-13 16:28:24 +0100
  • 609a61e3e6 [npo] Improve npo.nl (Fixes #4173) Philipp Hagemeister 2014-11-13 16:28:05 +0100
  • bf951c5e29 release 2014.11.13.2 Philipp Hagemeister 2014-11-13 16:12:54 +0100
  • af63fed7d8 [generic] Add support for livestream embeds (Fixes #4185) Philipp Hagemeister 2014-11-13 16:12:51 +0100
  • 68d1d41c03 Credit @yaccz for freevideo (#4131) Philipp Hagemeister 2014-11-13 15:59:48 +0100
  • 3deed1e91a [freevideo] Simplify and raise error for foreigners (Fixes #4131) Philipp Hagemeister 2014-11-13 15:59:22 +0100
  • 11b28e93d3 Merge remote-tracking branch 'yaccz/add-extractor/freevideo' Philipp Hagemeister 2014-11-13 15:53:16 +0100
  • c3d582985f release 2014.11.13.1 Philipp Hagemeister 2014-11-13 15:42:48 +0100
  • 4c0924bb24 [utils] Fix intlist_to_bytes in Python 2 (#4181) Philipp Hagemeister 2014-11-13 15:28:42 +0100
  • 3fa5bb3802 [sexu] Modernize (#4171) Philipp Hagemeister 2014-11-13 15:20:49 +0100
  • c47ec62b83 Merge remote-tracking branch 'peugeot/sexu' Philipp Hagemeister 2014-11-13 15:18:38 +0100
  • e4bdb37ec6 [spiegel] Add support for embeds Philipp Hagemeister 2014-11-13 15:02:31 +0100
  • 3e6e4999ca [test/helper] Improve output Philipp Hagemeister 2014-11-13 14:55:45 +0100
  • 0e15e725a0 [spiegel] Modernize Philipp Hagemeister 2014-11-13 14:45:17 +0100
  • 437f68d868 Update sexu.py peugeot 2014-11-13 14:02:53 +0100
  • d91d124081 fix python 2 test peugeot 2014-11-13 13:57:10 +0100
  • 2d42905b68 release 2014.11.13 Philipp Hagemeister 2014-11-13 09:57:58 +0100
  • cbe71cb41d Merge pull request #4178 from awojnowski/master Jaime Marquínez Ferrándiz 2014-11-13 08:24:29 +0100
  • 894dd8682e Fix YouTube signature extraction. Aaron Wojnowski 2014-11-13 00:33:27 -0600
  • 9e05d039e0 [dailymotion] Fix extraction of vevo videos (fixes #4168) Jaime Marquínez Ferrándiz 2014-11-12 23:32:27 +0100
  • bbd5f2de5e [sexu] initial support peugeot 2014-11-12 20:41:13 +0100
  • 73689dafbf [tvplay] Fix f4m URL extraction (Closes #4119) Naglis Jonaitis 2014-11-12 19:26:00 +0200
  • 4b50ba0989 Credit @xantares for goldenmoustache (#4128) Philipp Hagemeister 2014-11-12 15:53:00 +0100
  • 5ccaddf5b1 [goldenmoustache] Simplify (#4128) Philipp Hagemeister 2014-11-12 15:36:59 +0100
  • 0b201a3134 Merge remote-tracking branch 'xantares/goldenmoustache' Philipp Hagemeister 2014-11-12 15:34:31 +0100
  • ffe38646ca [funnyordie] Remove test md5sum (Fixes #4113) Philipp Hagemeister 2014-11-12 15:33:15 +0100
  • b703ab4d7f Merge remote-tracking branch 'michael-k/links' Philipp Hagemeister 2014-11-12 15:31:54 +0100
  • c6afed48ff [YoutubeDL] guard against strange sys.stdouts Philipp Hagemeister 2014-11-12 15:30:26 +0100