I need to scrape all the months article info but it skip January.
Url: https://jamanetwork.com/journals/jamaneurology/issue/79/1
Sitemap:
{"_id":"Jama_Year_scrape","startUrl":["https://jamanetwork.com/journals/jamaneurology/issue/[78-79]/1"],"selectors":[{"id":"Month","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.issue-entry","multiple":true,"linkType":"linkFromHref"},{"id":"Articles","parentSelectors":["Month"],"type":"SelectorLink","selector":".article--title a","multiple":true,"linkType":"linkFromHref"},{"id":"Corresponding Author","parentSelectors":["Articles"],"type":"SelectorElement","selector":"p.authorInfoSection","multiple":false},{"id":"Name","parentSelectors":["Articles"],"type":"SelectorText","selector":".wi-fullname a","multiple":true,"regex":""},{"id":"Affiliation","parentSelectors":["Articles"],"type":"SelectorText","selector":"ul.meta-author-affiliations","multiple":false,"regex":""},{"id":"No need","parentSelectors":["Articles"],"type":"SelectorElementAttribute","selector":"a.search-button","multiple":false,"extractAttribute":"name"},{"id":"Email","parentSelectors":["Corresponding Author"],"type":"SelectorText","selector":"[href^=\"mailto\"]","multiple":true,"regex":""},{"id":"Address","parentSelectors":["Corresponding Author"],"type":"SelectorText","selector":"_parent_","multiple":false,"regex":""}]}