29803 Commits

Author SHA1 Message Date
Sergey M․
3b5399ce0f
[servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142) 2020-03-03 01:41:53 +07:00
tsia
1c45ff5572
[vimeo] Fix subtitles URLs (#24209) 2020-03-03 01:27:40 +07:00
tsia
b6384bf9b1 [dropout] fixed typo 2020-03-01 18:28:06 +01:00
tsia
62c7c8c6d4 [dropout] fixed next_page_url 2020-03-01 17:49:09 +01:00
tsia
6b65dae7b1 [intldropout] reworked Extractor for www.dropout.tv 2020-03-01 17:48:42 +01:00
Sergey M․
669625a32c
release 2020.03.01 2020.03.01 2020-03-01 20:11:32 +07:00
Sergey M․
170f5b7c27
[ChangeLog] Actualize
[ci skip]
2020-03-01 20:09:05 +07:00
Sergey M․
b274e48d56
[xhamster] Fix extraction (closes #24205) 2020-03-01 20:04:48 +07:00
Sergey M․
50d19895a1
[franceculture] Fix extraction (closes #24204) 2020-03-01 19:22:09 +07:00
Sergey M․
6d475d01d8
[telecinco] Add support for article opening videos 2020-03-01 03:09:19 +07:00
Sergey M․
f8cbd8c963
[telecinco] Fix extraction (refs #24195) 2020-03-01 01:04:51 +07:00
Sergey M․
838f051c4b
[xtube:user] Fix test 2020-02-29 23:51:56 +07:00
Sergey M․
e88b450771
[xtube] Fix metadata extraction (closes #21073, closes #22455) 2020-02-29 23:51:34 +07:00
Sergey M․
278355bae4
[zapiks] Fix test 2020-02-29 23:09:13 +07:00
Sergey M․
b4cbdbd4b3
[zdf:channel] Fix tests 2020-02-29 23:06:36 +07:00
Sergey M․
ea17979d83
[test_subtitles] Remove obsolete test 2020-02-29 22:08:43 +07:00
Sergey M․
886d985959
[youjizz] Fix extraction (closes #24181) 2020-02-29 21:58:22 +07:00
Sergey M․
7947a1f7db
Remove no longer needed compat_str around geturl 2020-02-29 19:19:24 +07:00
Sergey M․
fca6dba8b8
[YoutubeDL] Force redirect URL to unicode on python 2 2020-02-29 19:08:44 +07:00
Sergey M․
e2f8bf5888
[extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152) 2020-02-29 17:29:30 +07:00
The Hatsune Daishi
b76f0e58f7
[options] Remove duplicate short option -v for --version (#24162) 2020-02-29 16:33:09 +07:00
tsia
620ca40bbb
Merge pull request #13 from ytdl-org/master
update
2020-02-28 18:54:22 +01:00
Sergey M․
bee6451fe8
[pornhd] Fix extraction (closes #24128) 2020-02-24 04:47:56 +07:00
Sergey M․
00d798b7c2
[teachable] Add support for multiple videos per lecture (closes #24101) 2020-02-23 06:49:45 +07:00
Sergey M․
fda6d237a5
[wistia] Add support for multiple generic embeds (closes #8347, closes #11385) 2020-02-23 06:47:11 +07:00
Sergey M․
5d9f6cbc5a
[imdb] Fix extraction (closes #23443) 2020-02-23 04:33:29 +07:00
3risian
d1af4dafab
[PeerTube] Rename try_get_second_level_data() to data() 2020-02-20 13:27:22 +11:00
TinyToweringTree
1326a5aa38 [archiveorg] Make metadata extraction more robust 2020-02-20 00:02:32 +01:00
TinyToweringTree
b98d1c0d5a [archiveorg] Use and fix get_element_by_class()
Use get_element_by_class() from utils to get rid of yet another regex.
This function used to return only the content of the element, and not
the element itself, including its tag and attributes. The whole group
of get_element_by_X() functions are a bit of a misnomer, as they all
return the *content* of the element and not the element itself.

All these functions can now return the whole element when setting
their `include_tag` parameter to `True`. By default it is `False` so
no other code will be affected by this change. Tests have been added
to test/test_utils.py accordingly.

This uncovered a bug which prevented elements starting with a hyphen as
their class name from being found. This has been fixed by fixing the
regex used in get_elements_by_class().
2020-02-19 22:42:00 +01:00
TinyToweringTree
e910f498d3 [archiveorg] Use extract_attributes() 2020-02-19 22:04:47 +01:00
Martin Ström
97c822b3d5
[tv2dk:bornholm:play] Fix extraction (#24076) 2020-02-19 01:02:05 +07:00
3risian
f0542cf756
[PeerTube] Enforce string type for description, ids 2020-02-18 12:22:42 +11:00
3risian
28dea4b638
[PeerTube] Improve code quality of captions extractor 2020-02-18 12:17:59 +11:00
tsukumijima
653ce37517 Merge remote-tracking branch 'upstream/master' into fix/niconico 2020-02-17 17:18:02 +09:00
0x9fff00
ad7f5cb12e
[svtplay] Extract more metadata and higher resolution thumbnail (closes #18159) 2020-02-16 22:27:54 +01:00
Sergey M․
117ba9e9df
release 2020.02.16 2020.02.16 2020-02-16 22:43:42 +07:00
Sergey M․
0d718db623
[ChangeLog] Actualize
[ci skip]
2020-02-16 22:40:44 +07:00
felix
95b352c582 Support arbitrary stream merges
With this change, the merge operator may join any number of media streams,
video or audio. The streams are downloaded in the order specified.

Also, fix the metadata post-processor so that it doesn't leave out
any streams.
2020-02-15 12:11:54 +01:00
felix
140da66f74 [dispeak] mark the "slides" stream as video-only 2020-02-15 12:11:54 +01:00
Aakash Gajjar
6255e567d9 [tiktok] fix regex 2020-02-15 12:30:12 +05:30
Aakash Gajjar
6fb11ca851 [fix] refactor code 2020-02-15 12:09:53 +05:30
Sergey M․
7bf27721d6
[npr] Add support for streams (closes #24042) 2020-02-15 05:35:55 +07:00
Sergey M․
f6052ec923
[24video] Add support for porn.24video.net (closes #23779, closes #23784) 2020-02-15 03:49:29 +07:00
Sergey M․
4e9e1e240d
[test_YoutubeDL] Add tests for #10591 (closes #23873) 2020-02-15 03:37:31 +07:00
Sergey M․
e0abaab293
[test_YoutubeDL] Fix get_ids 2020-02-15 03:37:25 +07:00
jxu
de1121d749
[YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622) 2020-02-15 03:36:53 +07:00
Sergey M․
293c9f0186
[jpopsuki] Remove extractor (closes #23858) 2020-02-15 02:23:29 +07:00
Sergey M․
06f1de2daf
[nova] Improve extraction (refs #23690) 2020-02-15 02:16:26 +07:00
Sergey M․
b68a6e32fb
[nova:embed] Improve (closes #23690) 2020-02-15 02:00:58 +07:00
Jan 'Yenda' Trmal
8cd809fb3d
[nova:embed] Fix extraction (closes #23672) 2020-02-15 02:00:52 +07:00