grqx_wsl
83e0860835
fix my-drive extraction
2024-09-30 06:36:05 +13:00
grqx_wsl
8d827d2460
Update tests
2024-09-29 00:24:50 +12:00
N/Ame
beb76094fa
Update yt_dlp/extractor/googledrive.py
2024-09-28 20:59:50 +12:00
grqx_wsl
d133c2c7f7
[GoogleDriveFolderIE] revert part of last commit
...
- change folder info json metadata extraction default appraoch to ds match
2024-08-18 03:15:45 +12:00
grqx_wsl
4a76306868
[GoogleDriveFolderIE] support private folders and my-drive
2024-08-18 03:08:45 +12:00
grqx_wsl
b81a41d5ff
[GoogleDriveFolderIE] raise for access denied
2024-08-18 00:01:03 +12:00
grqx_wsl
28ed64d87a
[GoogleDriveFolderIE] add bare raise in the except block
2024-08-17 23:49:56 +12:00
grqx_wsl
8623ada293
[GoogleDriveFolderIE] Several fixes
...
- Update test: GoogleDriveFolder_1
- Raise for log-in required
- catch HTTP Error 404
2024-08-17 23:49:00 +12:00
grqx_wsl
6e98d99dd5
[GoogleDriveFolderIE] improve code readability
...
- Combined `_extract_json_ds` and`_extract_json_hash` into one method(`_extract_json_meta`)
- Improved `item_url_getter`'s traversal path of item info
- Add notations to improve code readability
2024-08-17 20:21:02 +12:00
grqx_wsl
99d9105f33
[GoogleDrive] add support for shortcut urls: follow redirection
...
Example url: https://drive.google.com/file/d/17OrYKQBPRm4J_D1rsGbo4eOmm1_SfoIY/
Redirects to(real video):
https://drive.google.com/file/d/1Jp0I0tS-qMxtXNehGQW5_hWhwgC0FeeB/edit
2024-07-28 03:36:55 +12:00
grqx_wsl
017997068b
read shortcuts url
2024-07-28 03:18:17 +12:00
grqx_wsl
9962859595
Replace function make_playlist
with a more concise generator expression to improve code readability.
...
All tests and code format checker are passing
modified: yt_dlp/extractor/googledrive.py
2024-07-24 23:16:44 +12:00
grqx_wsl
cbe698b4b0
Add support for empty folder
2024-07-22 17:28:45 +12:00
grqx_wsl
64d4e93516
add support for subfolders(recursive)
2024-07-22 16:51:04 +12:00
grqx_wsl
a917af960c
fix code formating, fix test folder title
2024-07-19 16:48:36 +12:00
grqx_wsl
05403ea5ad
add tests, fix regex, improve stability.
2024-07-19 16:31:08 +12:00
grqx_wsl
d65753ce05
[GoogleDriveFolder] Fix Extractor
2024-07-19 04:49:09 +12:00
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
WyohKnott
85ec2a337a
[ie/googledrive] Fix formats extraction ( #9908 )
...
Closes #8281
Authored by: WyohKnott
2024-05-12 23:05:47 +00:00
jazz1611
5498729c59
[ie/GoogleDrive] Fix source file extraction ( #8990 )
...
Closes #8976
Authored by: jazz1611
2024-01-19 00:24:34 +01:00
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
2023-07-15 16:18:35 +05:30
RfadnjdExt
3b7f5300c5
[extractor/googledrive] Fix source format extraction ( #7395 )
...
Closes #7344
Authored by: RfadnjdExt
2023-07-05 02:17:13 +00:00
pukkandan
4d248e29d2
[extractor/GoogleDrive] Fix some audio
...
Only those with source url, but no confirmation page
2023-02-28 23:09:20 +05:30
pukkandan
9f14daf22b
[extractor] Deprecate _sort_formats
2022-11-17 11:40:17 +05:30
pukkandan
bfd973ece3
[extractors] Use new framework for existing embeds ( #4307 )
...
`Brightcove` is difficult to migrate because it's subclasses may depend
on the signature of the current functions. So it is left as-is for now
Note: Tests have not been migrated
2022-08-02 01:08:16 +05:30
pukkandan
9809740ba5
[extractor, cleanup] Reduce direct use of _downloader
2022-06-23 09:57:26 +05:30
Evan Spensley
145c5a83a8
[extractor/GoogleDrive] Add folder extractor ( #4009 )
...
Closes #3388
Authored by: evansp, pukkandan
2022-06-14 06:33:29 -07:00
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
2022-04-12 05:32:51 +05:30
pukkandan
b7da73eb19
Add option --ignore-no-formats-error
...
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors
2021-04-17 08:40:30 +05:30
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
2021-02-25 00:15:56 +05:30