From c1bfcddeabe7bb2bd20c4181cc3d9ba74a400ba6 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 1 Dec 2022 15:33:14 -0500 Subject: [PATCH] remove unneeded python benchmarking script we still don't get very close to the performance of BS4 i guess; it's kinda ridiculous how much faster it is --- test.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index c26ae23..0000000 --- a/test.py +++ /dev/null @@ -1,13 +0,0 @@ -import AO3 - -work = AO3.Work(37522864) - -print(f"TAGS: {work.tags}") -print(f"PUBLISHED: {work.date_published}") -print(f"UPDATED: {work.date_updated}") - -e = len(work.chapters) -e = work.id -e = work.chapters[0].text -e = work.chapters[0].title -e = work.chapters[0].text \ No newline at end of file