-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[manyvids] Improve extraction (#31172)
* extract all formats from page * extract description, uploader, views, likes * downrate previews * fix tests * use txt_or_none()
- Loading branch information
Showing
1 changed file
with
91 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
how is this different from
strip_or_none(s) or default
?