Adds skyward covers

This commit is contained in:
Nemo 2018-10-05 02:38:29 +05:30
parent 9a0a096896
commit f1e058b389
4 changed files with 7 additions and 1 deletions

BIN
covers/skyward.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
covers/skyward.pdf Normal file

Binary file not shown.

6
metadata/skyward.xml Normal file
View File

@ -0,0 +1,6 @@
<dc:identifier id="epub-id-1" opf:scheme="ISBN-10">1473217857</dc:identifier>
<dc:identifier id="epub-id-2" opf:scheme="ISBN-13">978-1473217850</dc:identifier>
<dc:title id="epub-title-1">Skyward</dc:title>
<dc:date>2018-11-06</dc:date>
<dc:language>en-US</dc:language>
<dc:creator id="epub-creator-1" opf:role="aut">Brandon Sanderson</dc:creator>

View File

@ -20,7 +20,7 @@ links.each do |link|
episode += 1
end
html = ''
html = '<title>Skyward</title>'
for i in 1..(links.length)
complete_html = Nokogiri::HTML(open("skyward/#{i}.html"))
page = complete_html.css('article')[0]