[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
from .mtv import MTVServicesBaseIE
|
2015-12-31 22:12:05 +01:00
|
|
|
|
|
|
|
|
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
class NickIE(MTVServicesBaseIE):
|
2015-12-31 22:12:05 +01:00
|
|
|
IE_NAME = 'nick.com'
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
_VALID_URL = r'https?://(?:www\.)?nick\.com/(?:video-clips|episodes)/(?P<id>[\da-z]{6})'
|
2015-12-31 22:12:05 +01:00
|
|
|
_TESTS = [{
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'url': 'https://www.nick.com/episodes/u3smw8/wylde-pak-best-summer-ever-season-1-ep-1',
|
2021-01-21 06:16:59 -05:00
|
|
|
'info_dict': {
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'id': 'eb9d4db0-274a-11ef-a913-0e37995d42c9',
|
|
|
|
|
'ext': 'mp4',
|
|
|
|
|
'display_id': 'u3smw8',
|
|
|
|
|
'title': 'Best Summer Ever?',
|
|
|
|
|
'description': 'md5:c737a0ade3fbc09d569c3b3d029a7792',
|
|
|
|
|
'channel': 'Nickelodeon',
|
|
|
|
|
'duration': 1296.0,
|
|
|
|
|
'thumbnail': r're:https://assets\.nick\.com/uri/mgid:arc:imageassetref:',
|
|
|
|
|
'series': 'Wylde Pak',
|
|
|
|
|
'season': 'Season 1',
|
|
|
|
|
'season_number': 1,
|
|
|
|
|
'episode': 'Episode 1',
|
|
|
|
|
'episode_number': 1,
|
|
|
|
|
'timestamp': 1746100800,
|
|
|
|
|
'upload_date': '20250501',
|
|
|
|
|
'release_timestamp': 1746100800,
|
|
|
|
|
'release_date': '20250501',
|
2021-01-21 06:16:59 -05:00
|
|
|
},
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'params': {'skip_download': 'm3u8'},
|
2016-07-08 15:11:28 +08:00
|
|
|
}, {
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'url': 'https://www.nick.com/video-clips/0p4706/spongebob-squarepants-spongebob-loving-the-krusty-krab-for-7-minutes',
|
2021-01-21 06:16:59 -05:00
|
|
|
'info_dict': {
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'id': '4aac2228-5295-4076-b986-159513cf4ce4',
|
2021-01-21 06:16:59 -05:00
|
|
|
'ext': 'mp4',
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'display_id': '0p4706',
|
|
|
|
|
'title': 'SpongeBob Loving the Krusty Krab for 7 Minutes!',
|
|
|
|
|
'description': 'md5:72bf59babdf4e6d642187502864e111d',
|
|
|
|
|
'duration': 423.423,
|
|
|
|
|
'thumbnail': r're:https://assets\.nick\.com/uri/mgid:arc:imageassetref:',
|
|
|
|
|
'series': 'SpongeBob SquarePants',
|
|
|
|
|
'season': 'Season 0',
|
|
|
|
|
'season_number': 0,
|
|
|
|
|
'episode': 'Episode 0',
|
|
|
|
|
'episode_number': 0,
|
|
|
|
|
'timestamp': 1663819200,
|
|
|
|
|
'upload_date': '20220922',
|
2021-01-21 06:16:59 -05:00
|
|
|
},
|
[ie/mtv] Overhaul extractors (#14052)
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169, Closes #1711, Closes #1712, Closes #2621, Closes #3167, Closes #3893, Closes #4552, Closes #4702, Closes #4928, Closes #5249, Closes #6156, Closes #8722, Closes #9896, Closes #10168, Closes #12765, Closes #13446, Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-08-19 15:46:11 -05:00
|
|
|
'params': {'skip_download': 'm3u8'},
|
2016-06-18 04:40:48 +07:00
|
|
|
}]
|