mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
remove the slash in domain
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -16,4 +16,7 @@ venv
|
||||
htmlcov/
|
||||
data-dev.db
|
||||
|
||||
.env
|
||||
.env
|
||||
uwsgi.ini
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from rsshub.utils import DEFAULT_HEADERS
|
||||
from rsshub.utils import fetch
|
||||
|
||||
domain = 'https://www.benzinga.com/'
|
||||
domain = 'https://www.benzinga.com'
|
||||
|
||||
def ctx(category=''):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user