pukkandan
c305a25c1b
[cleanup] Standardize `import datetime as dt` ( #8978 )
7 months ago
pukkandan
e3a3ed8a98
[ie, cleanup] No `from` stdlib imports in extractors ( #8978 )
7 months ago
sepro
f4f9f6d00e
[cleanup] Fix infodict returned fields ( #8906 )
...
Authored by: seproDev
8 months ago
Mozi
40966e8da2
Bugfix for aa13a8e3dd
( #9338 )
...
Closes #9351
Authored by: pzhlkj6612
8 months ago
Mozi
aa13a8e3dd
[ie/niconico] Support DMS formats ( #9282 )
...
Closes #8389 , Closes #8758 , Closes #9254
Authored by: pzhlkj6612, xpadev-net
8 months ago
Mozi
974d444039
[ie/niconico] Remove legacy danmaku extraction ( #9209 )
...
Closes #8684
Authored by: pzhlkj6612
9 months ago
coletdjnz
ccfd70f4c2
[rh:websockets] Migrate websockets to networking framework ( #7720 )
...
* Adds a basic WebSocket framework
* Introduces new minimum `websockets` version of 12.0
* Deprecates `WebSocketsWrapper`
Fixes https://github.com/yt-dlp/yt-dlp/issues/8439
Authored by: coletdjnz
12 months ago
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
1 year ago
Lesmiscore
f8f9250fe2
[extractor/niconico:live] Add extractor ( #5764 )
...
Authored by: Lesmiscore
1 year ago
sqrtNOT
c86e433c35
[extractor/NiconicoSeries] Fix extraction ( #6898 )
...
Authored by: sqrtNOT
2 years ago
Lesmiscore
52ecc33e22
[extractor/niconico] Download comments from the new endpoint ( #6773 )
...
Authored by: Lesmiscore
2 years ago
Matumo
3b161265ad
[extractor/niconico] Add support for like history ( #5705 )
...
Authored by: Matumo, pukkandan
2 years ago
pukkandan
9f14daf22b
[extractor] Deprecate `_sort_formats`
2 years ago
Lesmiscore
c7e4ab278a
[extractor/niconico] Always use HTTPS for requests
...
This prevents MITM attacks from malicious parties like insane ISPs
Closes #5469
2 years ago
pukkandan
2fa669f759
[docs] Misc improvements
...
Closes #4987 , Closes #4906 , Closes #4919 , Closes #4977 , Closes #4979
2 years ago
sqrtNOT
ac05fb9338
[extractor/niconico:series] Fix extractor ( #3935 )
...
Authored by: sqrtNOT
2 years ago
ekangmonyet
83bfb5e290
[Niconico] Support 2FA ( #3559 )
...
Authored by: ekangmonyet
3 years ago
pukkandan
2e25ce3a05
[niconico] Set `expected_protocol` to a public field
...
Closes #3440
3 years ago
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
...
Using https://github.com/asottile/pyupgrade
1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`
Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
3 years ago
pukkandan
a44ca5a470
[cleanup] Misc fixes
...
Closes https://github.com/yt-dlp/yt-dlp/pull/3213 , Closes https://github.com/yt-dlp/yt-dlp/pull/3117
Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114 , https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671 , a825ffbffa (commitcomment-68538986)
, https://github.com/yt-dlp/yt-dlp/issues/2360 , 5fa3c9a88f (r70393519)
, 5fa3c9a88f (r70393254)
3 years ago
Lesmiscore (Naoya Ozaki)
5d45484cc7
[niconico] Fix extraction of thumbnails and uploader ( #3266 )
3 years ago
pukkandan
52efa4b312
[extractor] Add `_perform_login` function ( #2943 )
...
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
3 years ago
Lesmiscore (Naoya Ozaki)
7bdcb4a40e
[niconico] Rewrite NiconicoIE ( #3018 )
...
Closes https://github.com/yt-dlp/yt-dlp/issues/2636 , partially fixes https://github.com/yt-dlp/yt-dlp/issues/367
Authored by: Lesmiscore
3 years ago
Lesmiscore (Naoya Ozaki)
f494ddada8
[niconico] Add playlist extractors and refactor ( #2915 )
...
Authored by: Lesmiscore
3 years ago
Lesmiscore (Naoya Ozaki)
9a5b012575
[niconico:tag] Add support for searching tags ( #2789 )
3 years ago
pukkandan
146cc4114a
bugfix for 63ccf4ff1a
3 years ago
pukkandan
63ccf4ff1a
[lazy_extractors] Fix bug in 2c4aaaddc9
...
SearchIEs must not inherit from extractors that have a _VALID_URL defined
3 years ago
pukkandan
f304da8a29
[cleanup] Misc cleanup
...
Closes #1805 , closes #1800
3 years ago
pukkandan
96565c7e55
[cleanup] Add keyword automatically to SearchIE descriptions
...
and some minor cleanup of docs
3 years ago
pukkandan
cc16383ff3
[extractor] Simplify search extractors
3 years ago
animelover1984
abafce59a1
[Niconico] Add Search extractors ( #672 )
...
Authored by: animelover1984, pukkandan
3 years ago
pukkandan
b868936cd6
[cleanup] Misc
3 years ago
CXwudi
40078a55e2
[niconico] Fix bug in thumbnail extraction #289
...
Bug from: 6b1d8c1e30
Authored by: CXwudi
4 years ago
pukkandan
2291dbce2a
[niconico] Fix HLS formats
...
Closes #171
* The structure of the API JSON was changed
* Smile Video seems to be no longer available. So remove the warning
* Move ping to downloader
* Change heartbeat interval to 40sec
* Remove unnecessary API headers
Authored-by: CXwudi, tsukumijima, nao20010128nao, pukkandan
Tested by: tsukumijima
4 years ago
CXwudi
6b1d8c1e30
[niconico] Fix title and thumbnail extraction ( #273 )
...
Authored by: CXwudi
4 years ago
pukkandan
6a39ee13f7
Fix inconsistent use of `report_warning`
4 years ago
pukkandan
e1feb88fdf
[niconico] Fix for when logged in
...
Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716
Co-authored by: CXwudi, xtkoba
4 years ago
pukkandan
c1d3a4a8f0
[niconico] Add user extractor
...
Co-authored by: animelover1984
4 years ago
pukkandan
7978e172f3
[niconico] Partial fix
...
TODO:
Smile formats don't work
Extraction code that no longer works needs to be removed
Adapted from:
b5eff52dd9
by animelover1984
Related:
https://github.com/yt-dlp/yt-dlp/issues/171
https://github.com/animelover1984/youtube-dl/issues/29
https://github.com/ytdl-org/youtube-dl/issues/28470
4 years ago
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
4 years ago