data-acquisition-pipeline icon indicating copy to clipboard operation
data-acquisition-pipeline copied to clipboard

How to run Youtube_DL Pipeline?

Open ankurbhatia24 opened this issue 2 years ago • 0 comments

I find youtube_api_pipeline.py. Any specific changes that I need to do for scraping using the youtube_dl pipeline? I have already made the changes (youtube_service_to_use = YoutubeService.YOUTUBE_DL) as per the documentation in the youtube_pipeline_config.py, but still, the crawler always expects the youtube_api_key as the environment variable (os.environ["youtube_api_key"] = str(kwargs["youtube_api_key"])).

ankurbhatia24 avatar Sep 10 '21 13:09 ankurbhatia24