mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-16 15:01:44 +01:00
Move things to make it more effective
This commit is contained in:
parent
4acefe3e6d
commit
ede4bc8208
1 changed files with 2 additions and 2 deletions
|
@ -131,12 +131,12 @@ def print_(*args, **kwargs):
|
|||
entry = fix_r_caps(entry)
|
||||
print_("Fixing links without protocol...")
|
||||
entry = fix_no_protocol_urls(entry)
|
||||
print_("Converting website links to subreddit (if possible)...")
|
||||
entry = convert_website_to_subreddit(entry)
|
||||
print_("Collapsing Markdown links...")
|
||||
entry = collapse_links(entry)
|
||||
print_("Fix formatting of subreddit...")
|
||||
entry = format_subreddit(entry)
|
||||
print_("Converting website links to subreddit (if possible)...")
|
||||
entry = convert_website_to_subreddit(entry)
|
||||
print_("Completed!")
|
||||
return entry
|
||||
|
||||
|
|
Loading…
Reference in a new issue