Skip to content

Commit a797ecf

Browse files
committed
fix get channel
1 parent 00140a0 commit a797ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapetube/scrapetube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_channel(
4646
sort_by=sort_by_map[sort_by],
4747
)
4848
api_endpoint = "https://www.youtube.com/youtubei/v1/browse"
49-
videos = get_videos(url, api_endpoint, "gridVideoRenderer", limit, sleep)
49+
videos = get_videos(url, api_endpoint, "videoRenderer", limit, sleep)
5050
for video in videos:
5151
yield video
5252

0 commit comments

Comments
 (0)