Remita Amine
9c724601ba
[youtube] remove description chapters tests
...
video description no longer contain yt.www.watch.player.seekTo
function
5 years ago
Remita Amine
67299f23d8
[youtube] Rewrite Extractor
...
- improve format sorting
- remove unused code(swf parsing, ...)
- fix series metadata extraction
- fix trailer video extraction
- improve error reporting
- extract video location
5 years ago
Adrian Heine né Lang
8bf9591a70
[AENetworks] update AENetworksShowIE test playlist id ( #27851 )
5 years ago
nixxo
a800838f5a
[vvvvid] add support for youtube embeds ( #27825 )
5 years ago
Remita Amine
ba15b2fee6
[googledrive] report download page errors( closes #28005 )
5 years ago
ping
56a7ee9033
[vlive] Fix error message decoding for python 2 ( #28004 )
5 years ago
Remita Amine
0b4f03a563
[youtube] improve DASH formats file size extraction
5 years ago
knapior
7b8fa658f8
[cda] Improve birth validation detection ( closes #14022 ) ( #27929 )
...
Co-authored-by: Sergey M <dstftw@gmail.com>
5 years ago
Adrian Heine né Lang
fd95fc33b1
[awaan] Extract uploader id ( #27963 )
5 years ago
Remita Amine
c669554ef5
[medialaan] add support DPG Media MyChannels based websites
...
closes #14871
closes #15597
closes #16106
closes #16489
5 years ago
Remita Amine
11b68df7a4
[abcnews] fix extraction( closes #12394 )( closes #27920 )
5 years ago
Adrian Heine né Lang
d18f4419a7
[AMP] Fix upload_date and timestamp extraction ( #27970 )
5 years ago
Remita Amine
0f7d413d5b
[tv4] relax _VALID_URL( closes #27964 )
5 years ago
Remita Amine
286e5d6724
[tv2] improve MTV Uutiset Article extraction
5 years ago
tpikonen
395981288b
[tv2] Add support for mtvuutiset.fi ( #27744 )
5 years ago
Remita Amine
55bb3556c8
[adn] improve login warning reporting
5 years ago
Remita Amine
57f2488bbe
[zype] fix uplynk id extraction( closes #27956 )
5 years ago
Adrian Heine né Lang
ea399a53eb
[ADN] Implement login ( #27937 )
...
closes #17091
closes #27841
5 years ago
Sergey M․
811a183eb6
[ChangeLog] Actualize
...
[ci skip]
5 years ago
Sergey M․
b63981e850
release 2021.01.24.1
5 years ago
Sergey M․
186cbaffb9
release 2021.01.24
5 years ago
Sergey M․
dbf3fa8af6
[ChangeLog] Actualize
...
[ci skip]
5 years ago
Sergey M․
f08c31cf33
[franceculture] Make thumbnail optional ( closes #18807 )
5 years ago
Aurélien Grosdidier
d8dab85419
[franceculture] Fix extraction ( closes #27891 ) ( #27903 )
...
Co-authored-by: Sergey M. <dstftw@gmail.com>
5 years ago
Sergey M․
5519bba3e1
[options] Clarify --extract-audio help string ( closes #27878 )
5 years ago
Sergey M․
142c584063
Introduce --output-na-placeholder ( closes #27896 )
5 years ago
aarubui
4542e3e555
[njpwworld] fix extraction ( #27890 )
5 years ago
Remita Amine
fa8f6d8580
[comedycentral] fix extraction( closes #27905 )
5 years ago
Remita Amine
3bb7769c40
[wat] remove unused variable
5 years ago
Remita Amine
8d286bd5b6
[wat] fix format extraction( closes #27901 )
5 years ago
Remita Amine
cff72b4cc0
[americastestkitchen] improve season extraction
5 years ago
Brian Marks
657221c81d
[americastestkitchen] Add support for downloading entire seasons ( #27861 )
5 years ago
Remita Amine
62acf5fa2c
[trovo] Add new extractor( closes #26125 )
5 years ago
Remita Amine
b79977fb6b
[aol] add support for yahoo videos( closes #26650 )
5 years ago
Remita Amine
bc7c8f3d4e
[yahoo] fix single video extraction
5 years ago
Remita Amine
015e19b350
[lbry] unescape lbry uri( closes #27872 )
5 years ago
Remita Amine
54856480d7
[ninegag] improve extraction
5 years ago
DrWursterich
1dd12708c2
[9gag] Fix Extraction ( #23022 )
5 years ago
Brian Marks
f9201cef58
[americastestkitchen] Improve metadata extraction for ATK episodes ( #27860 )
5 years ago
Henrik Heimbuerger
a0f69f9526
[nebula] Fix stale session issues
...
When Nebula isn't accessed for a while, the Zype access token stored on
the Nebula backend expires. It is then no longer returned by the user
endpoint.
The Nebula frontend has the same issue and keeps polling for the Zype
token in this case.
This isn't implemented in this extractor yet, but at least a specific
error message now prints some helpful advice.
5 years ago
Remita Amine
26499ba823
[aljazeera] fix extraction( closes #20911 )( closes #27779 )
5 years ago
Henrik Heimbuerger
9fdfd6d3ba
[nebula] Prevent cookies from breaking Nebula auth
...
When the 'sessionid' cookie is submitted to the `/auth/login/` endpoint,
the response is always a 403. This typically happens when youtube_dl is
run with both `--netrc` and `--cookies` as your default configuration.
In that situation, the first authentication succeeds and stores the
`sessionid` cookie in the cookie jar. During subsequent authentication
attempts, the cookie is sent alongside and causes the authentication to
fail.
This is very unexpected and we therefore specifically handle this case.
5 years ago
Henrik Heimbuerger
59c0e6e3d8
[nebula] Log attempted authentication method
5 years ago
Henrik Heimbuerger
8b4c9da62a
[nebula] Clean up credentials-based authentication
5 years ago
Henrik Heimbuerger
2562c9ec74
[nebula] Implement PoC of netrc authentication
5 years ago
Henrik Heimbuerger
f8eb89748b
[nebula] Update test video checksums
5 years ago
Henrik Heimbuerger
30362440dc
[nebula] Improve performance by avoiding redirect
5 years ago
Henrik Heimbuerger
1317a43a6a
[nebula] Implement Zype API key retrieval from JS chunk
5 years ago
Henrik Heimbuerger
18582060c2
[nebula] Rewrite extractor to new frontend (refs #21258 )
5 years ago
Henrik Heimbuerger
af3434b839
[nebula] Relax meta data lookups
5 years ago