fix: moved integration tests,
fixed missing search video count, error on missing search channel description snipped, error on empty channel info link list,
This commit is contained in:
parent
4dfdb47cae
commit
1fb4a2664e
13 changed files with 998 additions and 864 deletions
|
|
@ -3,7 +3,7 @@
|
|||
//! Client for the public YouTube / YouTube Music API (Innertube),
|
||||
//! inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
|
||||
|
||||
#![warn(clippy::todo)]
|
||||
#![warn(clippy::todo, clippy::dbg_macro)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
|
|||
Reference in a new issue