Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add music profile (first pass at #207) #510

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert test.
rsandbach committed Sep 17, 2023
commit 3a03de82b470c5c342dc4105e4a17751cf3c3b45
7 changes: 0 additions & 7 deletions test/main.test.ts
Original file line number Diff line number Diff line change
@@ -344,13 +344,6 @@ describe('YouTube.js Tests', () => {
expect(artist.sections).toBeDefined();
});

test('Innertube#music.getProfile', async () => {
const profile = await innertube.music.getProfile('UC52ZqHVQz5OoGhvbWiRal6g');
expect(profile).toBeDefined();
expect(profile.header).toBeDefined();
expect(profile.sections).toBeDefined();
});

test('Innertube#music.getAlbum', async () => {
const album = await innertube.music.getAlbum('MPREb_YpQ7SWMPLvu');
expect(album).toBeDefined();