Modules§
- common
- config
- invidious
- new_
database - player
- playlist
- This is a very simple url extractor for different kinds of playlist formats: M3U, PLS, ASX, XSPF
- podcast
- songtag
- taskpool
- track
- utils
- xywh
Macros§
- const_
str - Macro to not repeat yourself writing
const IDENT: &str = CONTENT - once_
chain - Macro to not repeat yourself writing
once(...).chain(once(...))