diff --git a/CinemScraper/spiders/grabVideoData.py b/CinemScraper/spiders/grabVideoData.py index 95a2c27..c42884e 100644 --- a/CinemScraper/spiders/grabVideoData.py +++ b/CinemScraper/spiders/grabVideoData.py @@ -19,6 +19,7 @@ class GrabvideodataSpider(scrapy.Spider): 'sous-titre' : page.css('h1 span::text').extract_first(), 'description' : page.css('.biographies p').extract(), 'videoSrcUrl' : page.css('iframe::attr(src)').extract_first(), + 'articleUrl' : response.url, 'tags' : page.css('.tag::text').extract() }