From cd78b7edca95050d94fdab74e02b434f2760a25d Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 29 Aug 2019 16:28:01 +0200 Subject: [PATCH 1/2] [clavior] Add new extractor --- youtube_dl/extractor/clavior.py | 61 ++++++++++++++++++++++++++++++ youtube_dl/extractor/extractors.py | 1 + 2 files changed, 62 insertions(+) create mode 100644 youtube_dl/extractor/clavior.py diff --git a/youtube_dl/extractor/clavior.py b/youtube_dl/extractor/clavior.py new file mode 100644 index 000000000..d569fdbd6 --- /dev/null +++ b/youtube_dl/extractor/clavior.py @@ -0,0 +1,61 @@ +from __future__ import unicode_literals + +import re +import ast + +from .common import InfoExtractor + + +class ClaviorIE(InfoExtractor): + _VALID_URL = r'http://(?:www\.)?(clavior|bofiaz)\.com/(?P.*)/index.php\?option=com_content&view=article&id=(?P.*):ghhghgh&catid=(?P[0-9]+):(?P[a-z]+)-&Itemid=(?P[0-9]+)' + _TEST = { + 'url': 'http://clavior.com/kk54bvb7gyt8/index.php?option=com_content&view=article&id=685549200:ghhghgh&catid=7:drame-&Itemid=17', + 'info_dict': { + 'id': '685549200', + 'ext': 'mp4', + 'title': 'Tolkien (2019) ', + 'description': 'Revient sur la jeunesse et les années d’apprentissage du célèbre auteur J.R.R. Tolkien. Orphelin, il trouve l’amitié, l’amour et l’inspiration au sein d’un groupe de camarades de son école. Mais la Première Guerre Mondiale éclate et menace de détruire cette « communauté ». Ce sont toutes ces expériences qui vont inspirer Tolkien dans l’écriture de ses romans de la Terre du Milieu "Bilbo le Hobbit" et "Le Seigneur des Anneaux".', + 'thumbnail': r're:^https?://image\.tmdb\.org/t/p/original/.*\.jpg$', + }, + } + + def _real_extract(self, url): + if 'test' not in self._downloader.params: + self._downloader.report_warning('For now, this extractor only supports the 30 second previews. Patches welcome!') + + mobj = re.match(self._VALID_URL, url) + id = mobj.group('id') + + webpage = self._download_webpage(url, id) + nexturl = self._search_regex(r'