Describe the problem.
when i try to scrap infos of all videos from a youtube channel, i need scroll down function to load more videos to the last one.
i cannot make the scraper to scroll down.
Url: https://www.youtube.com/playlist?list=UUG5bAssl2H0wjLG4BEv5ScQ
Sitemap:
{"_id":"scroll","startUrl":["https://www.youtube.com/playlist?list=UUG5bAssl2H0wjLG4BEv5ScQ"],"selectors":[{"id":"item","type":"SelectorElementScroll","selector":"a.yt-simple-endpoint.ytd-playlist-video-renderer","parentSelectors":["_root"],"multiple":true,"delay":"2000"},{"id":"title","type":"SelectorText","selector":"h3.style-scope span.style-scope","parentSelectors":["item"],"multiple":false,"regex":"","delay":"500"},{"id":"length","type":"SelectorText","selector":"ytd-thumbnail-overlay-time-status-renderer.style-scope span.style-scope","parentSelectors":["item"],"multiple":false,"regex":"","delay":"500"},{"id":"url","type":"SelectorLink","selector":"parent","parentSelectors":["item"],"multiple":false,"delay":"500"}]}
