Skip to content

Commit

Permalink
Recent JSTOR generator, remove access date (kanzure#24).
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Dec 7, 2013
1 parent fab2f5d commit cfd0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfparanoia/plugins/jstor.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def scrub(cls, content, verbose=0):
#
# This would be better if it could be decoded to
# actually search for the "Accessed" text.
if page_id == 0 and "/F2 11 Tf\n" in better_content:
if page_id == 2 and "/F2 11 Tf\n" in better_content:
startpos = better_content.rfind("/F2 11 Tf\n")
endpos = better_content.find("Tf\n", startpos+5)

Expand Down

0 comments on commit cfd0420

Please sign in to comment.