pull[bot]
4bc5880d94
Merge pull request #122 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-17 12:45:35 +00:00
Remita Amine
59296bae7e
[xfileshare] clean extractor
...
- update the list of domains
- add support for aa-encoded video data
- improve jwplayer format extraction
- add support for Clappr sources
closes #17032
closes #17906
closes #18237
closes #18239
2019-10-17 13:26:45 +01:00
Remita Amine
755541a4c8
[mangomolo] fix video format extraction and add support for player URLs
2019-10-17 13:21:44 +01:00
Remita Amine
86f63633c8
[audioboom] improve metadata extraction
2019-10-17 13:20:16 +01:00
pull[bot]
e52186df33
Merge pull request #121 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-16 23:45:35 +00:00
Remita Amine
0001157594
[atresplayer] Add coding cookie
2019-10-16 23:57:40 +01:00
pull[bot]
67eb0959f7
Merge pull request #120 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-16 15:45:35 +00:00
MobiDotS
bc48773ed4
[twitch] update VOD URL matching ( closes #22395 ) ( #22727 )
2019-10-16 15:13:35 +00:00
Remita Amine
d07866f13e
[mit] Remove support for video.mit.edu( closes #22403 )
2019-10-16 15:45:45 +01:00
pull[bot]
d2f3a8f447
Merge pull request #119 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-16 14:45:42 +00:00
Remita Amine
2b115b9460
[servingsys] Remove extractor( closes #22639 )
2019-10-16 15:41:58 +01:00
Remita Amine
e29e96a9f5
[dumpert] fix extraction( closes #22428 )( closes #22564 )
2019-10-16 15:06:48 +01:00
pull[bot]
221540adbe
Merge pull request #118 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-16 11:45:35 +00:00
Remita Amine
6d394a66f5
[atresplayer] fix extraction( closes #16277 )( closes #16716 )
2019-10-16 12:04:52 +01:00
Avi Peretz
a8b8535f5b
fix error handling
2019-10-16 10:11:25 +03:00
Mobi
35b0e77e4f
[twitch] update VOD URL matching
2019-10-15 18:22:19 -05:00
pull[bot]
e0fb0ff1c8
Merge pull request #117 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-15 20:45:41 +00:00
Sergey M․
7815d6b743
release 2019.10.16
2019.10.16
2019-10-16 03:26:47 +07:00
Sergey M․
173190f5e3
[ChangeLog] Actualize
...
[ci skip]
2019-10-16 03:25:13 +07:00
mrtnmtth
6de54568d4
[wdr] fix subtitle extraction
2019-10-15 22:22:57 +02:00
Remita Amine
974311b5aa
[vimeo] improve album videos id extraction( closes #22599 )
2019-10-15 21:01:59 +01:00
pull[bot]
dddfc173f6
Merge pull request #116 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-15 19:45:38 +00:00
Remita Amine
30eb05cb41
[globo] extract subtitles( closes #22713 )
2019-10-15 19:54:53 +01:00
pull[bot]
e868737a99
Merge pull request #115 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-15 14:45:41 +00:00
Remita Amine
2af01c0293
[bokecc] improve player params extraction( closes #22638 )
2019-10-15 15:18:51 +01:00
sofutru
d69abc8232
Update youtube.py
2019-10-15 17:55:29 +07:00
pull[bot]
39be67ebdf
Merge pull request #114 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-14 23:45:35 +00:00
Remita Amine
7e05df71b7
[nexx] handle result list( closes #22666 )
2019-10-15 00:10:22 +01:00
Mubashir Saad
754e5eec53
Update regex to support legacy URLs
2019-10-14 16:05:48 -05:00
pull[bot]
c1db170e0e
Merge pull request #113 from ytdl-org/master
...
[pull] master from ytdl-org:master
2019-10-14 17:45:38 +00:00
Remita Amine
a1ee23e98f
[vimeo] fix VHX embed extraction
2019-10-14 18:37:35 +01:00
Remita Amine
311ee45731
[nbc] switch to graphql api( closes #18581 )( closes #22693 )( closes #22701 )
2019-10-14 18:36:25 +01:00
Stefan-Gabriel Muscalu
d12babb5d9
[generic] fix url src's unescape(closes ytdl-org#22704)
2019-10-14 16:53:36 +03:00
telephono
9a83969c95
[downloader/external] Respect progress option for aria2c
2019-10-14 11:13:40 +02:00
John Hawkinson
d6a5ac0d6d
[nbc] Hardcode v3.14 API to pick up recent programs ( fixes #22693 )
...
Starting in Oct. 2019, queries to the "v3" API started omitting recent
programs that are otherwise viewable for free on the NBC website,
causing an IndexException deferencing `response['data'][0]`.
API calls to "v3" are aliased to the v3.0.0 API, although the latest
v3 API is v3.14, (per https://api.nbc.com/ ).
Programs show up in the v3.0.0 API several hours or days after they
are actually available, so there is no simple test case for this
problem.
This problem does not affect the v3.2 API or later.
Hardcode the v3.14 API for now.
(The latest API is v4.21.0, but we do not know how to use it.)
2019-10-13 19:21:10 -04:00
alxnull
d759ee9e55
Mention different default format with -x in Readme
2019-10-13 19:06:35 +02:00
alxnull
2adc9f985d
Clarify that some options are default behaviour.
2019-10-13 18:07:17 +02:00
FliegendeWurst
5b2f81e500
[tele5] Fix extractor
2019-10-13 10:16:25 +02:00
Ozan Karaali
3f1b4347ad
[foxcomtr] one more cleaning
2019-10-13 01:29:53 +03:00
Ozan Karaali
94e2e0eec0
[foxcomtr] cleaning code, adding more tests
2019-10-13 01:21:07 +03:00
Richard Hancock
3e738a38fd
Fixed downloading of FIRST only videos + Now gets biggest thumbnail.
...
Merged auth code from @ddmgy and updated video downloader code from @remitamine to get FIRST only videos to download. Also merged thumbnail code from @ddmgy to get highest resolution thumbnails.
2019-10-12 19:31:24 +01:00
relrelb
a39da56d9b
[makotv] Use merge_dicts
2019-10-12 15:34:21 +03:00
Ozan Karaali
530de68096
[foxcomtr] Add new extractor
2019-10-12 15:22:54 +03:00
relrelb
a5b4bf097f
[makotv] Use int_or_none
2019-10-12 15:19:26 +03:00
relrelb
577eb9ced4
[makotv] Remove u from string literals
2019-10-12 14:51:30 +03:00
relrelb
fd28c50e53
[makotv] Refactor code
2019-10-12 14:42:56 +03:00
Stephen Owen
4002369f26
Adds a specific hint for which param to use with Vimeo vids
...
With Vimeo vids, we see lots of people raising issues trying to provide a -Password param, which is the wrong choice for the Vimeo domain for password protected videos.
This patch adds a specific hint on the Vimeo wrong username/password scenario to mitigate this in the future, like #15980
2019-10-11 15:38:46 -04:00
Thomas Tsiakalakis
7b34e67aa2
[intldropout] adjusted regex to recent changes
2019-10-11 17:28:32 +02:00
tsia
b51ee09de1
Merge pull request #7 from ytdl-org/master
...
update
2019-10-11 15:55:10 +02:00
Mobi
93212bd052
[eHow] Updated URL regex matching
2019-10-10 20:42:07 -05:00