order imports
This commit is contained in:
parent
bbb3c3e7e1
commit
f7837a8e1d
1 changed files with 10 additions and 10 deletions
20
spiderss.py
20
spiderss.py
|
|
@ -1,17 +1,17 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import feedparser
|
|
||||||
from readability import Document
|
|
||||||
import requests
|
|
||||||
import html2text
|
|
||||||
import re
|
|
||||||
import os
|
|
||||||
import time
|
|
||||||
from time import mktime
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
import toml
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import feedparser
|
||||||
|
import html2text
|
||||||
|
import os
|
||||||
|
import re
|
||||||
|
import requests
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
|
import toml
|
||||||
|
from datetime import datetime, timedelta
|
||||||
|
from readability import Document
|
||||||
|
from time import mktime
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Static variables
|
Static variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue