From 6abdf498aef16db7e3a0ee525ddfbb246c313748 Mon Sep 17 00:00:00 2001 From: Ranuga <79456372+Programmer-RD-AI@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:48:23 +0530 Subject: [PATCH] Update imdb_video_scraper.py --- moviedata/scraper/imdb/imdb_video_scraper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moviedata/scraper/imdb/imdb_video_scraper.py b/moviedata/scraper/imdb/imdb_video_scraper.py index cd2027f..6ea199a 100644 --- a/moviedata/scraper/imdb/imdb_video_scraper.py +++ b/moviedata/scraper/imdb/imdb_video_scraper.py @@ -3,4 +3,5 @@ class IMDBVideoScraper(IMDBScraper): - pass + def videos_details(self, movie_id, video_url): + pass