Refactoring #1
1 changed files with 0 additions and 7 deletions
7
main.py
7
main.py
|
@ -1,7 +0,0 @@
|
||||||
from zipfile import ZipFile
|
|
||||||
from bs4 import BeautifulSoup
|
|
||||||
from lxml import etree
|
|
||||||
|
|
||||||
with ZipFile('1.fb3') as book:
|
|
||||||
for row in book.read('fb3/body.xml').decode('utf-8').splitlines():
|
|
||||||
print(row)
|
|
Loading…
Add table
Add a link
Reference in a new issue