up scraping special
This commit is contained in:
parent
685efd6710
commit
3bfd4b77d4
2 changed files with 30 additions and 3 deletions
|
@ -1,5 +1,28 @@
|
||||||
|
attr==0.3.2
|
||||||
beautifulsoup4==4.13.5
|
beautifulsoup4==4.13.5
|
||||||
|
ConfigParser==7.2.0
|
||||||
|
contextlib2==21.6.0
|
||||||
|
cryptography==45.0.7
|
||||||
docutils==0.22
|
docutils==0.22
|
||||||
|
filelock==3.19.1
|
||||||
|
HTMLParser==0.0.2
|
||||||
|
importlib_metadata==8.7.0
|
||||||
|
ipython==8.12.3
|
||||||
|
ipywidgets==8.1.7
|
||||||
|
Jinja2==3.1.6
|
||||||
|
jnius==1.1.0
|
||||||
|
keyring==25.6.0
|
||||||
matplotlib==3.10.6
|
matplotlib==3.10.6
|
||||||
pandas==2.3.2
|
mock==5.2.0
|
||||||
plotly==6.3.0
|
nltk==3.9.1
|
||||||
|
numpy==2.3.2
|
||||||
|
Pillow==11.3.0
|
||||||
|
protobuf==6.32.0
|
||||||
|
pyOpenSSL==25.1.0
|
||||||
|
railroad==0.5.0
|
||||||
|
redis==6.4.0
|
||||||
|
Sphinx==8.2.3
|
||||||
|
thread==2.0.5
|
||||||
|
tornado==6.5.2
|
||||||
|
urllib3_secure_extra==0.1.0
|
||||||
|
xmlrpclib==1.0.1
|
||||||
|
|
|
@ -102,7 +102,11 @@ SPECIFIC_PAGES = [
|
||||||
"Good_practice",
|
"Good_practice",
|
||||||
"Mapping_parties",
|
"Mapping_parties",
|
||||||
"State_of_the_Map",
|
"State_of_the_Map",
|
||||||
"Diversity"
|
"Diversity",
|
||||||
|
"Mapping_private_information",
|
||||||
|
"Any_tags_you_like",
|
||||||
|
"Organised_Editing/Best_Practices",
|
||||||
|
"Map_features"
|
||||||
]
|
]
|
||||||
|
|
||||||
def fetch_desynchronized_pages():
|
def fetch_desynchronized_pages():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue