31047 Commits

Author SHA1 Message Date
Remita Amine
2468a6fa64 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 2020-04-29 14:56:32 +01:00
pull[bot]
110ec0009c
Merge pull request #302 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-29 13:24:34 +00:00
Remita Amine
700265bfcf [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) 2020-04-29 13:38:58 +01:00
LameLemon
8c73bd17ce [crunchyroll] Fix video_title 2020-04-29 12:51:04 +01:00
ssaqua
a74c3cccfa
[pokemon] add extractor for watch.pokemon.com 2020-04-28 20:41:19 +10:00
Stefan Pöschel
cba1a5e1ae [ntvde] Fix extraction (closes #21204) 2020-04-27 18:36:36 +02:00
m8factorial
8efa309b20 [CRTVG] Add new extractor 2020-04-26 19:07:01 +02:00
Steve Mokris
3f1fc402af [youtube] Extract 'a href' links to YouTube videos 2020-04-26 12:08:33 -04:00
Will Beaufoy
27895ec658 [twitch] Handle new /videos URLs (closes #24263)
Twitch URLs on the path /videos have changed e.g. from
/videos/highlights to /videos?filter=highlights.

I have added support for the new URLs. The old URLs now redirect to the
base videos page, so I have removed support for them.
2020-04-26 15:10:46 +01:00
aviperes
7b5137eed4
Merge pull request #297 from aviperes/tiktok-dl
Tiktok dl
2020-04-26 13:29:43 +03:00
pull[bot]
37d6fdfa3d
Merge pull request #301 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-26 07:24:27 +00:00
bhodaya
06b483099c add embed code 2020-04-26 09:19:15 +03:00
Sergey M․
c97f5e934f
[tenplay] Relax _VALID_URL (closes #25001) 2020-04-26 12:41:33 +07:00
James Andariese
e177ae995f flake8 fixes 2020-04-25 19:32:45 -07:00
James Andariese
af2141f0c6 remove debug prints 2020-04-25 19:26:39 -07:00
Will Beaufoy
a38b8a609b [cbsnews] Handle iframes with src (closes #24790)
Currently only iframes with a data-src attribute are recognised by the
extractor, meaning no video is found for the URL in the linked bug
(extraction fails with RegexNotFoundError).

This fix removes "data-" from the regex pattern, meaning both data-src
and src will be matched. Technically something like xyzsrc would be
matched as well, but I do not think this is a problem.
2020-04-25 23:00:48 +01:00
aki
2dd014693d [pbs] restore subtitles 2020-04-25 12:11:02 -07:00
Antonio Filgueras
6605e410b3 [atresplayer] Fix 404 error downloading json metadata
Fixes #24927
2020-04-25 16:36:34 +02:00
Atlas
053d13a2d7 update template file 2020-04-25 13:28:11 +01:00
Sergio Kef
b2d61f9698 Refactor 2020-04-25 13:46:14 +02:00
capntrips
7ce698b71f [peloton] Add new extractor 2020-04-25 00:06:02 -05:00
hh0rva1h
9af637ecc0 orf: fix typo 2020-04-24 14:35:40 +02:00
hh0rva1h
6a3f8e5ee0 orf: Add Ö3 radio station 2020-04-24 10:21:49 +02:00
hh0rva1h
9b02ce0e86 Revert "orf: reduce tests to only_matching"
This reverts commit c9ddb997f856b2ee832f39856e66f6c797a13ab9.
2020-04-24 09:33:40 +02:00
hh0rva1h
1d8f34a30f orf: Fix typo and flake8 errors 2020-04-24 09:33:37 +02:00
Brian Turek
5209797cb1
Remove ERROR: prefix on messages if logger is set 2020-04-24 07:41:12 +01:00
Ben Bryant
98e84c5b6f Updated the name of the subtitle search regex 2020-04-23 16:10:20 -07:00
pull[bot]
0987202370
Merge pull request #300 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-23 21:24:31 +00:00
hh0rva1h
c9ddb997f8 orf: reduce tests to only_matching 2020-04-23 22:26:45 +02:00
hh0rva1h
e385631b0f orf: fix typos and add tests 2020-04-23 22:13:19 +02:00
hh0rva1h
8294dc20af orf extractor: implement change requests 2020-04-23 22:05:33 +02:00
Sergey M․
38db9a405a
[prosiebensat1] Extract series metadata 2020-04-24 02:56:10 +07:00
Philipp Stehle
2cdfe977d7
[prosiebensat1] Improve extraction and remove 7tv.de support (#24948) 2020-04-24 02:44:13 +07:00
willbeaufoy
46d0baf941
[options] Clarify doc on --exec command (closes #19087) (#24883) 2020-04-24 02:31:38 +07:00
Will Beaufoy
84d617f5e9 [README.md] Clarify docs re: --exec command (closes #19087) 2020-04-23 20:26:47 +01:00
Sergio Kef
66a3e4551d Code style 2020-04-23 20:42:55 +02:00
Sergio Kef
4194bb0306 Remove unused import 2020-04-23 20:39:23 +02:00
Sergio Kef
cf85d36c5f Remove unused function 2020-04-23 20:38:56 +02:00
Sergio Kef
4a95f62d1d Remove unused function 2020-04-23 20:38:24 +02:00
hh0rva1h
363850009e Add ORF Radio Stations 2020-04-23 20:04:16 +02:00
Atlas Cove
b47abdbed6
Grammar fix in download.html
Fixed an awkward sentence in download.html
No code change.
2020-04-23 13:42:51 +01:00
swedebugia
05743aa624 Fix 2 flake8-warnings 2020-04-23 14:12:54 +02:00
Mariusz Skoneczko
2cf8283701 [AnimeLab] Fix extracting videos with null season data 2020-04-23 21:08:13 +10:00
Mariusz Skoneczko
2f6d029e96 [AnimeLab] Extract both English and Japanese all in one go, if available 2020-04-23 21:03:20 +10:00
Mariusz Skoneczko
c3dca171d0 [AnimeLab] Correctly extract mpd and m3u8 formats 2020-04-23 20:07:33 +10:00
Elan Ruusamäe
16b73da1cb [chore] DRY: move common _VALID_URL_RE caching to a method 2020-04-23 11:06:44 +03:00
hashark
843731a507
Merge pull request #299 from vshiran/extract-additional-metadata
Added regex options for view count and uploader id (in _extract_from_url method)
2020-04-23 09:24:21 +03:00
shiran
57c28f98b3 Added regex options for view count and uploader id 2020-04-22 13:22:47 -07:00
Philipp Stehle
548b87050b [prosiebensat1] fix flake8 issues 2020-04-22 21:12:07 +02:00
Philipp Stehle
d19a1d5ef9 [prosiebensat1] use _html_search_meta for published_time 2020-04-22 20:40:08 +02:00