Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving redirecting requests #126

Open
nkrusch opened this issue Jan 29, 2024 · 0 comments
Open

Improving redirecting requests #126

nkrusch opened this issue Jan 29, 2024 · 0 comments

Comments

@nkrusch
Copy link
Member

nkrusch commented Jan 29, 2024

Sometimes the conferences do not put the paper DOIs on the page, instead link to some ACM website, and that website lazy-loads the table of content, after multiple cookie sets and redirects 馃槮 .
To handle this situation, I added an option to find the DOIs from a flat file (say, once the awful page has finally loaded, save it to a file), but actually, there is a programmatic way to do it with improved request handling.

Ideally, src/request.js should be able to handle and correctly request (200) this data, for example.

https://dl.acm.org/pb/widgets/lazyLoadTOC?tocHeading=heading1&widgetId=50b189b1-b974-4f86-b0e4-c553ba3994d7&doi=10.1145/3554315&pbContext=%3Bctype%3Astring%3AJournal%20Content%3Bwgroup%3Astring%3AACM%20Publication%20Websites%3Bjournal%3Ajournal%3Apacmpl%3BgroupTopic%3Atopic%3Aacm-pubtype%3Ejournal%3Bpage%3Astring%3ATable%20of%20Contents%3Bwebsite%3Awebsite%3Adl-site%3Bcsubtype%3Astring%3AJournal%3Bissue%3Aissue%3Adoi%5C%3A10.1145%2F3554315%3Btaxonomy%3Ataxonomy%3Aacm-pubtype%3BpageGroup%3Astring%3APublication%20Pages%3BrequestedJournal%3Ajournal%3Apacmpl%3BserialTopic%3Atopic%3Aacm-pubtype%3Ejournal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant