Add NavigableString import
Co-authored-by: Ben Busby <noreply+git@benbusby.com>
This commit is contained in:
parent
8adc3dccf2
commit
9aa54ed9e3
|
@ -3,6 +3,7 @@ import os
|
||||||
import urllib.parse as urlparse
|
import urllib.parse as urlparse
|
||||||
from urllib.parse import parse_qs
|
from urllib.parse import parse_qs
|
||||||
import re
|
import re
|
||||||
|
from bs4 import NavigableString
|
||||||
|
|
||||||
|
|
||||||
SKIP_ARGS = ['ref_src', 'utm']
|
SKIP_ARGS = ['ref_src', 'utm']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user