Home
last modified time | relevance | path

Searched refs:show_id (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/www/flexget/Flexget-3.2.18/flexget/components/series/
H A Dapi.py382 def get(self, show_id, session): argument
397 def delete(self, show_id, session): argument
419 def put(self, show_id, session): argument
452 def get(self, show_id, session): argument
510 def delete(self, show_id, session): argument
587 def get(self, show_id, session): argument
645 def delete(self, show_id, session): argument
666 def get(self, show_id, ep_id, session): argument
882 % (season_id, show_id)
1004 def get(self, show_id, ep_id, session): argument
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/src/models/
H A Dnew_episode.rs46 show_id: i32, field
56 .show_id(e.show_id) in from()
126 && (self.show_id() == other.show_id()) in eq()
138 && (self.show_id() == other.show_id()) in eq()
193 self.show_id in show_id()
211 show_id: i32, field
221 && (self.show_id() == other.show_id()) in eq()
300 .show_id(self.show_id) in into_new_episode()
332 self.show_id in show_id()
635 assert_eq!(old.show_id(), new.show_id()); in test_new_episode_update()
[all …]
H A Depisode.rs33 #[primary_key(title, show_id)]
49 show_id: i32, field
132 self.show_id in show_id()
147 #[primary_key(title, show_id)]
160 show_id: i32, field
175 show_id: e.show_id, in from()
270 self.show_id in show_id()
311 #[primary_key(title, show_id)]
395 show_id: i32, field
409 show_id: e.show_id, in from()
[all …]
/dports/multimedia/py-subliminal/subliminal-2.1.0/subliminal/providers/
H A Daddic7ed.py186 show_id = int(suggestion[0]['href'][6:])
189 return show_id
207 show_id = None
210 if not show_id and country_code:
215 if not show_id and year:
220 if not show_id:
225 if not show_id:
229 return show_id
279 show_id = None
282 if show_id is not None:
[all …]
H A Dtvsubtitles.py104 show_id = None
115 show_id = int(suggestion['href'][8:-5])
116 logger.debug('Found show id %d', show_id)
119 return show_id
122 def get_episode_ids(self, show_id, season): argument
156 def query(self, show_id, series, season, episode, year=None): argument
158 episode_ids = self.get_episode_ids(show_id, season)
188 show_id = None
190 show_id = self.search_show_id(title, video.year)
191 if show_id is not None:
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal/providers/
H A Daddic7ed.py200 show_id = int(suggestion[0]['href'][6:])
203 return show_id
221 show_id = None
224 if not show_id and country_code:
229 if not show_id and year:
234 if not show_id:
239 if not show_id:
243 return show_id
293 show_id = None
296 if show_id is not None:
[all …]
H A Dtvsubtitles.py115 show_id = None
126 show_id = int(suggestion['href'][8:-5])
127 logger.debug('Found show id %d', show_id)
130 return show_id
133 def get_episode_ids(self, show_id, season): argument
167 def query(self, show_id, series, season, episode, year=None): argument
169 episode_ids = self.get_episode_ids(show_id, season)
199 show_id = None
201 show_id = self.search_show_id(title, video.year)
202 if show_id is not None:
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/addons/metadata.tvshows.themoviedb.org.python/libs/
H A Dactions.py92 def get_details(show_id): argument
95 logger.debug('Getting details for show id {}'.format(show_id))
96 show_info = tmdb.load_show_info(show_id)
105 def get_episode_list(show_id): # pylint: disable=missing-docstring argument
108 if not show_id.isdigit():
116 show_info = tmdb.load_show_info(parse_result.show_id)
120 show_info = tmdb.load_show_info(show_id)
158 def get_artwork(show_id): argument
165 if not show_id:
167 logger.debug('Getting artwork for show ID {}'.format(show_id))
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal_patch/providers/
H A Dxsubs.py170 show_id = None
179 if not show_id and year:
184 if not show_id:
186 show_id = show_ids.get(series_sanitized)
188 if show_id:
191 return int(show_id) if show_id else None
195 logger.info('Getting the season list of show id %d', show_id)
229 …r = self.session.get(self.server_url + self.season_url.format(show_id=show_id, season=season_id), …
263 … page_link = self.server_url + self.page_link.format(show_id=show_id, season_id=season_id,
281 show_id = self.get_show_id(titles, video.year)
[all …]
H A Dtvsubtitles.py49 show_id = None
60 show_id = int(suggestion['href'][8:-5])
61 logger.debug('Found show id %d', show_id)
67 return show_id
70 def get_episode_ids(self, show_id, season): argument
80 logger.info('Getting the page of show id %d, season %d', show_id, season)
81 r = self.session.get(self.server_url + 'tvshow-%d-%d.html' % (show_id, season), timeout=10)
107 def query(self, show_id, series, season, episode, year=None): argument
109 episode_ids = self.get_episode_ids(show_id, season)
H A Daddic7ed.py195 show_id = None
205 if not show_id and country_code:
210 if not show_id and year:
215 if not show_id:
219 if not show_id:
235 return show_id
322 show_ids[show_clean] = show_id
396 return show_id
557 show_id = None
560 if show_id is not None:
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dawaan.py24 show_id, video_id, season_id = self._match_valid_url(url).groups()
31 {'show_id': show_id}), 'AWAANSeason')
34 'http://awaan.ae/program/%s' % show_id, 'AWAANSeason')
156 show_id, season_id = self._match_valid_url(url).groups()
161 show_id = smuggled_data.get('show_id')
162 if show_id is None:
166 show_id = season['id']
167 data['show_id'] = show_id
170 show_id, data=urlencode_postdata(data), headers={
H A Dspreaker.py136 def _entries(self, show_id): argument
139 'https://api.spreaker.com/show/%s/episodes' % show_id,
140 show_id, note='Downloading JSON page %d' % page_num, query={
158 show_id = self._match_id(url)
159 return self.playlist_result(self._entries(show_id), playlist_id=show_id)
172 show_id = self._search_regex(
175 'https://api.spreaker.com/show/%s' % show_id,
176 ie=SpreakerShowIE.ie_key(), video_id=show_id)
H A Dyouku.py254 def _extract_entries(self, playlist_data_url, show_id, note, query): argument
257 playlist_data_url, show_id, query=query, note=note,
271 show_id = self._match_id(url)
272 webpage = self._download_webpage(url, show_id)
277 show_id, transform_source=js_to_json)
279 'http://list.youku.com/show/module', show_id,
294 'http://list.youku.com/show/episode', show_id,
309 entries, show_id, playlist_title, playlist_description)
H A Dmanoto.py91 show_id = self._match_id(url)
92 show_json = self._download_json(_API_URL.format('showmodule', 'details', show_id), show_id)
97 … series_json = self._download_json(_API_URL.format('showmodule', 'serieslist', show_id), show_id)
107 return self.playlist_result(entries, show_id, title, description)
H A Dzee5.py218 def _entries(self, show_id): argument
221 show_id, note='Downloading access token')
226 … show_url = 'https://gwapi.zee5.com/content/tvshow/{}?translation=en&country=IN'.format(show_id)
229 show_json = self._download_json(show_url, video_id=show_id, headers=headers)
236 next_url, video_id=show_id, headers=headers,
246 show_id = self._match_id(url)
247 return self.playlist_result(self._entries(show_id), playlist_id=show_id)
H A Dmxplayer.py196 def _entries(self, show_id): argument
198 self._API_SHOW_URL.format(show_id),
199 video_id=show_id, headers={'Referer': 'https://mxplayer.in'})
219 display_id, show_id = self._match_valid_url(url).groups()
221 self._entries(show_id), playlist_id=show_id,
H A Dvoot.py129 def _entries(self, show_id): argument
130 show_json = self._download_json(self._SHOW_API.format(show_id), video_id=show_id)
149 show_id = self._match_id(url)
150 return self.playlist_result(self._entries(show_id), playlist_id=show_id)
H A Dtvnow.py523 def _extract_items(self, url, show_id, list_id, query): argument
525 'teaserrow/format/episode/' + show_id, list_id,
541 return self.playlist_result(entries, '%s/%s' % (show_id, list_id))
555 _, show_id, season_id = self._match_valid_url(url).groups()
557 url, show_id, season_id, {'season': season_id})
571 _, show_id, year, month = self._match_valid_url(url).groups()
573 url, show_id, '%s-%s' % (year, month), {
603 base_url, show_id = self._match_valid_url(url).groups()
606 'teaserrow/format/navigation/' + show_id, show_id)
644 return self.playlist_result(entries, show_id)
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dawaan.py25 show_id, video_id, season_id = re.match(self._VALID_URL, url).groups()
32 {'show_id': show_id}), 'AWAANSeason')
35 'http://awaan.ae/program/%s' % show_id, 'AWAANSeason')
157 show_id, season_id = re.match(self._VALID_URL, url).groups()
162 show_id = smuggled_data.get('show_id')
163 if show_id is None:
167 show_id = season['id']
168 data['show_id'] = show_id
171 show_id, data=urlencode_postdata(data), headers={
H A Dspreaker.py136 def _entries(self, show_id): argument
139 'https://api.spreaker.com/show/%s/episodes' % show_id,
140 show_id, note='Downloading JSON page %d' % page_num, query={
158 show_id = self._match_id(url)
159 return self.playlist_result(self._entries(show_id), playlist_id=show_id)
172 show_id = self._search_regex(
175 'https://api.spreaker.com/show/%s' % show_id,
176 ie=SpreakerShowIE.ie_key(), video_id=show_id)
H A Dyouku.py254 def _extract_entries(self, playlist_data_url, show_id, note, query): argument
257 playlist_data_url, show_id, query=query, note=note,
271 show_id = self._match_id(url)
272 webpage = self._download_webpage(url, show_id)
277 show_id, transform_source=js_to_json)
279 'http://list.youku.com/show/module', show_id,
294 'http://list.youku.com/show/episode', show_id,
309 entries, show_id, playlist_title, playlist_description)
H A Dtvnow.py365 def _extract_items(self, url, show_id, list_id, query): argument
367 'teaserrow/format/episode/' + show_id, list_id,
383 return self.playlist_result(entries, '%s/%s' % (show_id, list_id))
397 _, show_id, season_id = re.match(self._VALID_URL, url).groups()
399 url, show_id, season_id, {'season': season_id})
413 _, show_id, year, month = re.match(self._VALID_URL, url).groups()
415 url, show_id, '%s-%s' % (year, month), {
445 base_url, show_id = re.match(self._VALID_URL, url).groups()
448 'teaserrow/format/navigation/' + show_id, show_id)
486 return self.playlist_result(entries, show_id)
H A Dvvvvid.py78 def _download_info(self, show_id, path, video_id, fatal=True, query=None): argument
85 'https://www.vvvvid.it/vvvvid/ondemand/%s/%s' % (show_id, path),
101 show_id, season_id, video_id = re.match(self._VALID_URL, url).groups()
104 show_id, 'season/%s' % season_id,
249 base_url, show_id, show_title = re.match(self._VALID_URL, url).groups()
252 show_id, 'seasons/', show_title)
255 show_id, 'info/', show_title, fatal=False)
284 entries, show_id, show_info.get('title'), show_info.get('description'))
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/migrations/2021-06-24-185720_add_episode_play_position_column/
H A Dup.sql14 show_id INTEGER NOT NULL, field
15 PRIMARY KEY (title, show_id)
18 …(title, uri, local_uri, description, epoch, length, duration, guid, played, show_id, play_position)
19 SELECT title, uri, local_uri, description, epoch, length, duration, guid, played, show_id, 0 as pla…

12345678