Skip to content

Commit f54ef00

Browse files
committed
little fix
1 parent 381ac87 commit f54ef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
pbar.update(1)
3939
response = (
4040
requests.get(url)
41-
if resource_name == "youtube"
41+
if resource == "p/youtube"
4242
else requests.get(url, headers=headers)
4343
)
4444

0 commit comments

Comments
 (0)