mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:57:07 -05:00 
			
		
		
		
	[ultimedia] Extend _VALID_URL to support digiteka
This commit is contained in:
		@@ -9,7 +9,7 @@ from ..utils import int_or_none
 | 
			
		||||
 | 
			
		||||
class UltimediaIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'''(?x)
 | 
			
		||||
        https?://(?:www\.)?ultimedia\.com/
 | 
			
		||||
        https?://(?:www\.)?(?:digiteka\.net|ultimedia\.com)/
 | 
			
		||||
        (?:
 | 
			
		||||
            deliver/
 | 
			
		||||
            (?P<embed_type>
 | 
			
		||||
@@ -56,6 +56,9 @@ class UltimediaIE(InfoExtractor):
 | 
			
		||||
            'timestamp': 1424760500,
 | 
			
		||||
            'uploader_id': '3rfzk',
 | 
			
		||||
        },
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://www.digiteka.net/deliver/generic/iframe/mdtk/01637594/src/lqm3kl/zone/1/showtitle/1/autoplay/yes',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    @staticmethod
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user