Python Forum
Looking for string/s in video transcript
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for string/s in video transcript
#1
I have just installed the python module at https://github.com/jdepoix/youtube-transcript-api

Noticed that pip3 did give some errors, however just testing it with

Quote:youtube_transcript_api <video_id> >test1.txt

It appears to suit the task at hand. If there are many videos in a youtube channel, then they can all be parsed to an output file, like . .

Quote:youtube_transcript_api <first_video_id> <second_video_id> ...

Is there an easy method with python to supply the youtube channel ID, and then parse all the video ID's , process them with the python module 'youtube-transcript-api' and search for strings within the video transcript ?
Reply


Messages In This Thread
Looking for string/s in video transcript - by jehoshua - Feb-11-2020, 06:41 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020