This commit is contained in:
parent
b888e068c0
commit
a613acfe7d
@ -1,7 +1,9 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from morss.crawler import adv_get
|
from morss.crawler import adv_get
|
||||||
from morss.feeds import *
|
from morss.feeds import *
|
||||||
|
|
||||||
|
|
||||||
def get_feed(url):
|
def get_feed(url):
|
||||||
url = 'http://localhost:8888/%s' % url
|
url = 'http://localhost:8888/%s' % url
|
||||||
out = adv_get(url)
|
out = adv_get(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user