TopDownHockey-Scraper 5.0.0__py3-none-any.whl → 5.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of TopDownHockey-Scraper might be problematic. Click here for more details.
- TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py +1 -1
- {topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/METADATA +1 -1
- topdownhockey_scraper-5.0.1.dist-info/RECORD +7 -0
- {topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/WHEEL +1 -1
- topdownhockey_scraper-5.0.0.dist-info/RECORD +0 -7
- {topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/licenses/LICENSE +0 -0
- {topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/top_level.txt +0 -0
|
@@ -2021,7 +2021,7 @@ def scrape_espn_ids_single_game(game_date, home_team, away_team):
|
|
|
2021
2021
|
for i in range(0, len(game_sections)):
|
|
2022
2022
|
away = game_sections[i].find_all('div', class_='ScoreCell__TeamName ScoreCell__TeamName--shortDisplayName db')[0].contents[0].upper()
|
|
2023
2023
|
home = game_sections[i].find_all('div', class_='ScoreCell__TeamName ScoreCell__TeamName--shortDisplayName db')[1].contents[0].upper()
|
|
2024
|
-
espnid = game_sections[
|
|
2024
|
+
espnid = game_sections[i]['id']
|
|
2025
2025
|
at.append(away)
|
|
2026
2026
|
ht.append(home)
|
|
2027
2027
|
gids.append(espnid)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=j-7gTk-cp_0LyZihNxm67xH9KdA3Fx4xrFKKu3-9-rU,42245
|
|
2
|
+
TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=nAt7s2iP8likzqRfkFTV88yta213g4DDjyzcan57rOY,160980
|
|
3
|
+
topdownhockey_scraper-5.0.1.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
+
topdownhockey_scraper-5.0.1.dist-info/METADATA,sha256=5ejNZSRGN9egml57vbVeZc_x7eXmN8APoPXroALtxbY,5719
|
|
5
|
+
topdownhockey_scraper-5.0.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
6
|
+
topdownhockey_scraper-5.0.1.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
+
topdownhockey_scraper-5.0.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py,sha256=j-7gTk-cp_0LyZihNxm67xH9KdA3Fx4xrFKKu3-9-rU,42245
|
|
2
|
-
TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py,sha256=0ICXsiTYz0NRmGlPkLKrLgVnARMWIoCR-SIRQWYBJbA,160980
|
|
3
|
-
topdownhockey_scraper-5.0.0.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
|
4
|
-
topdownhockey_scraper-5.0.0.dist-info/METADATA,sha256=W0dTGg1EtXeHTtDEYktoAhyZSERk2xYZWC0k07ROoe8,5719
|
|
5
|
-
topdownhockey_scraper-5.0.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
6
|
-
topdownhockey_scraper-5.0.0.dist-info/top_level.txt,sha256=PBd96GLGFq97ZDLd7_4ZCx8_ZFr_wdWKs5SIpGl5xCs,22
|
|
7
|
-
topdownhockey_scraper-5.0.0.dist-info/RECORD,,
|
{topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{topdownhockey_scraper-5.0.0.dist-info → topdownhockey_scraper-5.0.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|