dbf3fa8af6
[ChangeLog] Actualize
...
[ci skip]
2021-01-24 17:36:40 +07:00
f08c31cf33
[franceculture] Make thumbnail optional ( closes #18807 )
2021-01-23 01:10:35 +07:00
d8dab85419
[franceculture] Fix extraction ( closes #27891 ) ( #27903 )
...
Co-authored-by: Sergey M. <dstftw@gmail.com >
2021-01-23 01:03:45 +07:00
5519bba3e1
[options] Clarify --extract-audio help string ( closes #27878 )
2021-01-23 00:00:53 +07:00
142c584063
Introduce --output-na-placeholder ( closes #27896 )
2021-01-22 23:54:29 +07:00
4542e3e555
[njpwworld] fix extraction ( #27890 )
2021-01-22 08:56:51 +00:00
fa8f6d8580
[comedycentral] fix extraction( closes #27905 )
2021-01-21 23:53:09 +01:00
3bb7769c40
[wat] remove unused variable
2021-01-21 17:22:30 +01:00
8d286bd5b6
[wat] fix format extraction( closes #27901 )
2021-01-21 17:20:32 +01:00
cff72b4cc0
[americastestkitchen] improve season extraction
2021-01-21 16:47:55 +01:00
657221c81d
[americastestkitchen] Add support for downloading entire seasons ( #27861 )
2021-01-21 15:46:29 +00:00
62acf5fa2c
[trovo] Add new extractor( closes #26125 )
2021-01-19 22:43:59 +01:00
b79977fb6b
[aol] add support for yahoo videos( closes #26650 )
2021-01-19 14:49:45 +01:00
bc7c8f3d4e
[yahoo] fix single video extraction
2021-01-19 14:47:39 +01:00
015e19b350
[lbry] unescape lbry uri( closes #27872 )
2021-01-19 11:54:39 +01:00
54856480d7
[ninegag] improve extraction
2021-01-19 10:23:02 +01:00
1dd12708c2
[9gag] Fix Extraction ( #23022 )
2021-01-19 10:21:37 +01:00
f9201cef58
[americastestkitchen] Improve metadata extraction for ATK episodes ( #27860 )
2021-01-18 14:47:06 +00:00
26499ba823
[aljazeera] fix extraction( closes #20911 )( closes #27779 )
2021-01-17 17:35:10 +01:00
58f6c2112d
[minds] improve extraction
2021-01-17 14:07:56 +01:00
de026a6acd
[Minds] Add new extractor ( #17934 )
2021-01-17 13:05:39 +00:00
d4564afc70
[ard] Fix title and description extraction and update tests ( #27761 )
2021-01-17 05:41:52 +07:00
360a5e0f60
[aenetworks] Fix test ( #27847 )
2021-01-17 03:40:08 +07:00
55a3ca16d3
[spotify] Add new extractor for Spotify Podcasts( closes #27443 )
2021-01-16 18:12:05 +01:00
ef50cb3fda
release 2021.01.16
2021.01.16
2021-01-16 09:51:30 +07:00
8673f4344c
[ChangeLog] Actualize
...
[ci skip]
2021-01-16 09:48:00 +07:00
f1487d4fca
[mixcloud:playlist:base] Fix video id extraction in flat playlist mode (refs #27787 )
2021-01-16 09:42:57 +07:00
0cd4c402f0
[animeondemand] Add support for lazy playlist extraction ( closes #27829 )
2021-01-16 09:22:33 +07:00
9c9b458145
[YoutubeDL] Protect from infinite recursion due to recursively nested playlists ( closes #27833 )
2021-01-16 01:46:41 +07:00
9d50f86232
[twitter] Add tests for more cards
2021-01-15 10:32:01 +01:00
7e92f9015e
[youporn] Restrict fallback download URL (refs #27822 )
2021-01-15 15:12:04 +07:00
aa860b8016
[youporn] Improve height and tbr extraction (refs #23659 , refs #20425 )
2021-01-15 14:54:23 +07:00
b484097b01
[youporn] Fix extraction ( closes #27822 )
2021-01-15 14:43:52 +07:00
ab9001dab5
[twitter] Add support for unified cards ( closes #27826 )
2021-01-15 12:39:21 +07:00
879866a230
[twitch] Set OAuth token for GraphQL requests using auth-token cookie ( #27790 )
...
Co-authored-by: remitamine <remitamine@gmail.com >
2021-01-14 12:41:44 +00:00
8e5477d036
[YoutubeDL] Ignore failure to create existing directory ( #27811 )
2021-01-14 11:46:07 +07:00
1e8e5d5238
[workflows/ci.yml] Run CI on PRs
2021-01-14 02:54:38 +07:00
d81a213cfb
[YoutubeDL] Raise syntax error for format selection expressions with multiple + operators ( closes #27803 )
2021-01-14 00:38:31 +07:00
7c2d18a13f
[Mixcloud] Harmonize ID generation from lists with full ID generation ( #27787 )
...
Mixcloud IDs are generated as `username_slug` when the full ID dict has been
downloaded. When downloading a list (e.g. uploads, favorites, ...), the temporary
ID is just the `slug`. This made e.g. archive file usage require the download
of stream metadata before the download can be rejected as already downloaded.
This commit attempts to get the uploader username during the GraphQL query, so the
temporary IDs are generated similarly.
2021-01-13 09:22:48 +00:00
2408e6d26a
[cspan] improve info extraction( closes #27791 )
2021-01-13 09:17:43 +01:00
cf862771d7
[adn] improve info extraction
2021-01-12 21:15:13 +01:00
a938f111ed
[ADN] Fix extraction ( #27732 )
...
Closes #26963 .
2021-01-12 20:12:44 +00:00
4759543f6e
[youtube:search] fix view_count and try to extract all video sections( closes #27588 )( closes #27604 )
2021-01-11 17:35:51 +01:00
d0fc289f45
[workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04
...
ubuntu-latest alias will be switched to ubuntu-20.04 soon (see [1]) which lacks python 3.3 and 3.4 (see [2]).
1. https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04/
2. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
2021-01-11 01:30:54 +07:00
70f572585d
[twitch] Improve login error extraction
2021-01-10 06:23:58 +07:00
c2d06aef60
[twitch] Fix authentication (refs #27743 )
2021-01-10 06:23:08 +07:00
ff1e765400
[threeqsdn] Improve extraction( closes #21058 )
2021-01-09 22:29:58 +01:00
170e1c1995
[peertube] Extract files also from streamingPlaylists ( #27728 )
...
JSON objects with an empty "files" tag seem to be a valid PeerTube API
response. In those cases the "files" arrays contained in the
"streamingPlaylists" members can be used instead.
closes #26002
closes #27586
2021-01-08 20:09:38 +00:00
61e669acff
[khanacademy] fix extraction( closes #2887 )( closes #26803 )
2021-01-08 16:13:22 +01:00
2c337f4e85
[spike] Update Paramount Network feed URL( closes #27715 )
2021-01-08 09:26:12 +01:00