Felix S.
Felix S.
I do. Revert b8bbeeedf9ec0eb7514596d177b73bac3e9fe3bf and f640e42ffa4049aa702f707be8a6c4472af9cbeb, and next time don’t pretend you know better than the website what the title should be. You don’t correct typos in titles for YouTube...
If all you want to do is include both titles in the file name, you can just use `%(title)s - %(alt_title)s.%(ext)s` (or similar) as the template. No need to complicate...
Any plans to provide an async API eventually? I know it’s a long shot, but in my opinion very worth it, especially wrt concurrent downloading.
Works for me, did you actually install it?
Not any more. But now that they have been caught fingerprinting, we have no reason to make it easier for them in the future.
Forgot to set up `git config user.name` and `git config user.email`? Both show up as ‘nobody’. (You can do that now, `git rebase -i --exec 'git commit --amend --no-edit --reset-author'`,...
Since the primary motivation seems to be performance, wouldn’t it be better to redo the URL-matching machinery to scale better? In particular, many extractors can only match URLs from a...
Yes, it might be hard. Though with a careful enough design, the necessary modification to extractors would be just one line invoking a decorator (and maybe another one removing `_VALID_URL`)....
Eventually, I would like to see something like: ```python # module-private function, not actually exported; # ctx aggregates objects providing stuff like # a network client, access to the credential...
(That's FreeDOS-32, not FreeDOS per se; it's a separate project. Neither LEAN nor FD32 seems to have gotten any traction anyway; I don't think LEAN was even implemented in FD32...