Home
last modified time | relevance | path

Searched refs:remove_start (Results 1 – 25 of 71) sorted by relevance

123

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/misc/
H A Dxml_helpers.py112 def normalize_xml_space(node, xml_space, remove_start=False): argument
121 if remove_start and node.text[0] == " ":
123 remove_start = False
125 remove_start = True
132 normalize_xml_space(child, remove_start)
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dblinkx.py7 remove_start,
56 vcodec = remove_start(m['vcodec'], 'ff')
57 acodec = remove_start(m['acodec'], 'ff')
H A Dir90tv.py5 from ..utils import remove_start
28 title = remove_start(self._html_search_regex(
H A Dodatv.py8 remove_start
48 'title': remove_start(self._og_search_title(webpage), 'Video: '),
H A Drozhlas.py7 remove_start,
35 webpage, 'title', default=None) or remove_start(
H A Dscreencastomatic.py8 remove_start,
48 'upload_date': unified_strdate(remove_start(
H A Dtver.py9 remove_start,
45 service = remove_start(main['service'], 'ts_')
H A Dpresstv.py6 from ..utils import remove_start
53 title = remove_start(
H A Dtelemb.py7 from ..utils import remove_start
65 title = remove_start(self._og_search_title(webpage), 'TéléMB : ')
H A Dkuwo.py13 remove_start,
102 singer_name = remove_start(self._html_search_regex(
163 album_intro = remove_start(
280 category_desc = remove_start(
H A Dvarzesh3.py8 remove_start,
45 title = remove_start(self._html_search_regex(
H A Ddemocracynow.py11 remove_start,
59 video_id = video_id or remove_start(os.path.splitext(url_basename(media_url))[0], 'dn')
H A Darnes.py13 remove_start,
73 'format_id': remove_start(media.get('format'), 'FORMAT_'),
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dir90tv.py5 from ..utils import remove_start
28 title = remove_start(self._html_search_regex(
H A Dodatv.py8 remove_start
48 'title': remove_start(self._og_search_title(webpage), 'Video: '),
H A Drozhlas.py7 remove_start,
35 webpage, 'title', default=None) or remove_start(
H A Dscreencastomatic.py8 remove_start,
48 'upload_date': unified_strdate(remove_start(
H A Dtver.py10 remove_start,
46 service = remove_start(main['service'], 'ts_')
H A Dpresstv.py7 from ..utils import remove_start
54 title = remove_start(
H A Dkuwo.py13 remove_start,
102 singer_name = remove_start(self._html_search_regex(
163 album_intro = remove_start(
280 category_desc = remove_start(
H A Dtelemb.py7 from ..utils import remove_start
65 title = remove_start(self._og_search_title(webpage), 'TéléMB : ')
H A Dvarzesh3.py11 remove_start,
48 title = remove_start(self._html_search_regex(
H A Darnes.py13 remove_start,
73 'format_id': remove_start(media.get('format'), 'FORMAT_'),
H A Ddemocracynow.py11 remove_start,
59 video_id = video_id or remove_start(os.path.splitext(url_basename(media_url))[0], 'dn')
H A Dpinkbike.py10 remove_start,
60 webpage, 'description', default=None) or remove_start(

123