mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 11:02:10 +00:00
feat(yt): add getGuide() (#335)
* feat(yt): add `getGuide()` * chore: lint * fix(Guide): wrong prop * fix(Guide): include subscription section * fix(Guide): wrong import * feat(Guide): add `page`
This commit is contained in:
7
src/parser/classes/GuideSubscriptionsSection.ts
Normal file
7
src/parser/classes/GuideSubscriptionsSection.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import GuideSection from './GuideSection.js';
|
||||
|
||||
class GuideSubscriptionsSection extends GuideSection {
|
||||
static type = 'GuideSubscriptionsSection';
|
||||
}
|
||||
|
||||
export default GuideSubscriptionsSection;
|
||||
Reference in New Issue
Block a user