Commit Graph

  • e0977d7686 [beeg] Decrypt URL (Closes #7736) Sergey M․ 2015-12-04 00:59:32 +06:00
  • 112ab398db Merge pull request #7681 from remitamine/skynewarabia remitamine 2015-12-03 18:41:38 +01:00
  • af93fcfa05 [beeg] Update API URL (Closes #7736) Sergey M․ 2015-12-03 23:23:36 +06:00
  • 62d231c004 [extractor/common] Clarify duration can be float Sergey M․ 2015-12-03 20:55:02 +06:00
  • 49358274d7 [bbc] Fix _VALID_URL Sergey M․ 2015-12-03 20:49:14 +06:00
  • 7b1e379ca9 [gametrailers] Fix extraction (fixes #7722) Jaime Marquínez Ferrándiz 2015-12-03 13:47:21 +01:00
  • 9b0381f9c6 download-archive also works now when skip-download AndroKev 2015-12-02 13:39:14 +01:00
  • 04fe0d6cd2 Merge pull request #7 from rg3/master AndroKev 2015-12-02 13:31:13 +01:00
  • 6ba1b6cb67 [trollvids] made flake8 shut up Andrew "Akari" Alexeyew 2015-12-02 06:17:49 +02:00
  • 0116e2efad [trollvids] added a test Andrew "Akari" Alexeyew 2015-12-02 06:15:01 +02:00
  • 16afcbaa5f [trollvids] convert duration to an int Andrew "Akari" Alexeyew 2015-12-02 06:06:48 +02:00
  • e0bd46eedc [trollvids] Added a basic trollvids.com extractor. Andrew "Akari" Alexeyew 2015-12-02 06:00:47 +02:00
  • bd05b7fd4c test for multiple --reject-title and --match-title options Carl Harris 2015-12-01 17:50:08 -05:00
  • 2c72a8b489 allow multiple --reject-title and --match-title options Carl Harris 2015-12-01 17:49:20 -05:00
  • 780938ce05 Merge 5feef03206ca7af34b51010ce352012aa1a696b8 into 22d7368dfb384e7698faad6d2891b4aaceab3d7c Guillaume Legrand 2015-12-01 22:02:48 +00:00
  • ee8027eaf8 Merge 129f0d9cfd2a9e4702a1dd6211f3b1257f8fca8b into 22d7368dfb384e7698faad6d2891b4aaceab3d7c kjy00302 2015-12-01 22:02:46 +00:00
  • 22d7368dfb [bbc] Extract _ID_REGEX and ad one more video id pattern (Closes #7724) Sergey M․ 2015-12-02 02:34:31 +06:00
  • 24121bc703 [udemy] Make lecture downloading fatal Sergey M․ 2015-12-02 00:53:03 +06:00
  • 9fc87fa767 [udemy] Remove unused import Sergey M․ 2015-12-02 00:51:47 +06:00
  • 328f82d59a [udemy] Semi-switch to api 2.0 (Closes #7704) Sergey M․ 2015-12-02 00:48:27 +06:00
  • 78717fc328 [udemy] Allow authentication via cookies Sergey M․ 2015-12-01 22:10:10 +06:00
  • 3b35c3425e [udemy] Extract formats from data.outputs (#7704) Sergey M․ 2015-12-01 20:35:46 +06:00
  • 874ae0354e [nrk] Extract f4m formats and impose geo restriction only when not media URL (Closes #7715) Sergey M․ 2015-12-01 18:35:24 +06:00
  • 6b988fdfcd Merge branch 'master' into multiple-reject-title Carl Harris 2015-11-30 13:00:56 -05:00
  • 129f0d9cfd Merge branch 'tvpleextractor' of github.com:kjy00302/youtube-dl into tvpleextractor kjy00302 2015-12-01 01:06:07 +09:00
  • c0875cc92e add subtitle fading like tvple, and little edit for subtitle extractor kjy00302 2015-12-01 00:02:22 +09:00
  • 4c6b4764f0 [youtube] Clarify itag 272 possible resolutions (#7699) Sergey M․ 2015-11-30 20:42:05 +06:00
  • f241718a31 Merge d6ee35b8efc4c0b162bc22250b76daf8487b1134 into 59ee8a86471af488c2ee16dcacf7a913636f0150 Błażej Szczygieł 2015-11-30 14:10:19 +00:00
  • 59ee8a8647 [facebook] Make alternative title optional (Closes #7700) Sergey M․ 2015-11-30 20:10:09 +06:00
  • d6ee35b8ef [youtube] itag 272 has 4320 lines Błażej Szczygieł 2015-11-30 00:15:38 +01:00
  • af284305d5 [vodlocker] Capture file not found error (Closes #7696) Sergey M․ 2015-11-30 03:58:39 +06:00
  • d53a4af1a4 [pornhub:playlist] Allow alphanumeric viewkeys (Closes #7695) Sergey M․ 2015-11-30 03:47:01 +06:00
  • 2e1b928540 [youtube:playlist] Extend _VALID_URL Sergey M․ 2015-11-29 21:04:11 +06:00
  • 040ac68679 [youtube] Extend _VALID_URL (Closes #7694) Sergey M․ 2015-11-29 21:01:59 +06:00
  • 049d71d874 [youtube] Simplify and make sure header values are strings Yen Chi Hsuan 2015-11-29 19:52:48 +08:00
  • bf2c8c8f82 [spiegel] Fix extraction (Closes #7693) Sergey M․ 2015-11-29 17:03:33 +06:00
  • c9983bfc12 allowed multiple --match and --reject title regexes and added test Carl Harris 2015-11-29 02:26:16 -05:00
  • aefac3fa77 moved common functions Carl Harris 2015-11-29 02:18:11 -05:00
  • cafc130553 Moving options to submodule Carl Harris 2015-11-29 02:16:06 -05:00
  • ef428960c9 Merge pull request #7691 from ryandesign/use-PYTHON-env-var Yen Chi Hsuan 2015-11-29 13:08:46 +08:00
  • 992fc9d6e1 [utils] Refactor handle_youtubedl_headers for future extension Yen Chi Hsuan 2015-11-29 12:58:29 +08:00
  • 8639f89f51 Always use PYTHON env var in Makefile Ryan Schmidt 2015-11-28 22:56:24 -06:00
  • 0424ec307b [utils] Correct docstring of YoutubeDLHandler Yen Chi Hsuan 2015-11-29 12:46:04 +08:00
  • ac5a69af45 [youtube] Disable compression for live streams Yen Chi Hsuan 2015-11-29 12:44:24 +08:00
  • 94e8c80473 [downloader/hls] Respect Youtubedl-* headers Yen Chi Hsuan 2015-11-29 12:43:59 +08:00
  • 87f0e62d94 [utils] Separate codes for handling Youtubedl-* headers Yen Chi Hsuan 2015-11-29 12:42:50 +08:00
  • fbb2b82ede [lrt] fix issues reported by flake8 Giedrius Statkevičius 2015-11-29 03:16:19 +02:00
  • 972cb93374 [lrt] fix the rest of extractor Giedrius Statkevičius 2015-11-29 02:58:52 +02:00
  • 55ffed5e02 [neteasemusic] Add subtitles for NetEaseMusic Qijiang Fan 2015-09-26 21:51:08 +08:00
  • 4f37cd1328 [lrt] fix duration parsing Giedrius Statkevičius 2015-11-28 23:14:38 +02:00
  • 46b4070f3f Merge pull request #7057 from remitamine/cspan remitamine 2015-11-28 21:36:52 +01:00
  • 2a776f9788 [cspan] change into a function remitamine 2015-11-28 20:22:31 +01:00
  • f4c7ef9862 [skynewsarabia] return empty categories array if there is no topic remitamine 2015-11-28 18:20:44 +01:00
  • 50e12e9df1 [acast] Add new extractor remitamine 2015-11-28 18:10:37 +01:00
  • b7faebbac8 [bloomberg] Improve formats extraction Sergey M․ 2015-11-28 22:45:19 +06:00
  • 4191fdf147 [bloomberg] Improve video id regex Sergey M․ 2015-11-28 22:41:39 +06:00
  • 9a4f12be98 [bloomberg] Modernize Sergey M․ 2015-11-28 22:40:29 +06:00
  • 7ad4258add [bloomberg] Relax _VALID_URL even more (Closes #7685) Sergey M․ 2015-11-28 22:39:36 +06:00
  • 9945c4994c Credit @reiv for soundcloud:search Sergey M․ 2015-11-28 20:21:03 +06:00
  • 5faf9fed7e [youtube] Clarify rationale for yt:stretch validation Sergey M․ 2015-11-28 18:50:21 +06:00
  • 13a9b69b09 Merge pull request #7677 from lalinsky/yt-stretch-zero-height Sergey M 2015-11-28 18:14:06 +06:00
  • 4975650e00 [skynewsarabia] fix IE_NAME remitamine 2015-11-28 12:20:39 +01:00
  • 0cc7178546 [skynewsarabia] Add new extractor remitamine 2015-11-28 11:48:18 +01:00
  • 41f24c321d [youtube] Use the existing w and h variables Lukáš Lalinský 2015-11-28 08:16:46 +01:00
  • 4b3fbafdd2 [options] Changed wording for --list-formats Yen Chi Hsuan 2015-11-28 14:14:20 +08:00
  • 3273672854 Basic playlist generation logic. Steven Wallace 2015-07-22 20:55:43 -05:00
  • 7ac40086f5 [dbtv] Expand _VALID_URL (Closes #7645) Sergey M․ 2015-11-28 08:44:13 +06:00
  • 313dfc45f5 [youtube] Ignore yt:stretch with zero width/height Lukáš Lalinský 2015-11-28 01:07:07 +01:00
  • 54585a73b0 Merge 6caccd0fb17aa4ef088ce80042da8eb8065bc692 into 78a55d7a28662a65cba36c48eb69ecc4b150b336 Lodvær 2015-11-27 20:12:12 +00:00
  • d0d01de954 Tweak francetv.py to handle france3-regions subdomain. Wannes Rombouts 2015-11-27 17:20:18 +01:00
  • 111d1bdaeb release 2015.11.27.1 Philipp Hagemeister 2015-11-27 16:43:48 +01:00
  • 78a55d7a28 release 2015.11.27.1 2015.11.27.1 Philipp Hagemeister 2015-11-27 16:39:59 +01:00
  • bb6ac83698 release 2015.11.27 2015.11.27 Philipp Hagemeister 2015-11-27 16:32:51 +01:00
  • 9d0e366880 [downloader/hls] Remove Accept-encoding from headers passed to ffmpeg Yen Chi Hsuan 2015-11-27 21:37:45 +08:00
  • 9bff48a0e7 [options] Clarify --list-formats needs videos (closes #7669) Yen Chi Hsuan 2015-11-27 21:24:39 +08:00
  • 60121eb514 [gameinformer] Add new extractor remitamine 2015-11-26 22:43:31 +01:00
  • 527ca1da4f [audimedia] Add new extractor(closes #7654) remitamine 2015-11-26 21:24:10 +01:00
  • 370530c111 [brightcove] raise ExtractorError on 403 errors and fix regex to work with tenplay remitamine 2015-11-26 18:38:57 +01:00
  • fc5548b2ed [tenplay] remove extractor and extract videos using the generic extractor(BrightcoveNewIE) remitamine 2015-11-26 18:37:31 +01:00
  • 5feef03206 Add MTV81 extractor desseim 2015-11-23 22:14:47 +01:00
  • d473e7057e [mixcloud] Download shows with files stored externally (fixes #7521) Lukáš Lalinský 2015-11-25 17:20:28 +01:00
  • 5f3e56f343 [extractor/common] Use shorter file names Lukáš Lalinský 2015-11-25 17:19:37 +01:00
  • 6caccd0fb1 [dbtv] Relax _VALID_URL a bit Lodvær 2015-11-25 12:40:24 +00:00
  • 7689413e42 [README.md] Mention mplayer and mpv in "other programs" question Sergey M 2015-11-24 23:06:21 +06:00
  • 07b956eeab release 2015.11.24 Philipp Hagemeister 2015-11-24 07:49:46 +01:00
  • ba7a92b0ce release 2015.11.24 2015.11.24 Philipp Hagemeister 2015-11-24 07:46:38 +01:00
  • 4c7d816dd7 [jsinterp] Adapt to updated YouTube code generation (Fixes #7623, fixes #7624, fixes #7625, fixes #7626) Philipp Hagemeister 2015-11-24 07:45:02 +01:00
  • 032f2f260f README: Document which other programs may be helpful (Fixes #7621) Philipp Hagemeister 2015-11-24 03:38:46 +01:00
  • 6542359b35 Update README.md Alan Yee 2015-11-23 13:59:37 -08:00
  • 7d94a5677f release 2015.11.23 Philipp Hagemeister 2015-11-23 18:11:03 +01:00
  • 20e98bf6c0 release 2015.11.23 2015.11.23 Philipp Hagemeister 2015-11-23 18:07:58 +01:00
  • 5c2266df4b Switch codebase to use sanitized_Request instead of compat_urllib_request.Request Sergey M? 2015-11-21 22:18:17 +06:00
  • 67dda51722 Rename compat_urllib_request_Request to sanitized_Request and move to utils Sergey M․ 2015-11-20 20:33:49 +06:00
  • e4c4bcf36f [vimeo] Use compat_urllib_request_Request Sergey M․ 2015-11-20 03:12:54 +06:00
  • 82d8a8b6e2 [YoutubeDL] Wrap plain-text URL requests in compat_urllib_request_Request Sergey M․ 2015-11-20 03:08:34 +06:00
  • 13a10d5aa3 [compat] Add compat_urllib_request_Request Sergey M․ 2015-11-20 03:08:01 +06:00
  • 9022726446 [youtube] Fix test Sergey M․ 2015-11-23 21:37:21 +06:00
  • 94bfcd23b7 [youtube] Fix test Sergey M․ 2015-11-23 21:35:23 +06:00
  • 526b3b0716 [youtube] Clarify ytplayer.config extraction rationale Sergey M․ 2015-11-23 21:14:03 +06:00
  • 61f92af1cf [youtube] Add test with '};' in tags Sergey M․ 2015-11-23 21:02:37 +06:00