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

how to scrape channel like @Danidev #19

Closed
CYCNO opened this issue Nov 30, 2022 · 2 comments
Closed

how to scrape channel like @Danidev #19

CYCNO opened this issue Nov 30, 2022 · 2 comments

Comments

@CYCNO
Copy link

CYCNO commented Nov 30, 2022

how to scrape channel with @ at the url.

i tried channel_url="https://www.youtube.com/@Danidev" and channel_id="@Danidev" but it didn't work

any suggestion or help will be thank full

@CYCNO CYCNO closed this as completed Nov 30, 2022
@ahm750
Copy link

ahm750 commented Jan 27, 2023

Hey, did you figure out how to do it? I'm having this issue

@KalvinThien
Copy link

Hey, did you figure out how to do it? I'm having this issue

import scrapetube

videos = scrapetube.get_channel(None, "https://www.youtube.com/@alegod-funnyanimals")

for video in videos:
print(video['videoId'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants