[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
|
2014-06-07 16:39:08 +02:00
|
|
|
|
2020-10-09 07:50:22 +02: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 VH1IE(MTVServicesBaseIE):
|
2014-06-07 16:39:08 +02:00
|
|
|
IE_NAME = 'vh1.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\.)?vh1\.com/(?:video-clips|episodes)/(?P<id>[\da-z]{6})'
|
2014-06-07 16:39:08 +02: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.vh1.com/episodes/d06ta1/barely-famous-barely-famous-season-1-ep-1',
|
2014-06-07 16:39:08 +02: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': '4af4cf2c-a854-11e4-9596-0026b9414f30',
|
|
|
|
|
'ext': 'mp4',
|
|
|
|
|
'display_id': 'd06ta1',
|
|
|
|
|
'title': 'Barely Famous',
|
|
|
|
|
'description': 'md5:6da5c9d88012eba0a80fc731c99b5fed',
|
|
|
|
|
'channel': 'VH1',
|
|
|
|
|
'duration': 1280.0,
|
|
|
|
|
'thumbnail': r're:https://images\.paramount\.tech/uri/mgid:arc:imageassetref:',
|
|
|
|
|
'series': 'Barely Famous',
|
|
|
|
|
'season': 'Season 1',
|
|
|
|
|
'season_number': 1,
|
|
|
|
|
'episode': 'Episode 1',
|
|
|
|
|
'episode_number': 1,
|
|
|
|
|
'timestamp': 1426680000,
|
|
|
|
|
'upload_date': '20150318',
|
|
|
|
|
'release_timestamp': 1426680000,
|
|
|
|
|
'release_date': '20150318',
|
2014-06-07 16:40:16 +02: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'},
|
2014-06-07 16:39:08 +02: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.vh1.com/video-clips/ryzt2n/love-hip-hop-miami-love-hip-hop-miami-season-5-recap',
|
2014-06-07 16:39:08 +02: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': '59e62974-4a5c-4417-91c3-5044cb2f4ce2',
|
2014-06-07 16:39:08 +02: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': 'ryzt2n',
|
|
|
|
|
'title': 'Love & Hip Hop Miami - Season 5 Recap',
|
|
|
|
|
'description': 'md5:4e49c65d0007bfc8d06db555a6b76ef0',
|
|
|
|
|
'duration': 792.083,
|
|
|
|
|
'thumbnail': r're:https://images\.paramount\.tech/uri/mgid:arc:imageassetref:',
|
|
|
|
|
'series': 'Love & Hip Hop Miami',
|
|
|
|
|
'season': 'Season 6',
|
|
|
|
|
'season_number': 6,
|
|
|
|
|
'episode': 'Episode 0',
|
|
|
|
|
'episode_number': 0,
|
|
|
|
|
'timestamp': 1732597200,
|
|
|
|
|
'upload_date': '20241126',
|
|
|
|
|
'release_timestamp': 1732597200,
|
|
|
|
|
'release_date': '20241126',
|
2014-06-07 16:40:16 +02: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'},
|
2014-06-07 16:39:08 +02:00
|
|
|
}]
|