mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
@@ -1,9 +1,9 @@
|
||||
import os
|
||||
|
||||
from requests_html import Session
|
||||
from requests_html import HTMLSession
|
||||
from requests_file import FileAdapter
|
||||
|
||||
session = Session()
|
||||
session = HTMLSession()
|
||||
session.mount('file://', FileAdapter())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user