mirror of
https://github.com/sstent/NYT_Sudoku.git
synced 2026-01-25 14:43:16 +00:00
Update NYT.py
This commit is contained in:
2
NYT.py
2
NYT.py
@@ -5,7 +5,7 @@ import numpy as np
|
|||||||
import time
|
import time
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
||||||
url = "https://www.nytimes.com/puzzles/sudoku/" + difficulty
|
url = "https://www.nytimes.com/puzzles/sudoku/hard"
|
||||||
|
|
||||||
page = requests.get(url)
|
page = requests.get(url)
|
||||||
soup = BeautifulSoup(page.content, "html.parser")
|
soup = BeautifulSoup(page.content, "html.parser")
|
||||||
|
|||||||
Reference in New Issue
Block a user