EgorLakomkin / KTSpeechCrawler

Automatically constructing corpus for automatic speech recognition from YouTube videos

Home Page:https://arxiv.org/abs/1903.00216

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0 videos downloaded

BhimasenPurohit opened this issue · comments

I tried running this to collect sample data. But for every keyword i am getting same issue.

[youtube:search_url] in: Downloading webpage
[download] Downloading playlist: in
[youtube:search_url] playlist in: Downloading 0 videos
[download] Finished downloading playlist: in
[youtube:search_url] is: Downloading webpage
[download] Downloading playlist: is
[youtube:search_url] playlist is: Downloading 0 videos

whats wrong I might have done ?

I tried running this to collect sample data. But for every keyword i am getting same issue.

[youtube:search_url] in: Downloading webpage
[download] Downloading playlist: in
[youtube:search_url] playlist in: Downloading 0 videos
[download] Finished downloading playlist: in
[youtube:search_url] is: Downloading webpage
[download] Downloading playlist: is
[youtube:search_url] playlist is: Downloading 0 videos

whats wrong I might have done ?

I am Trying the code since Past 2 days and facing the same issue , Not sure how its working

You can fix this issue by running pip3 install -U git+https://github.com/xarantolus/youtube-dl@fixYTSearch. More info can be found here ytdl-org/youtube-dl#25734