Results 33 comments of MMM

> But changing default update rate is undesirable, especially when used with `--progress-template`. The update rate can be left untouched. When I remember correctly, the solution was to calculate and...

I also came once across this issue and it took me a while to interpret the behavior. My intuition says there should be a `playlist-items` specification for each nesting level...

> Though, with this, you cannot tell yt-dlp to download different amounts of videos from different tabs How about square brackets? This way you could explicitly refer to nested syntax:...

> We should have some way of being able to exclude extractors from being imported from a file. Currently this only works on a module level by starting the module...

> I like the convention of prefixing an underscore since that has similar implications as `__all__` but needs less work and would be consistent between extractor and postprocessor (Docs: "prefix...

> Why not obey `__all__`? That would exclude `_` by default and provide more flexibility if needed My importer logic completely ignores `__init__.py` in support of Python's Namespace packages. Because...

> I thought chrome doesn't write session cookies to disk 🤔 It does because of the `Continue where you left off` startup option.

Hello @t-shehab, thank you for your reply. Yes, the video shows exactly how to reproduce the behavior. I don't even need to update the article just disabling the dark-mode is...

Please recheck for API suggestions. Next step will be ABC refactoring (`BibelTVBaseIE`, `BibelTVVideoIE`, etc. ...)

added [67eff23](https://github.com/yt-dlp/yt-dlp/pull/6505/commits/67eff230715b155eaa61f14d6d5ee4e98f1827db) and rebased onto master