1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-09 11:56:20 +00:00

Commit Graph

  • d34e79492d [twitch] Fix live streams (Closes #5158) Sergey M․ 2015-03-08 16:54:11 +06:00
  • ab205b9dc8 Revert "[YoutubeDL] Sanitize outtmpl as it may contain forbidden characters" Philipp Hagemeister 2015-03-07 22:18:16 +01:00
  • 7dcad95d4f [YoutubeDL] Sanitize outtmpl as it may contain forbidden characters Sergey M․ 2015-03-08 01:13:23 +06:00
  • 8a48223a7b [eagleplatform] Remove debug output Sergey M․ 2015-03-07 22:35:36 +06:00
  • d47ae7f620 [eagleplatform] Add support for ClipYou embeds Sergey M․ 2015-03-07 22:34:44 +06:00
  • 135c9c42bf [eagleplatform] Add support for embeds Sergey M․ 2015-03-07 22:22:57 +06:00
  • 0bf79ac455 [eagleplatform] Add extractor Sergey M․ 2015-03-07 22:16:23 +06:00
  • 98998cded6 [youtube:search_url] Fix extraction (Closes #5155) Sergey M․ 2015-03-07 18:59:06 +06:00
  • 14137b5781 [orf:iptv] Add extractor (Closes #5140) Sergey M․ 2015-03-07 17:31:03 +06:00
  • a172d96292 [douyutv] Add new extractor bonfy 2015-03-07 14:05:56 +08:00
  • 23ba76bc0e [dailymotion] Replace test Jaime Marquínez Ferrándiz 2015-03-06 22:45:05 +01:00
  • 61e00a9775 [vimeo] Use https for player.vimeo.com urls (closes #5147) Jaime Marquínez Ferrándiz 2015-03-06 22:39:05 +01:00
  • d1508cd68d [vimeo:album] Fix password protected videos Jaime Marquínez Ferrándiz 2015-03-06 22:16:26 +01:00
  • 9c85b5376d [vimeo] Fix and use '_verify_video_password' (#5001) Jaime Marquínez Ferrándiz 2015-03-06 19:08:27 +01:00
  • 3c6f245083 [vimeo] Fix upload date extraction Jaime Marquínez Ferrándiz 2015-03-06 18:16:56 +01:00
  • f207019ce5 [extractor/common] Remove 'm3u8' from quality selection URL Sergey M․ 2015-03-06 22:53:53 +06:00
  • bd05aa4e24 [Yam] Add an error detection and update test cases Yen Chi Hsuan 2015-03-07 00:53:52 +08:00
  • 8dc9d361c2 [extractor/common] Fix format_id when last_media is None and always include m3u8_id if present Sergey M․ 2015-03-06 22:52:50 +06:00
  • d0e958c71c [twitch:vod] Prefer source stream (Fixes #5143) Philipp Hagemeister 2015-03-06 10:53:49 +01:00
  • a0bb7c5593 [extractor/common] Improve m3u format IDs (#5143) Philipp Hagemeister 2015-03-06 10:49:42 +01:00
  • 7feddd9fc7 [travis] Declare 3.2 (Fixes #5144) Philipp Hagemeister 2015-03-06 10:44:24 +01:00
  • 55969016e9 [utils] Add a function to sanitize consecutive slashes in URLs Yen Chi Hsuan 2015-03-06 12:43:49 +08:00
  • 9609f02e3c [vidme] Modernize Philipp Hagemeister 2015-03-05 22:34:56 +01:00
  • 5c7495a194 [sohu] Correct wrong imports Yen Chi Hsuan 2015-03-06 02:48:27 +08:00
  • 5ee6fc974e [sohu] Fix info extractor and add tests Yen Chi Hsuan 2015-03-06 02:43:05 +08:00
  • c2ebea6580 [extremetube] Fix extraction (Closes #5127) Naglis Jonaitis 2015-03-05 14:45:38 +02:00
  • 12a129ec6d [playwire] Add extractor Sergey M․ 2015-03-05 02:36:53 +06:00
  • f28fe66970 [downloader/http] Add missing fields for _hook_progress call Jaime Marquínez Ferrándiz 2015-03-04 12:14:38 +01:00
  • 123397317c [downloader/http] Remove wrong '_hook_progress' call (fixes #5117) Jaime Marquínez Ferrándiz 2015-03-03 18:45:56 +01:00
  • dc570c4951 [lrt] Pass --realtime to rtmpdump Naglis Jonaitis 2015-03-03 18:41:34 +02:00
  • 22d3628319 [tvplay] Adapt _VALID_URL and test case to domain name change Naglis Jonaitis 2015-03-03 18:39:23 +02:00
  • 50c9949d7a [youporn] Imrove JSON regex and preserve the old one Sergey M․ 2015-03-03 21:39:04 +06:00
  • 376817c6d4 Merge pull request #5115 from chaos33/youporn-json Sergey M. 2015-03-03 21:32:13 +06:00
  • 63fc800057 [Letv] Fix test_Letv and test_Letv_1 failures in python 3 Yen Chi Hsuan 2015-03-03 23:17:19 +08:00
  • e0d0572b73 fix youporn extractor's json search regex chaos33 2015-03-03 22:53:05 +08:00
  • cac4d9ca02 release 2015.03.03.1 Philipp Hagemeister 2015-03-03 14:04:17 +01:00
  • 7fde87c77d release 2015.03.03.1 2015.03.03.1 Philipp Hagemeister 2015-03-03 13:59:38 +01:00
  • 938c3f65b6 Merge branch 'cn-verification-proxy' Philipp Hagemeister 2015-03-03 13:57:29 +01:00
  • 2461f79d2a [utils] Correct per-request proxy handling Philipp Hagemeister 2015-03-03 13:56:06 +01:00
  • 499bfcbfd0 Make sure netrc works for all extractors with login support Philipp Hagemeister 2015-03-03 12:59:17 +01:00
  • 801be27bf7 release 2015.03.03 Philipp Hagemeister 2015-03-03 00:08:50 +01:00
  • 07490f8017 release 2015.03.03 2015.03.03 Philipp Hagemeister 2015-03-03 00:05:05 +01:00
  • 91410c9bfa [letv] Add --cn-verification-proxy (Closes #5077) Philipp Hagemeister 2015-03-03 00:03:06 +01:00
  • a7440261c5 [utils] Streap leading dots Philipp Hagemeister 2015-03-02 19:07:17 +01:00
  • 76c73715fb [generic] Parse RSS enclosure URLs (Fixes #5091) Philipp Hagemeister 2015-03-02 15:21:11 +01:00
  • c75f0b361a [downloader/external] Add support for custom options (Fixes #4885, closes #5098) Philipp Hagemeister 2015-03-02 15:06:09 +01:00
  • 295df4edb9 [soundcloud] Fix glitches (#5101) Sergey M․ 2015-03-02 22:47:07 +06:00
  • 562ceab13d [soundcloud] Check direct links validity (Closes #5101) Sergey M․ 2015-03-02 22:39:32 +06:00
  • 2f0f6578c3 [extractor/common] Assume non HTTP(S) URLs valid Sergey M․ 2015-03-02 22:38:44 +06:00
  • 30cbd4e0d6 [lynda] Completely skip videos we don't have access to, extract base class and modernize (Closes #5093) Sergey M․ 2015-03-02 22:12:10 +06:00
  • 549e58069c Merge pull request #5105 from Ftornik/Lynda-subtitle-hotfix-2 Sergey M. 2015-03-02 21:15:26 +06:00
  • 7594be85ff [lynda] Check for the empty subtitle Sergey 2015-03-02 11:49:39 +02:00
  • 3630034609 [vk] Fix test (Closes #5100) Sergey M․ 2015-03-02 03:30:18 +06:00
  • 4e01501bbf [vk] Fix extraction (Closes #4967, closes #4686) Sergey M․ 2015-03-01 21:56:30 +06:00
  • 1aa5172f56 [vk] Catch temporarily unavailable video error message Sergey M․ 2015-03-01 21:55:43 +06:00
  • f7e2ee8fa6 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2015-03-01 12:05:13 +01:00
  • 66dc9a3701 [README] Document HTTP 429 (Closes #5092) Philipp Hagemeister 2015-03-01 12:04:39 +01:00
  • 31bd39256b --load-info: Use the fileinput module Jaime Marquínez Ferrándiz 2015-03-01 11:46:57 +01:00
  • 003c69a84b Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3) Jaime Marquínez Ferrándiz 2015-02-28 21:42:16 +01:00
  • c32a9ec29d release 2015.02.28 Philipp Hagemeister 2015-02-28 21:28:20 +01:00
  • 0134901108 release 2015.02.28 2015.02.28 Philipp Hagemeister 2015-02-28 21:24:25 +01:00
  • eee6293d57 [thechive] remove in favor of Kaltura (#5072) Philipp Hagemeister 2015-02-28 20:55:44 +01:00
  • 8237bec4f0 [escapist] Extract duration Philipp Hagemeister 2015-02-28 20:52:52 +01:00
  • 29cad7ad13 Merge remote-tracking branch 'origin/master' Philipp Hagemeister 2015-02-28 20:51:54 +01:00
  • 0d103de3b0 [twitch] Pass api_token along with every request (Closes #3986) Sergey M․ 2015-02-28 22:59:55 +06:00
  • a0090691d0 Merge branch 'HanYOLO-puls4' Sergey M․ 2015-02-28 22:26:35 +06:00
  • 6c87c2eea8 [puls4] Improve and extract more metadata Sergey M․ 2015-02-28 22:25:57 +06:00
  • 58c2ec6ab3 Merge branch 'puls4' of https://github.com/HanYOLO/youtube-dl Sergey M․ 2015-02-28 21:39:10 +06:00
  • df5ae3eb16 [oppetarkiv] Merge with svtplay Sergey M․ 2015-02-28 21:25:04 +06:00
  • efda2d7854 Merge branch 'thc202-oppetarkiv' Sergey M․ 2015-02-28 21:12:23 +06:00
  • e143f5dae9 [oppetarkiv] Extract f4m formats and age limit Sergey M․ 2015-02-28 21:12:06 +06:00
  • 48218cdb97 Merge branch 'oppetarkiv' of https://github.com/thc202/youtube-dl into thc202-oppetarkiv Sergey M․ 2015-02-28 20:41:56 +06:00
  • e9fade72f3 Add postprocessor for converting subtitles (closes #4954) Jaime Marquínez Ferrándiz 2015-02-28 14:43:24 +01:00
  • 0f2c0d335b [YoutubeDL] Use the InfoExtractor._download_webpage method for getting the subtitles Jaime Marquínez Ferrándiz 2015-02-28 14:03:27 +01:00
  • 40b077bc7e [oppetarkiv] Add new extractor thc202 2015-02-27 22:27:30 +00:00
  • a931092cb3 Merge branch 'puls4' of https://github.com/HanYOLO/youtube-dl into HanYOLO-puls4 Sergey M․ 2015-02-28 00:22:48 +06:00
  • bd3749ed69 [kaltura] Extend _VALID_URL (Closes #5081) Sergey M․ 2015-02-28 00:19:31 +06:00
  • 4ffbf77886 [odnoklassniki] Add extractor (Closes #5075) Sergey M․ 2015-02-28 00:15:03 +06:00
  • 781a7ef60a [lynda] Use 'lstrip' for the subtitles Jaime Marquínez Ferrándiz 2015-02-27 16:18:18 +01:00
  • 5b2949ee0b Merge pull request #5076 from Ftornik/Lynda-subtitles-hotfix Sergey M. 2015-02-27 20:56:54 +06:00
  • a0d646135a [lynda] Extend _VALID_URL Sergey M․ 2015-02-27 20:56:06 +06:00
  • 7862ad88b7 puls4 Add new extractor HanYOLO 2015-02-27 15:41:58 +01:00
  • f3bff94cf9 [rtve] Extract duration Jaime Marquínez Ferrándiz 2015-02-27 12:24:51 +01:00
  • 0eba1e1782 [lynda] Fixed subtitles broken file Sergey 2015-02-27 00:51:22 +02:00
  • e3216b82bf [generic] Support dynamic Kaltura embeds (#5016) (#5073) Naglis Jonaitis 2015-02-27 00:34:19 +02:00
  • da419e2332 [musicvault] Use the Kaltura extractor Naglis Jonaitis 2015-02-26 23:47:45 +02:00
  • 0d97ef43be [kaltura] Add new extractor Naglis Jonaitis 2015-02-26 23:45:54 +02:00
  • 1a2313a6f2 [TheChiveIE] added support for TheChive.com (Closes #5016) anovicecodemonkey 2015-02-27 02:36:45 +10:30
  • 250a9bdfe2 [mpora] Improve _VALID_URL Sergey M․ 2015-02-26 21:16:35 +06:00
  • 6317a3e9da [mpora] Fix extraction Sergey M․ 2015-02-26 21:10:49 +06:00
  • 7ab7c9e932 [gamestar] Fix title extraction Naglis Jonaitis 2015-02-26 16:22:05 +02:00
  • e129c5bc0d [laola1tv] Allow live stream downloads Naglis Jonaitis 2015-02-26 14:35:48 +02:00
  • 2e241242a3 Adding subtitles PishPosh.McGee 2015-02-26 03:59:35 -06:00
  • 6bcb3bb7a5 release 2015.02.26.2 Philipp Hagemeister 2015-02-26 09:49:14 +01:00
  • 9724e5d336 release 2015.02.26.2 2015.02.26.2 Philipp Hagemeister 2015-02-26 09:45:11 +01:00
  • 63a562f95e [escapist] Detect IP blocking and use another UA (Fixes #5069) Philipp Hagemeister 2015-02-26 09:19:26 +01:00
  • 9dd5db7193 release 2015.02.26.1 Philipp Hagemeister 2015-02-26 01:49:37 +01:00
  • 5c340b0387 release 2015.02.26.1 2015.02.26.1 Philipp Hagemeister 2015-02-26 01:47:16 +01:00
  • 1c6510f57a [Makefile] clean pyc files in clean target Philipp Hagemeister 2015-02-26 01:47:12 +01:00
  • 2a15a98a6a [rmtp] Encode filename before invoking subprocess Philipp Hagemeister 2015-02-26 01:44:20 +01:00