We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73ad26 commit 99daf8eCopy full SHA for 99daf8e
tests/test_reader.py
@@ -1408,7 +1408,7 @@ def test_iss1689():
1408
1409
@pytest.mark.enable_socket()
1410
def test_iss1710():
1411
- url = "https://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf"
+ url = "https://github.com/py-pdf/pypdf/files/15234776/irbookonlinereading.pdf"
1412
name = "irbookonlinereading.pdf"
1413
reader = PdfReader(BytesIO(get_data_from_url(url, name=name)))
1414
reader.outline
0 commit comments