File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class JobConfiguration(BaseModel):
200200 :ivar extract_content: Extract post content and save to separate file (filename was defined in ``config.job.post_structure.content``)
201201 :ivar extract_content_images: Extract images from post content and download them.
202202 :ivar extract_external_links: Extract external file sharing links from post content and save to separate file \
203- (filename was defined in ``config.job.post_structure.external_links``) \
203+ (filename was defined in ``config.job.post_structure.external_links``)
204204 :ivar external_link_patterns: Regex patterns for extracting external links.
205205 :ivar group_by_year: Group posts by year in separate directories based on published date
206206 :ivar group_by_month: Group posts by month in separate directories based on published date (requires group_by_year)
You can’t perform that action at this time.
0 commit comments