forked from SiberiaBreadFactory/fb3test
Загрузить файлы 'src'
This commit is contained in:
parent
d853bf0159
commit
39b12d137a
BIN
src/__init__.py
Normal file
BIN
src/__init__.py
Normal file
Binary file not shown.
12
src/fb3.py
Normal file
12
src/fb3.py
Normal file
@ -0,0 +1,12 @@
|
||||
import sys
|
||||
from zipfile import ZipFile
|
||||
# from bs4 import BeautifulSoup
|
||||
# from lxml import etree
|
||||
|
||||
|
||||
def reader():
|
||||
files = input("Enter the path to file: ")
|
||||
with ZipFile(files) as book:
|
||||
for row in book.read('2/fb3/body.xml').decode('utf-8').splitlines():
|
||||
opened = open("test.txt", "a")
|
||||
opened.write(row)
|
1
src/test.txt
Normal file
1
src/test.txt
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user