mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
feat: tidy things up and implement more renderers
- Finished Library parser - Fixed search continuations - Improved channel parser - Improved playlist parser - Added support for posts of type poll - Improved History parser - Removed redundant code
This commit is contained in:
@@ -14,7 +14,7 @@ class Search extends Feed {
|
||||
super(actions, data, already_parsed);
|
||||
|
||||
const contents = this.page.contents?.primary_contents.contents
|
||||
|| this.page.on_response_received_commands[0].continuation_items;
|
||||
|| this.page.on_response_received_commands[0].contents;
|
||||
|
||||
const secondary_contents = this.page.contents?.secondary_contents?.contents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user