mlbserver 2024.6.12 → 2024.6.26
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/session.js +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
package/session.js
CHANGED
|
@@ -3375,8 +3375,8 @@ class sessionClass {
|
|
|
3375
3375
|
let currentDate = new Date()
|
|
3376
3376
|
if ( !fs.existsSync(cache_file) || !this.cache || !this.cache.eventURLCacheExpiry || (currentDate > new Date(this.cache.eventURLCacheExpiry)) ) {
|
|
3377
3377
|
let reqObj = {
|
|
3378
|
-
|
|
3379
|
-
url: 'https://dapi.mlbinfra.com/v2/content/en-us/vsmcontents/mlb-tv-welcome-center-big-inning-show',
|
|
3378
|
+
url: 'https://dapi.cms.mlbinfra.com/v2/content/en-us/sel-mlbtv-featured-svod-video-list',
|
|
3379
|
+
//url: 'https://dapi.mlbinfra.com/v2/content/en-us/vsmcontents/mlb-tv-welcome-center-big-inning-show',
|
|
3380
3380
|
headers: {
|
|
3381
3381
|
'User-Agent': USER_AGENT,
|
|
3382
3382
|
'Origin': 'https://www.mlb.com',
|