Te-cho / youtubeSearch

Its a platform to search through youtube's sbutitles and lyrics
http://searchyoutubes.com/
3 stars 0 forks source link

Improve the crawling by calling the subtitles not just the autoGenerated #84

Closed abidulrmdn closed 7 years ago

abidulrmdn commented 7 years ago

Use this command to download the subtitles

youtube-dl --skip-download --sub-format "ass/srt/mpsub" --sub-lang en -o srts/here -- 3FQoTx-SXvQ

abidulrmdn commented 7 years ago

most of the videos that has no subtitles, had originally subtitles

abidulrmdn commented 7 years ago

Actually u just need to take out the [--sub-format "ass/srt/mpsub"] and add --sub-lang en

abidulrmdn commented 7 years ago

and make sure if it fails to go to download subtitles by user scenario

abidulrmdn commented 7 years ago

done in the library github.com/youtube-videos/go-youtube-dl