1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-01 05:07:22 +01:00

Oh hey, another missing Section URL

This commit is contained in:
David Lynch 2017-11-04 00:30:59 -05:00
parent 6d52c72c99
commit 7bb6da382c

View file

@ -82,7 +82,8 @@ class ArchiveOfOurOwnSeries(ArchiveOfOurOwn):
story = Section(
title=soup.select('#main h2.heading')[0].string,
author=soup.select('#main dl.series.meta a[rel="author"]')[0].string
author=soup.select('#main dl.series.meta a[rel="author"]')[0].string,
url='http://archiveofourown.org/series/{}'.format(seriesid)
)
for work in soup.select('#main ul.series li.work'):