mirror of
https://silica.codes/islehorse/HorseIsleData.git
synced 2025-04-06 05:05:45 +12:00
Update data
This commit is contained in:
parent
257f8910d6
commit
4dbc6f8711
3 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@ def get_between(txt, a1, a2):
|
|||
|
||||
|
||||
for forum in forums:
|
||||
tcontents[forum] = requests.get('http://master.horseisle.com/web/forums.php?FORUM='+forum, headers={"Cookie":"PHPSESSID=ve8og4p8lk3f163bmu0d90j665"}).content
|
||||
tcontents[forum] = requests.get('http://master.horseisle.com/web/forums.php?FORUM='+forum, headers={"Cookie":"PHPSESSID=6qdgmssgrctrjuq6g11r0gj797"}).content
|
||||
"""
|
||||
for file in files:
|
||||
if file.endswith('.html'):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
1
|
||||
import requests, threading
|
||||
s = requests.Session()
|
||||
s.headers = {"Cookie":"PHPSESSID=l028vch3bhb9ii1vkthoo777d5"}
|
||||
s.headers = {"Cookie":"PHPSESSID=6qdgmssgrctrjuq6g11r0gj797"}
|
||||
|
||||
|
||||
class t(threading.Thread):
|
||||
|
|
5
Scraped/Fourm Archive/test.py
Normal file
5
Scraped/Fourm Archive/test.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
|
||||
a = os.listdir(".")
|
||||
for aa in a:
|
||||
os.rename(aa, aa.replace("MOD_", ""))
|
Loading…
Add table
Reference in a new issue