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:
parent
6d52c72c99
commit
7bb6da382c
1 changed files with 2 additions and 1 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue