aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2021-03-02Remove unnecessary check in arXiv unit testGertjan van den Burg1-1/+0
This string may persist in the metadata, but as long as it's not in an invisible box on the left of the page we don't care about that.
2021-03-01Add provider for ACLWebGertjan van den Burg2-0/+30
2021-02-04Simplify example pdf fileGertjan van den Burg1-1/+1
2021-02-01*actually* fix the failing testGertjan van den Burg1-1/+1
2021-02-01fix failing testGertjan van den Burg1-1/+1
2021-01-07Bugfix for config merge and unit testsGertjan van den Burg1-1/+140
2021-01-03Replace failing test with a different oneGertjan van den Burg1-2/+2
When downloading the old test file acm now returns a non-functional pdf, so we're replacing it with a different test case.
2020-12-28Add support for a configuration fileGertjan van den Burg1-14/+1
2020-12-27Add support for custom styling of HTML outputGertjan van den Burg1-0/+35
2020-11-17Add provider for ScienceDirectGertjan van den Burg1-0/+22
2020-11-11Add experimental fix for lazy loaded images in htmlGertjan van den Burg1-0/+29
2020-11-06Merge branch 'master' into bugfix/neuripsGertjan van den Burg1-2/+9
2020-11-05Fixes for new NeurIPS siteGertjan van den Burg2-3/+5
2020-11-05Minor fixes to Taylor & Francis providerGertjan van den Burg1-2/+11
2020-10-28Merge branch 'master' into feature/natureGertjan van den Burg2-2/+20
2020-10-28Merge branch 'master' into feature/tandfonlineGertjan van den Burg1-0/+5
2020-10-27Add provider for NatureGertjan van den Burg2-0/+21
2020-10-27Merge branch 'master' into feature/tandfonlineGertjan van den Burg4-19/+523
2020-10-27Bugfix for content type detectionGertjan van den Burg1-0/+5
2020-10-23Add CVF providerGertjan van den Burg2-0/+25
2020-10-23Code formattingGertjan van den Burg1-3/+2
2020-10-20Merge branch 'master' into bugfix/arxivGertjan van den Burg1-1/+1
2020-10-20fix typoGertjan van den Burg1-1/+1
2020-10-20Increase robustness for arXiv urlsGertjan van den Burg1-0/+7
2020-10-20Updates to NBER provider after site updatesGertjan van den Burg1-1/+1
2020-09-25Merge branch 'master' into bugfix/html-figureGertjan van den Burg2-6/+63
2020-09-25Clean up readability providersGertjan van den Burg1-1/+4
This reorganizes the code a bit to ensure we only pull the HTML page once, and use the same readability provider for both the informer and the converter.
2020-09-25Improve support for Neurips provider (fixes #59)Gertjan van den Burg2-1/+20
2020-08-11Fix failing unit testGertjan van den Burg1-4/+4
2020-07-15Add provider for SagePubGertjan van den Burg1-1/+16
2020-07-15Improve robustness of springer providerGertjan van den Burg1-1/+8
Adds support for downloading chapters
2020-07-05Add provider for Semantic ScholarGertjan van den Burg1-0/+15
2020-06-20Add support for using ReadabiliPyGertjan van den Burg1-0/+7
2020-05-24Merge branch 'master' into bugfix/pdfreader_errorGertjan van den Burg1-5/+0
2020-05-24Remove extra pdfurl testGertjan van den Burg1-5/+0
This test seems to fail repeatedly on Travis, for no clear reason (it works locally). Since we have another PdfUrl test I don't think it's necessary to have this one too, so I'll remove it.
2020-05-24Add test for pdf reading issueGertjan van den Burg1-1/+7
2020-05-11Allow underscore in urlsGertjan van den Burg1-0/+5
2020-05-02Various improvements to dearxiv functionalityGertjan van den Burg2-2/+68
2020-04-28Add unit test for image urls with trailing slashGertjan van den Burg1-0/+8
2020-04-27Add unit test for this bugGertjan van den Burg1-0/+10
2020-04-15Properly check for the installed pdf toolGertjan van den Burg1-0/+21
This fixes #42.
2020-04-08Be more robust against spaces in pdf fileGertjan van den Burg1-1/+34
This caused problems where the arxiv stamp was not removed for some files. This commit adds tests for this and fixes the issue.
2020-04-04Code formattingGertjan van den Burg1-9/+9
2020-04-04Fix provider selection for redirected urlsGertjan van den Burg1-0/+203
Some urls, such as the arXiv urls with the : in the identifier, didn't work when using the UI interface because the redirected url wasn't past to the provider, but the original url was. This commit fixes that issue and adds unit tests for the provider selection function, hopefully making this more robust in the future.
2020-04-04Move arXiv tests to a separate fileGertjan van den Burg2-14/+29
2020-04-04Add unit testGertjan van den Burg1-1/+2
2020-02-21Add provider for JMLRGertjan van den Burg1-1/+15
2020-02-19Merge branch 'master' into feature/provider_nberGertjan van den Burg1-2/+2
2020-02-19Extract filename from url with pdf_url providerGertjan van den Burg1-2/+2
Fixes #25
2020-02-19Add NBER providerGertjan van den Burg1-0/+15