Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ie/NYTimes] - Extractor overhaul - Article, Cooking Recipes and Guides #9075

Merged
merged 26 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7c776c3
[ie/NYTimes] - Extractor overhaul - Article, Cooking Recipes and Guides
Jan 26, 2024
f77d058
[ie/NYTimes] - remove old test not matching regex
Jan 26, 2024
2a94707
[ie/NYTimes] - adjust article regex to exclude books and podcast URLs
Jan 26, 2024
0765da3
[ie/NYTimes] - adjustments to the cooking classes
Jan 27, 2024
1739308
[ie/NYTimes] - update _extractors.py
Jan 27, 2024
92cf926
[ie/NYTimes] - adjustments to NYTimesArticleIE based on review. Re-ad…
Jan 29, 2024
3e632a5
[ie/NYTimes] - more adjustments to NYTimesArticleIE based on code review
Feb 1, 2024
62a878c
[ie/NYTimes] - more adjustments toNYTimesCookingIE and NYTimesCooking…
Feb 3, 2024
b8d9fdc
[ie/NYTimes] - more adjustments toNYTimesArticleIE
Feb 3, 2024
22747d6
[ie/NYTimes] - more adjustments to all classes
Feb 4, 2024
a3a20f7
[ie/NYTimes] - set default=None in _extract_thumbnails
Feb 4, 2024
152825f
[ie/NYTimes] more adjustments based on review
Feb 4, 2024
4bf3651
[ie/NYTimes] - warning for skipping dash formats
Feb 4, 2024
c9681bd
Extract DASH formats
bashonly Feb 4, 2024
e44fe63
cleanup
bashonly Feb 4, 2024
82cf011
keep previous metadata priority
bashonly Feb 4, 2024
9ac24e2
fix duration part 1
bashonly Feb 4, 2024
eea55e4
fix duration part 2
bashonly Feb 4, 2024
3399d05
somewhat fix NYTimesIE
bashonly Feb 4, 2024
537b325
NYTimesIE is mostly fixed
bashonly Feb 4, 2024
c0cd9e1
fix md5
bashonly Feb 4, 2024
7f7b2eb
make old archive id for single video cooking guides
bashonly Feb 4, 2024
32a86f7
simplify recipes
bashonly Feb 4, 2024
93ce9ad
swap CookingGuide and CookingRecipe IEs
bashonly Feb 5, 2024
f0ce3e0
Update _extractors.py
bashonly Feb 5, 2024
0b24f9b
minutia
bashonly Feb 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@
NYTimesIE,
NYTimesArticleIE,
NYTimesCookingIE,
NYTimesCookingGuidesIE,
)
from .nuvid import NuvidIE
from .nzherald import NZHeraldIE
Expand Down