SYMBOL INDEX (833 symbols across 36 files) FILE: metadata.douban.com.python/python/lib/tmdbscraper/__init__.py function get_imdb_id (line 2) | def get_imdb_id(uniqueids): FILE: metadata.douban.com.python/python/lib/tmdbscraper/api_utils.py function set_headers (line 41) | def set_headers(headers): function load_info (line 45) | def load_info(url, params=None, default=None, resp_type = 'json'): FILE: metadata.douban.com.python/python/lib/tmdbscraper/fanarttv.py function get_details (line 22) | def get_details(uniqueids, clientkey, language, set_tmdbid): function _get_mediaid (line 45) | def _get_mediaid(uniqueids): function _get_data (line 50) | def _get_data(media_id, clientkey): function _parse_data (line 58) | def _parse_data(data, language): function _get_imagelanguage (line 80) | def _get_imagelanguage(arttype, image): FILE: metadata.douban.com.python/python/lib/tmdbscraper/imdbratings.py function get_details (line 30) | def get_details(uniqueids): function _get_ratinginfo (line 37) | def _get_ratinginfo(imdb_id): function _assemble_imdb_result (line 41) | def _assemble_imdb_result(votes, rating, top250): function _parse_imdb_result (line 49) | def _parse_imdb_result(input_html): function _parse_imdb_rating (line 56) | def _parse_imdb_rating(input_html): function _parse_imdb_votes (line 62) | def _parse_imdb_votes(input_html): function _parse_imdb_top250 (line 68) | def _parse_imdb_top250(input_html): FILE: metadata.douban.com.python/python/lib/tmdbscraper/tmdb.py class TMDBMovieScraper (line 5) | class TMDBMovieScraper(object): method __init__ (line 6) | def __init__(self, url_settings, language, certification_country): method urls (line 13) | def urls(self): method search (line 18) | def search(self, title, year=None): method get_details (line 55) | def get_details(self, uniqueids): method _gather_details (line 64) | def _gather_details(self, media_id): method _assemble_details (line 80) | def _assemble_details(self, movie, movie_fallback, collection, collect... function _parse_media_id (line 130) | def _parse_media_id(title): function _get_movie (line 140) | def _get_movie(mid, language=None, search=False): function _get_moviecollection (line 151) | def _get_moviecollection(collection_id, language=None): function _parse_artwork (line 162) | def _parse_artwork(movie, collection, urlbases, language): function _get_images_with_fallback (line 185) | def _get_images_with_fallback(imagelist, urlbases, language, language_fa... function _get_images (line 198) | def _get_images(imagelist, urlbases, language='_any'): function _get_date_numeric (line 209) | def _get_date_numeric(datetime_): function _load_base_urls (line 212) | def _load_base_urls(url_settings): function _parse_trailer (line 228) | def _parse_trailer(trailers, fallback): function _get_names (line 235) | def _get_names(items): function _get_cast_members (line 238) | def _get_cast_members(casts, casttype, department, jobs): FILE: metadata.douban.com.python/python/lib/tmdbscraper/tmdbapi.py function search_movie (line 45) | def search_movie(query, year=None, language=None): function find_movie_by_external_id (line 64) | def find_movie_by_external_id(external_id, language=None): function get_movie (line 81) | def get_movie(mid, language=None, append_to_response=None): function get_collection (line 96) | def get_collection(collection_id, language=None, append_to_response=None): function get_configuration (line 111) | def get_configuration(): function _set_params (line 122) | def _set_params(append_to_response, language): FILE: metadata.douban.com.python/python/lib/tmdbscraper/traktratings.py function get_trakt_ratinginfo (line 44) | def get_trakt_ratinginfo(uniqueids): FILE: metadata.douban.com.python/python/scraper.py function log (line 29) | def log(msg, level=xbmc.LOGDEBUG): function get_html (line 46) | def get_html(url, ua='pc', cookie='', mode='html', encode='utf-8'): function get_douban_videourl (line 101) | def get_douban_videourl(url): function get_douban_imglist (line 118) | def get_douban_imglist(url): function get_douban_search (line 164) | def get_douban_search(title, year): function get_douban_details (line 182) | def get_douban_details(input_uniqueids): function get_tmdb_scraper (line 313) | def get_tmdb_scraper(settings): function search_for_movie (line 322) | def search_for_movie(title, year, handle, settings): function _strip_trailing_article (line 352) | def _strip_trailing_article(title): function _searchresult_to_listitem (line 360) | def _searchresult_to_listitem(movie): function add_artworks (line 387) | def add_artworks(listitem, artworks): function get_details (line 399) | def get_details(input_uniqueids, handle, settings): function find_uniqueids_in_nfo (line 463) | def find_uniqueids_in_nfo(nfo, handle): function build_lookup_string (line 471) | def build_lookup_string(uniqueids): function parse_lookup_string (line 475) | def parse_lookup_string(uniqueids): function run (line 484) | def run(): FILE: metadata.douban.com.python/python/scraper_config.py function configure_scraped_details (line 1) | def configure_scraped_details(details, settings): function configure_tmdb_artwork (line 10) | def configure_tmdb_artwork(details, settings): function is_fanarttv_configured (line 33) | def is_fanarttv_configured(settings): function _configure_rating_prefix (line 36) | def _configure_rating_prefix(details, settings): function _configure_keeporiginaltitle (line 41) | def _configure_keeporiginaltitle(details, settings): function _configure_trailer (line 46) | def _configure_trailer(details, settings): function _configure_multiple_studios (line 51) | def _configure_multiple_studios(details, settings): function _configure_default_rating (line 56) | def _configure_default_rating(details, settings): function _configure_tags (line 70) | def _configure_tags(details, settings): class PathSpecificSettings (line 82) | class PathSpecificSettings(object): method __init__ (line 84) | def __init__(self, settings_dict, log_fn): method getSettingBool (line 88) | def getSettingBool(self, id): method getSettingInt (line 91) | def getSettingInt(self, id): method getSettingNumber (line 94) | def getSettingNumber(self, id): method getSettingString (line 97) | def getSettingString(self, id): method _inner_get_setting (line 100) | def _inner_get_setting(self, setting_id, setting_type, default): method _log_bad_value (line 107) | def _log_bad_value(self, value, setting_id): FILE: metadata.douban.com.python/python/scraper_datahelper.py function get_params (line 8) | def get_params(argv): function combine_scraped_details_info_and_ratings (line 16) | def combine_scraped_details_info_and_ratings(original_details, additiona... function combine_scraped_details_available_artwork (line 30) | def combine_scraped_details_available_artwork(original_details, addition... function find_uniqueids_in_text (line 42) | def find_uniqueids_in_text(input_text): FILE: plugin.audio.jsososo/addon.py function unix_to_data (line 17) | def unix_to_data(uptime,format='data'): function zh (line 40) | def zh(num): function get_real_url (line 52) | def get_real_url(url): function unescape (line 56) | def unescape(string): function get_html (line 87) | def get_html(url,cookie=''): function one63weinituijian (line 97) | def one63weinituijian(): function qqweinituijian (line 120) | def qqweinituijian(): function one63ritui (line 135) | def one63ritui(): function qqritui (line 177) | def qqritui(): function one63gedan (line 207) | def one63gedan(): function qqgedan (line 225) | def qqgedan(): function one63tuijiangedan (line 242) | def one63tuijiangedan(): function qqtuijiangedan (line 257) | def qqtuijiangedan(): function one63playlist (line 273) | def one63playlist(id): function qqplaylist (line 318) | def qqplaylist(id): function one63album (line 345) | def one63album(id): function qqalbum (line 377) | def qqalbum(id): function one63singer (line 403) | def one63singer(id): function qqsinger (line 419) | def qqsinger(id): function get_rank (line 444) | def get_rank(): function one63rank (line 472) | def one63rank(value): function qqrank (line 506) | def qqrank(value): function one63mvlist (line 545) | def one63mvlist(page): function qqmvlist (line 558) | def qqmvlist(page): function one63playmv (line 571) | def one63playmv(vid): function qqplaymv (line 577) | def qqplaymv(vid): function one63mvinfo (line 583) | def one63mvinfo(vid): function qqmvinfo (line 602) | def qqmvinfo(vid): function one63search (line 621) | def one63search(keyword,type,page): function qqsearch (line 731) | def qqsearch(keyword,type,page): function one63playvideo (line 795) | def one63playvideo(vid): function one63videoinfo (line 801) | def one63videoinfo(vid): function index (line 824) | def index(): function tuijian (line 857) | def tuijian(): function ritui (line 870) | def ritui(): function mv (line 890) | def mv(): function so (line 903) | def so(): function gedang (line 964) | def gedang(): function rank (line 983) | def rank(): function ranklist (line 996) | def ranklist(value): function get_mv (line 1022) | def get_mv(mode,page): function get_tuijian (line 1042) | def get_tuijian(mode): function get_ritui (line 1062) | def get_ritui(mode): function rituilist (line 1095) | def rituilist(mode): function get_gedang (line 1114) | def get_gedang(mode): function playlist (line 1135) | def playlist(url): function playmv (line 1168) | def playmv(url): function playvideo (line 1205) | def playvideo(url): function playalbum (line 1235) | def playalbum(url): function playsinger (line 1267) | def playsinger(url): function show_label (line 1299) | def show_label(label): function input (line 1365) | def input(key,value): function search (line 1379) | def search(value,page,type,mode): function get_key (line 1476) | def get_key (dict, value): function history (line 1480) | def history(name,url,type,mode): function ok (line 1516) | def ok(value): function cleanhis (line 1521) | def cleanhis(url): FILE: plugin.video.acfun/addon.py function unescape (line 18) | def unescape(string): function del_kr (line 33) | def del_kr(txt): function get_categories (line 44) | def get_categories(): function get_search (line 59) | def get_search(keyword, page): function get_bgm_search (line 84) | def get_bgm_search(keyword,page): function get_up (line 108) | def get_up(uid,page): function get_comm (line 130) | def get_comm(val,st): function get_bangumi (line 174) | def get_bangumi(page): function get_videos (line 193) | def get_videos(category): function get_sources (line 219) | def get_sources(url): function sources (line 288) | def sources(url): function category (line 301) | def category(url): function bangumi (line 320) | def bangumi(page): function index (line 344) | def index(): function search (line 369) | def search(value,page): function bgmsearch (line 398) | def bgmsearch(value,page): function get_key (line 424) | def get_key (dict, value): function history (line 428) | def history(name,url): function ac (line 481) | def ac(value): function conn (line 505) | def conn(value,st): function ok (line 511) | def ok(value): function cleanhis (line 516) | def cleanhis(url): function play (line 523) | def play(url): function up (line 682) | def up(uid,page): function show_label (line 700) | def show_label(label): FILE: plugin.video.bangumi/addon.py function unescape (line 35) | def unescape(string): function sat (line 41) | def sat(word,fanyi='zh-hans',sub=''): function chushihua (line 66) | def chushihua(key,default): function get_html (line 79) | def get_html(url,ua='pc',cf='',mode='html',encode='utf-8'): function post_html (line 129) | def post_html(url,data,ua='pc',cf='',encode='utf-8'): function unix_to_data (line 153) | def unix_to_data(uptime,format='data'): function tiqu_num (line 175) | def tiqu_num(string): function get_categories_mode (line 182) | def get_categories_mode(mode): function get_videos_mode (line 185) | def get_videos_mode(url,mode,page): function get_source_mode (line 188) | def get_source_mode(url,mode): function get_mp4info_mode (line 191) | def get_mp4info_mode(url,mode): function get_mp4_mode (line 194) | def get_mp4_mode(url,mode): function get_search_mode (line 197) | def get_search_mode(keyword,page,mode): function get_categories (line 206) | def get_categories(): function get_bimibimi_categories (line 227) | def get_bimibimi_categories(): function get_bimibimi_videos (line 234) | def get_bimibimi_videos(url,page): function get_bimibimi_source (line 253) | def get_bimibimi_source(url): function get_bimibimi_mp4info (line 274) | def get_bimibimi_mp4info(url): function get_bimibimi_mp4 (line 314) | def get_bimibimi_mp4(url): function get_bimibimi_search (line 344) | def get_bimibimi_search(keyword,page): function get_yhdm_categories (line 368) | def get_yhdm_categories(): function get_yhdm_videos (line 378) | def get_yhdm_videos(url,page): function get_yhdm_source (line 401) | def get_yhdm_source(url): function get_yhdm_mp4info (line 425) | def get_yhdm_mp4info(url): function get_yhdm_mp4 (line 449) | def get_yhdm_mp4(url): function get_yhdm_search (line 476) | def get_yhdm_search(keyword,page): function get_agefans_categories (line 498) | def get_agefans_categories(): function get_agefans_videos (line 502) | def get_agefans_videos(url,page): function get_agefans_source (line 525) | def get_agefans_source(url): function get_agefans_mp4info (line 557) | def get_agefans_mp4info(url): function get_agefans_mp4 (line 603) | def get_agefans_mp4(url): function get_agefans_search (line 631) | def get_agefans_search(keyword,page): function get_qinmei_categories (line 659) | def get_qinmei_categories(): function get_qinmei_videos (line 669) | def get_qinmei_videos(url,page): function get_qinmei_source (line 689) | def get_qinmei_source(url): function get_qinmei_mp4info (line 709) | def get_qinmei_mp4info(url): function get_qinmei_mp4 (line 753) | def get_qinmei_mp4(url): function get_qinmei_search (line 761) | def get_qinmei_search(keyword,page): function get_ningmoe_categories (line 783) | def get_ningmoe_categories(): function get_ningmoe_videos (line 791) | def get_ningmoe_videos(url,page): function get_ningmoe_source (line 824) | def get_ningmoe_source(url): function get_ningmoe_mp4info (line 853) | def get_ningmoe_mp4info(url): function get_ningmoe_mp4 (line 869) | def get_ningmoe_mp4(url): function get_ningmoe_search (line 884) | def get_ningmoe_search(keyword,page): function get_iafuns_categories (line 905) | def get_iafuns_categories(): function get_iafuns_videos (line 909) | def get_iafuns_videos(url,page): function get_iafuns_source (line 923) | def get_iafuns_source(url): function get_iafuns_mp4info (line 951) | def get_iafuns_mp4info(url): function get_iafuns_mp4 (line 986) | def get_iafuns_mp4(url): function get_iafuns_search (line 1019) | def get_iafuns_search(keyword,page): function get_silisili_categories (line 1035) | def get_silisili_categories(): function get_silisili_videos (line 1040) | def get_silisili_videos(url,page): function get_silisili_source (line 1069) | def get_silisili_source(url): function get_silisili_mp4info (line 1089) | def get_silisili_mp4info(url): function get_silisili_mp4 (line 1130) | def get_silisili_mp4(url): function get_silisili_search (line 1146) | def get_silisili_search(keyword,page): function get_srsg_categories (line 1174) | def get_srsg_categories(): function get_srsg_videos (line 1178) | def get_srsg_videos(url,page): function get_srsg_source (line 1209) | def get_srsg_source(url): function get_srsg_mp4info (line 1238) | def get_srsg_mp4info(url): function get_srsg_mp4 (line 1258) | def get_srsg_mp4(url): function get_tucao_categories (line 1265) | def get_tucao_categories(): function get_tucao_videos (line 1270) | def get_tucao_videos(url,page): function get_tucao_source (line 1289) | def get_tucao_source(url): function get_tucao_mp4info (line 1331) | def get_tucao_mp4info(url): function get_tucao_mp4 (line 1343) | def get_tucao_mp4(url): function get_tucao_search (line 1347) | def get_tucao_search(keyword,page): function get_cliclime_categories (line 1367) | def get_cliclime_categories(): function get_cliclime_videos (line 1373) | def get_cliclime_videos(url,page): function get_cliclime_source (line 1399) | def get_cliclime_source(url): function get_cliclime_mp4info (line 1438) | def get_cliclime_mp4info(url): function get_cliclime_mp4 (line 1454) | def get_cliclime_mp4(url): function get_cliclime_search (line 1467) | def get_cliclime_search(keyword,page): function get_5dmtv_categories (line 1493) | def get_5dmtv_categories(): function get_5dmtv_videos (line 1499) | def get_5dmtv_videos(url,page): function get_5dmtv_source (line 1524) | def get_5dmtv_source(url): function get_5dmtv_mp4info (line 1550) | def get_5dmtv_mp4info(url): function get_5dmtv_mp4 (line 1571) | def get_5dmtv_mp4(url): function get_cliclico_categories (line 1594) | def get_cliclico_categories(): function get_cliclico_videos (line 1600) | def get_cliclico_videos(url,page): function get_cliclico_source (line 1616) | def get_cliclico_source(url): function get_cliclico_mp4 (line 1645) | def get_cliclico_mp4(url): function get_cliclico_search (line 1651) | def get_cliclico_search(keyword,page): function zzzfun_fuckddos (line 1668) | def zzzfun_fuckddos(url): function get_zzzfun_categories (line 1681) | def get_zzzfun_categories(): function get_zzzfun_videos (line 1687) | def get_zzzfun_videos(url,page): function get_zzzfun_source (line 1708) | def get_zzzfun_source(url): function get_zzzfun_mp4info (line 1733) | def get_zzzfun_mp4info(url): function get_zzzfun_mp4 (line 1759) | def get_zzzfun_mp4(url): function get_zzzfun_search (line 1774) | def get_zzzfun_search(keyword,page): function dmd8_fuckddos (line 1798) | def dmd8_fuckddos(url,data=''): function get_dmd8_categories (line 1816) | def get_dmd8_categories(): function get_dmd8_videos (line 1822) | def get_dmd8_videos(url,page): function get_dmd8_source (line 1841) | def get_dmd8_source(url): function get_dmd8_mp4 (line 1891) | def get_dmd8_mp4(url): function get_dmd8_search (line 1916) | def get_dmd8_search(keyword,page): function play (line 1944) | def play(name,url,mode): function hannum (line 1958) | def hannum(x): function diff (line 1965) | def diff(listA,listB): function duop (line 1970) | def duop(name,list,mode): function source (line 1986) | def source(name,url,img,mode): function category (line 2001) | def category(name,url,mode,page): function home (line 2035) | def home(mode): function search (line 2052) | def search(value,page,mode): function get_key (line 2094) | def get_key (dict, value): function history (line 2098) | def history(name,url,mode): function ok (line 2134) | def ok(value): function cleanhis (line 2139) | def cleanhis(url): function index (line 2145) | def index(): function setting (line 2234) | def setting(): function homesort (line 2255) | def homesort(): function homeedit (line 2276) | def homeedit(value): function keyword (line 2289) | def keyword(key,name): function keywordxad (line 2314) | def keywordxad(key,value,mode): function switch (line 2366) | def switch(key): function show_label (line 2378) | def show_label(label): FILE: plugin.video.bangumi/resources/lib/zhconv.py function loaddict (line 68) | def loaddict(filename=DICTIONARY): function getdict (line 83) | def getdict(locale): function getpfset (line 129) | def getpfset(convdict): function issimp (line 136) | def issimp(s, full=False): function fallback (line 170) | def fallback(locale, mapping): function convtable2dict (line 176) | def convtable2dict(convtable, locale, update=None): function tokenize (line 198) | def tokenize(s, locale, update=None): function convert (line 235) | def convert(s, locale, update=None): function convert_for_mw (line 292) | def convert_for_mw(s, locale, update=None): function test_convert_mw (line 427) | def test_convert_mw(locale, update=None): function main (line 449) | def main(): FILE: plugin.video.bilibili/addon.py function random_sentence (line 33) | def random_sentence(size): function unescape (line 38) | def unescape(string): function zh (line 55) | def zh(num): function bp (line 69) | def bp(li): function rd_live_gz (line 90) | def rd_live_gz(): function two_one (line 97) | def two_one(tid): function level_color (line 161) | def level_color(level): function sessdata (line 179) | def sessdata(mode=''): function uid (line 192) | def uid(): function get_html (line 197) | def get_html(url, t=1, debug='no', head=''): function get_html_1hour (line 227) | def get_html_1hour(url, head=''): function get_html_10min (line 238) | def get_html_10min(url, head=''): function get_html_1min (line 249) | def get_html_1min(url, head=''): function get_up_roomold (line 259) | def get_up_roomold(uid): function get_up_baseinfo (line 268) | def get_up_baseinfo(uid): function get_upinfo (line 273) | def get_upinfo(uid): function up_sort_vid (line 371) | def up_sort_vid(uid, sort): function up_allnum (line 382) | def up_allnum(uid): function get_search (line 413) | def get_search(keyword, page): function get_vidsearch (line 492) | def get_vidsearch(keyword, page): function get_bgsearch (line 547) | def get_bgsearch(keyword, page): function get_movsearch (line 597) | def get_movsearch(keyword, page): function get_livesearch (line 647) | def get_livesearch(keyword, page): function get_upsearch (line 692) | def get_upsearch(keyword, page): function get_up (line 740) | def get_up(uid, page): function get_bangumiinfo (line 760) | def get_bangumiinfo(url): function get_mp4info (line 857) | def get_mp4info(url): function get_comm (line 934) | def get_comm(url, sort): function get_bangumijson (line 1046) | def get_bangumijson(url): function get_vidquality (line 1058) | def get_vidquality(url): function get_bgmquality (line 1087) | def get_bgmquality(url): function get_biliplus_bgmquality (line 1138) | def get_biliplus_bgmquality(url): function get_api1 (line 1181) | def get_api1(url, quality): function get_api2 (line 1227) | def get_api2(url): function get_api3 (line 1279) | def get_api3(url, quality): function get_api4 (line 1378) | def get_api4(url, quality): function get_api5 (line 1451) | def get_api5(url, quality, api): function get_live (line 1515) | def get_live(page): function get_livemore (line 1531) | def get_livemore(url, page): function get_roominfo (line 1547) | def get_roominfo(id): function get_roommp4 (line 1592) | def get_roommp4(id): function get_categories (line 1607) | def get_categories(): function get_videos (line 1639) | def get_videos(url): function get_sources (line 1738) | def get_sources(url): function get_collectlist (line 1839) | def get_collectlist(uid): function get_collect (line 1864) | def get_collect(id, page): function get_zhui (line 1890) | def get_zhui(uid, page, mode): function play (line 1924) | def play(name, url): function bangumiapi (line 2095) | def bangumiapi(name, url): function playvideo (line 2115) | def playvideo(cid, url): function api1 (line 2153) | def api1(name, url, quality): function api2 (line 2181) | def api2(name, url): function api3 (line 2205) | def api3(name, url, quality): function api4 (line 2237) | def api4(name, url, quality): function api5 (line 2257) | def api5(name, url, quality, api): function sources (line 2274) | def sources(url): function category (line 2288) | def category(url): function everyweek (line 2308) | def everyweek(): function collectlist (line 2327) | def collectlist(): function collect (line 2345) | def collect(id, page): function zhui (line 2368) | def zhui(page, mode): function index (line 2390) | def index(): function my (line 2418) | def my(): function sea (line 2446) | def sea(): function search (line 2485) | def search(value, page): function bgsearch (line 2521) | def bgsearch(value, page): function movsearch (line 2557) | def movsearch(value, page): function vidsearch (line 2593) | def vidsearch(value, page): function livesearch (line 2629) | def livesearch(value, page): function upsearch (line 2664) | def upsearch(value, page): function vid (line 2699) | def vid(value): function roomid (line 2734) | def roomid(value): function live (line 2770) | def live(): function livelist (line 2798) | def livelist(page): function livelistmore (line 2816) | def livelistmore(url, page): function room (line 2834) | def room(id): function up (line 2853) | def up(uid, page): function input (line 2903) | def input(key, value): function switch (line 2917) | def switch(key): function conn (line 2925) | def conn(url): function upinfo (line 2935) | def upinfo(uid): function show_label (line 2942) | def show_label(label): function get_key (line 2951) | def get_key(dict, value): function history (line 2956) | def history(name, url): function ok (line 3010) | def ok(value): function cleanhis (line 3016) | def cleanhis(url): FILE: plugin.video.bilibili/danmuku.py function suffix (line 11) | def suffix(fileName, *suffixName): function deleteFile (line 19) | def deleteFile(path): function Danmuku (line 30) | def Danmuku(cid,path): FILE: plugin.video.bilibili/xml2ass.py function SeekZero (line 34) | def SeekZero(function): function EOFAsNone (line 44) | def EOFAsNone(function): function ProbeCommentFormat (line 55) | def ProbeCommentFormat(f): function ReadCommentsNiconico (line 117) | def ReadCommentsNiconico(f, fontsize): function ReadCommentsAcfun (line 146) | def ReadCommentsAcfun(f, fontsize): function ReadCommentsBilibili (line 165) | def ReadCommentsBilibili(f, fontsize): function ReadCommentsTudou (line 185) | def ReadCommentsTudou(f, fontsize): function ReadCommentsMioMio (line 199) | def ReadCommentsMioMio(f, fontsize): function ReadCommentsSH5V (line 215) | def ReadCommentsSH5V(f, fontsize): function WriteCommentBilibiliPositioned (line 245) | def WriteCommentBilibiliPositioned(f, c, width, height, styleid): function WriteCommentAcfunPositioned (line 325) | def WriteCommentAcfunPositioned(f, c, width, height, styleid): function WriteCommentSH5VPositioned (line 436) | def WriteCommentSH5VPositioned(f, c, width, height, styleid): function GetZoomFactor (line 482) | def GetZoomFactor(SourceSize, TargetSize): function ConvertFlashRotation (line 512) | def ConvertFlashRotation(rotY, rotZ, X, Y, FOV=math.tan(2*math.pi/9.0)): function ProcessComments (line 564) | def ProcessComments(comments, f, width, height, bottomReserved, fontface... function TestFreeRows (line 599) | def TestFreeRows(rows, c, row, width, height, bottomReserved, lifetime): function FindAlternativeRow (line 629) | def FindAlternativeRow(rows, c, height, bottomReserved): function MarkCommentRow (line 639) | def MarkCommentRow(rows, c, row): function WriteASSHead (line 647) | def WriteASSHead(f, width, height, fontface, fontsize, alpha, styleid): function WriteComment (line 669) | def WriteComment(f, c, row, width, height, bottomReserved, fontsize, lif... function ASSEscape (line 689) | def ASSEscape(s): function CalculateLength (line 693) | def CalculateLength(s): function ConvertTimestamp (line 697) | def ConvertTimestamp(timestamp): function ConvertType2 (line 705) | def ConvertType2(row, height, bottomReserved): function ConvertToFile (line 709) | def ConvertToFile(filename_or_file, *args, **kwargs): function FilterBadChars (line 718) | def FilterBadChars(f): class safe_list (line 724) | class safe_list(list): method get (line 725) | def get(self, index, default=None): function export (line 732) | def export(func): function Danmaku2ASS (line 743) | def Danmaku2ASS(input_files, output_file, stage_width, stage_height, res... function ReadComments (line 758) | def ReadComments(input_files, font_size=25.0, progress_callback=None): function GetCommentProcessor (line 781) | def GetCommentProcessor(input_file): function main (line 785) | def main(): FILE: plugin.video.bimibimi[停止更新]/addon.py function unescape (line 17) | def unescape(string): function get_categories (line 30) | def get_categories(): function get_videos (line 38) | def get_videos(url): function get_source (line 58) | def get_source(url): function get_mp4 (line 84) | def get_mp4(url): function play (line 112) | def play(url): function duop (line 125) | def duop(list): function source (line 140) | def source(url): function category (line 155) | def category(name,url): function index (line 173) | def index(): function show_label (line 185) | def show_label(label): FILE: plugin.video.changku/addon.py function get_mp4 (line 21) | def get_mp4(url): function unescape (line 42) | def unescape(string): function get_categories (line 50) | def get_categories(): function get_shouye (line 76) | def get_shouye(): function get_list (line 97) | def get_list(link): function get_videos (line 116) | def get_videos(url): function play (line 139) | def play(name,url): function category (line 149) | def category(name,url): function index (line 176) | def index(): function show_label (line 188) | def show_label(label): FILE: plugin.video.cine/addon.py function diff_float (line 26) | def diff_float(s1, s2): function urldecode (line 29) | def urldecode(fname): function chushihua (line 56) | def chushihua(key,default): function get_html (line 69) | def get_html(url,ua='pc',cf='',mode='html',encode='utf-8'): function post_html (line 118) | def post_html(url,data='',ua='pc',cf='',mode='html',encode='utf-8',jsons... function unix_to_data (line 178) | def unix_to_data(uptime,format='data'): function tiqu_num (line 200) | def tiqu_num(string): function get_categories_mode (line 207) | def get_categories_mode(mode): function get_videos_mode (line 210) | def get_videos_mode(url,mode,page): function get_source_mode (line 213) | def get_source_mode(url,mode): function get_mp4info_mode (line 216) | def get_mp4info_mode(url,mode): function get_mp4_mode (line 219) | def get_mp4_mode(url,mode): function get_search_mode (line 222) | def get_search_mode(keyword,page,mode): function get_categories (line 230) | def get_categories(): function get_ku2000_categories (line 248) | def get_ku2000_categories(): function get_ku2000_videos (line 268) | def get_ku2000_videos(url,page): function get_ku2000_source (line 285) | def get_ku2000_source(url): function get_ku2000_mp4 (line 309) | def get_ku2000_mp4(url): function get_ku2000_search (line 321) | def get_ku2000_search(keyword,page): function get_pianku_categories (line 340) | def get_pianku_categories(): function get_pianku_videos (line 345) | def get_pianku_videos(url,page): function get_pianku_source (line 362) | def get_pianku_source(url): function get_pianku_mp4 (line 393) | def get_pianku_mp4(url): function get_pianku_search (line 403) | def get_pianku_search(keyword,page): function get_laodouban_categories (line 429) | def get_laodouban_categories(): function get_laodouban_videos (line 435) | def get_laodouban_videos(url,page): function get_laodouban_source (line 453) | def get_laodouban_source(url): function get_laodouban_mp4 (line 496) | def get_laodouban_mp4(url): function get_laodouban_search (line 509) | def get_laodouban_search(keyword,page): function get_meijutt_categories (line 544) | def get_meijutt_categories(): function get_meijutt_videos (line 552) | def get_meijutt_videos(url,page): function get_meijutt_source (line 571) | def get_meijutt_source(url): function get_meijutt_mp4 (line 597) | def get_meijutt_mp4(url): function get_meijutt_search (line 611) | def get_meijutt_search(keyword,page): function get_mahuazy_categories (line 634) | def get_mahuazy_categories(): function get_mahuazy_videos (line 637) | def get_mahuazy_videos(url,page): function get_mahuazy_source (line 640) | def get_mahuazy_source(url): function get_mahuazy_mp4info (line 643) | def get_mahuazy_mp4info(url): function get_mahuazy_mp4 (line 646) | def get_mahuazy_mp4(url): function get_zdziyuan_categories (line 651) | def get_zdziyuan_categories(): function get_zdziyuan_videos (line 654) | def get_zdziyuan_videos(url,page): function get_zdziyuan_source (line 657) | def get_zdziyuan_source(url): function get_zdziyuan_mp4info (line 660) | def get_zdziyuan_mp4info(url): function get_zdziyuan_mp4 (line 663) | def get_zdziyuan_mp4(url): function get_kukume_categories (line 667) | def get_kukume_categories(): function get_letmetry_categories (line 670) | def get_letmetry_categories(): function get_ddosi_categories (line 673) | def get_ddosi_categories(): function get_yanzai_categories (line 676) | def get_yanzai_categories(): function get_acrou_categories (line 678) | def get_acrou_categories(): function play (line 687) | def play(name,url,mode): function hannum (line 706) | def hannum(x): function diff (line 713) | def diff(listA,listB): function duop (line 718) | def duop(name,list,mode): function source (line 734) | def source(name,url,img,mode): function category (line 749) | def category(name,url,mode,page): function home (line 784) | def home(mode): function onetogo (line 825) | def onetogo(name,url,mode,page): function search (line 871) | def search(value,page,mode): function get_key (line 913) | def get_key (dict, value): function history (line 917) | def history(name,url,mode): function ok (line 953) | def ok(value): function cleanhis (line 958) | def cleanhis(url): function index (line 964) | def index(): function setting (line 1047) | def setting(): function homesort (line 1064) | def homesort(): function homeedit (line 1085) | def homeedit(value): function keyword (line 1098) | def keyword(key,name): function keywordxad (line 1123) | def keywordxad(key,value,mode): function switch (line 1175) | def switch(key): function show_label (line 1187) | def show_label(label): function get_xml (line 1201) | def get_xml(url,t=1,debug='no'): function get_xml_1hour (line 1215) | def get_xml_1hour(url): function get_xml_1day (line 1223) | def get_xml_1day(url): function get_maccms_xml (line 1230) | def get_maccms_xml(api,url=0,keyword=0,page=0,banid='',debug='no'): function get_json (line 1439) | def get_json(url,t=1,debug='no'): function get_json_1hour (line 1453) | def get_json_1hour(url): function get_json_1day (line 1461) | def get_json_1day(url): function get_maccms_json (line 1468) | def get_maccms_json(api,url=0,keyword=0,page=0,banid='',debug='no'): function get_sharelist (line 1696) | def get_sharelist(home): function get_goindex (line 1751) | def get_goindex(home): function get_yanzaigoindex (line 1771) | def get_yanzaigoindex(home): FILE: plugin.video.clicli[停止更新]/addon.py function unescape (line 18) | def unescape(string): function jserror (line 30) | def jserror(html): function get_categories (line 38) | def get_categories(): function get_videos (line 45) | def get_videos(url): function get_duop (line 67) | def get_duop(id): function get_mp4 (line 93) | def get_mp4(url): function play (line 105) | def play(name,url): function duop (line 116) | def duop(id): function category (line 131) | def category(name,url): function index (line 149) | def index(): function show_label (line 161) | def show_label(label): FILE: plugin.video.huanxi/addon.py function get_real_url (line 15) | def get_real_url(url): function unescape (line 19) | def unescape(string): function get_categories (line 32) | def get_categories(): function get_shouying (line 37) | def get_shouying(): function get_jilu (line 69) | def get_jilu(): function get_mp4 (line 110) | def get_mp4(url): function get_videolist (line 129) | def get_videolist(url): function duop (line 211) | def duop(url): function play (line 222) | def play(name,url): function category (line 232) | def category(name,url): function index (line 256) | def index(): function show_label (line 268) | def show_label(label): FILE: plugin.video.kaiyan/addon.py function get_real_url (line 15) | def get_real_url(url): function unescape (line 19) | def unescape(string): function get_categories (line 32) | def get_categories(): function get_tuijian_videos (line 38) | def get_tuijian_videos(url): function get_paihang_videos (line 84) | def get_paihang_videos(url): function get_zhuanti_videos (line 132) | def get_zhuanti_videos(category): function play (line 170) | def play(name,url): function category (line 179) | def category(name,url): function index (line 211) | def index(): function show_label (line 223) | def show_label(label): FILE: plugin.video.medicalvideo/addon.py function get_real_url (line 15) | def get_real_url(url): function unescape (line 19) | def unescape(string): function get_categories (line 32) | def get_categories(): function get_videos (line 65) | def get_videos(cag): function get_duop (line 94) | def get_duop(url): function get_mp4_request (line 114) | def get_mp4_request(url): function get_mp4 (line 121) | def get_mp4(rect): function get_mp4info (line 143) | def get_mp4info(rect): function play (line 174) | def play(name,url): function category (line 194) | def category(name,url): function duop (line 211) | def duop(url): function index (line 229) | def index(): function show_label (line 241) | def show_label(label): FILE: plugin.video.pengpai[停止更新]/addon.py function get_real_url (line 15) | def get_real_url(url): function unescape (line 19) | def unescape(string): function get_categories (line 32) | def get_categories(): function get_videos (line 48) | def get_videos(url): function play (line 82) | def play(name,url): function category (line 94) | def category(name,url): function index (line 114) | def index(): function show_label (line 126) | def show_label(label): FILE: plugin.video.reallive/addon.py function unescape (line 21) | def unescape(string): function chushihua (line 44) | def chushihua(key,default): function get_html (line 57) | def get_html(url,ua='pc',mode='html',encode='utf-8'): function post_html (line 81) | def post_html(url,data,json='off',ua='pc',mode='html',encode='utf-8'): function unix_to_data (line 115) | def unix_to_data(uptime,format='data'): function zh (line 138) | def zh(num): function tiqu_num (line 150) | def tiqu_num(string): function get_categories_mode (line 157) | def get_categories_mode(mode): function get_rooms_mode (line 160) | def get_rooms_mode(url,mode,page): function get_roomidinfo_mode (line 163) | def get_roomidinfo_mode(url,mode): function get_search_mode (line 166) | def get_search_mode(keyword,page,mode): function get_roomid_mode (line 169) | def get_roomid_mode(url,mode): function get_categories (line 176) | def get_categories(): function get_huya_categories (line 196) | def get_huya_categories(): function get_huya_rooms (line 202) | def get_huya_rooms(url,page): function get_huya_roomidinfo (line 217) | def get_huya_roomidinfo(url): function get_huya_roomid (line 248) | def get_huya_roomid(url): function get_douyu_categories (line 270) | def get_douyu_categories(): function get_douyu_rooms (line 281) | def get_douyu_rooms(url,page): function get_douyu_roomidinfo (line 298) | def get_douyu_roomidinfo(url): function get_douyu_roomid (line 326) | def get_douyu_roomid(url): function get_homejs (line 361) | def get_homejs(rid): function get_sign (line 376) | def get_sign(rid, post_v, tt, ub9): function get_tt (line 390) | def get_tt(): function get_pre_url (line 396) | def get_pre_url(rid, tt): function get_sign_url (line 421) | def get_sign_url(post_v, rid, tt, ub9): function get_chushou_categories (line 440) | def get_chushou_categories(): function get_chushou_rooms (line 451) | def get_chushou_rooms(url,page): function get_chushou_roomidinfo (line 470) | def get_chushou_roomidinfo(url): function get_chushou_roomid (line 504) | def get_chushou_roomid(url): function get_chushou_search (line 539) | def get_chushou_search(keyword,page): function get_egame_categories (line 564) | def get_egame_categories(): function get_egame_rooms (line 584) | def get_egame_rooms(url,page): function get_egame_roomidinfo (line 600) | def get_egame_roomidinfo(url): function get_egame_roomid (line 626) | def get_egame_roomid(url): function get_longzhu_categories (line 661) | def get_longzhu_categories(): function get_longzhu_rooms (line 668) | def get_longzhu_rooms(url,page): function get_longzhu_roomidinfo (line 685) | def get_longzhu_roomidinfo(url): function get_longzhu_roomid (line 711) | def get_longzhu_roomid(url): function get_bilibili_categories (line 731) | def get_bilibili_categories(): function get_bilibili_rooms (line 739) | def get_bilibili_rooms(url,page): function get_bilibili_roomidinfo (line 753) | def get_bilibili_roomidinfo(url): function get_bilibili_roomid (line 779) | def get_bilibili_roomid(url): function get_yy_categories (line 796) | def get_yy_categories(): function get_yy_rooms (line 815) | def get_yy_rooms(url,page): function get_yy_roomidinfo (line 829) | def get_yy_roomidinfo(url): function get_yy_roomid (line 861) | def get_yy_roomid(url): function get_kuaishou_categories (line 888) | def get_kuaishou_categories(): function get_kuaishou_rooms (line 904) | def get_kuaishou_rooms(url,page): function get_kuaishou_roomidinfo (line 924) | def get_kuaishou_roomidinfo(rid): function get_kuaishou_roomid (line 938) | def get_kuaishou_roomid(rid): function get_acfun_categories (line 969) | def get_acfun_categories(): function get_acfun_roomid (line 971) | def get_acfun_roomid(url): function get_yangshipin_categories (line 994) | def get_yangshipin_categories(): function get_yangshipin_rooms (line 997) | def get_yangshipin_rooms(url,page): function get_yangshipin_roomid (line 1022) | def get_yangshipin_roomid(url): function get_livechina_categories (line 1026) | def get_livechina_categories(): function get_livechina_rooms (line 1029) | def get_livechina_rooms(url,page): function get_livechina_roomid (line 1110) | def get_livechina_roomid(url): function get_ipanda_categories (line 1114) | def get_ipanda_categories(): function get_ipanda_rooms (line 1117) | def get_ipanda_rooms(url,page): function get_ipanda_roomid (line 1153) | def get_ipanda_roomid(url): function get_ithome_categories (line 1156) | def get_ithome_categories(): function get_ithome_rooms (line 1159) | def get_ithome_rooms(url,page): function get_ithome_roomid (line 1198) | def get_ithome_roomid(url): function get_rooms (line 1217) | def get_rooms(url,mode,page): function rooms (line 1250) | def rooms(url,mode,page): function home (line 1255) | def home(mode): function search (line 1298) | def search(value,page,mode): function roomid (line 1341) | def roomid(value,mode): function get_key (line 1388) | def get_key (dict, value): function history (line 1392) | def history(name,url,mode): function ok (line 1437) | def ok(value): function cleanhis (line 1442) | def cleanhis(url): function index (line 1448) | def index(): function setting (line 1531) | def setting(): function homesort (line 1548) | def homesort(): function homeedit (line 1569) | def homeedit(value): function keyword (line 1582) | def keyword(key,name): function keywordxad (line 1607) | def keywordxad(key,value,mode): function switch (line 1659) | def switch(key): function show_label (line 1671) | def show_label(label): FILE: plugin.video.skypixel/addon.py function unescape (line 18) | def unescape(string): function get_categories (line 28) | def get_categories(): function get_videos (line 37) | def get_videos(url): function play (line 57) | def play(name,url): function category (line 70) | def category(name,url): function index (line 88) | def index(): function show_label (line 100) | def show_label(label): FILE: plugin.video.taptap/addon.py function get_real_url (line 18) | def get_real_url(url): function unescape (line 22) | def unescape(string): function get_html_longtimecache (line 40) | def get_html_longtimecache(url,ua='pc',cookie='',mode='html',encode='utf... function get_html (line 45) | def get_html(url,ua='pc',cookie='',mode='html',encode='utf-8'): function post_html (line 90) | def post_html(url,data='',ua='pc',cookie='',mode='html',encode='utf-8',j... function unix_to_data (line 150) | def unix_to_data(uptime,format='data'): function data_to_unix (line 187) | def data_to_unix(dt,format='datatime'): function zh (line 208) | def zh(num): function get_categories (line 223) | def get_categories(): function get_videos (line 246) | def get_videos(url,page): function play (line 549) | def play(name,url): function category (line 633) | def category(url,page): function index (line 663) | def index(): function show_label (line 675) | def show_label(label): FILE: plugin.video.vid/addon.py function unescape (line 20) | def unescape(string): function chushihua (line 37) | def chushihua(key,default): function check_filter (line 50) | def check_filter(text): function if_filter (line 58) | def if_filter(text): function get_videos_mode (line 65) | def get_videos_mode(page,mode): function get_mp4info_mode (line 69) | def get_mp4info_mode(url,mode): function get_mp4_mode (line 72) | def get_mp4_mode(url,mode): function get_html (line 77) | def get_html(url): function post_html (line 83) | def post_html(url,data): function unix_to_data (line 90) | def unix_to_data(uptime,format): function get_categories (line 97) | def get_categories(): function get_huxiu_videos (line 108) | def get_huxiu_videos(page): function get_huxiu_mp4info (line 130) | def get_huxiu_mp4info(url): function get_huxiu_mp4 (line 155) | def get_huxiu_mp4(url): function get_gcore_videos (line 177) | def get_gcore_videos(page): function get_gcore_mp4info (line 196) | def get_gcore_mp4info(url): function get_gcore_mp4 (line 219) | def get_gcore_mp4(url): function get_qyer_videos (line 239) | def get_qyer_videos(page): function get_qyer_mp4info (line 261) | def get_qyer_mp4info(url): function get_qyer_mp4 (line 276) | def get_qyer_mp4(url): function get_zeal_videos (line 287) | def get_zeal_videos(page): function get_zeal_mp4info (line 313) | def get_zeal_mp4info(url): function get_zeal_mp4 (line 330) | def get_zeal_mp4(url): function get_pengpai_videos (line 349) | def get_pengpai_videos(page): function get_pengpai_mp4info (line 373) | def get_pengpai_mp4info(url): function get_pengpai_mp4 (line 394) | def get_pengpai_mp4(url): function get_bjnews_videos (line 401) | def get_bjnews_videos(page): function get_bjnews_mp4info (line 434) | def get_bjnews_mp4info(url): function get_bjnews_mp4 (line 449) | def get_bjnews_mp4(url): function get_jiemian_videos (line 456) | def get_jiemian_videos(page): function get_jiemian_mp4info (line 479) | def get_jiemian_mp4info(url): function get_jiemian_mp4 (line 491) | def get_jiemian_mp4(url): function get_36kr_videos (line 498) | def get_36kr_videos(page): function get_36kr_mp4info (line 540) | def get_36kr_mp4info(url): function get_36kr_mp4 (line 554) | def get_36kr_mp4(url): function get_huanqiu_videos (line 561) | def get_huanqiu_videos(page): function get_huanqiu_mp4info (line 581) | def get_huanqiu_mp4info(url): function get_huanqiu_mp4 (line 592) | def get_huanqiu_mp4(url): function play (line 599) | def play(name,url,mode): function category (line 611) | def category(page,mode): function index (line 642) | def index(): function setting (line 696) | def setting(): function homesort (line 713) | def homesort(): function homeedit (line 734) | def homeedit(value): function keyword (line 747) | def keyword(key,name): function keywordxad (line 772) | def keywordxad(key,value,mode): function switch (line 824) | def switch(key): function show_label (line 835) | def show_label(label): FILE: plugin.video.weibotv/addon.py function unescape (line 16) | def unescape(string): function get_categories (line 30) | def get_categories(): function get_videos (line 44) | def get_videos(url): function get_sources (line 158) | def get_sources(videolink): function sources (line 183) | def sources(url): function category (line 196) | def category(url): function index (line 216) | def index(): function show_label (line 228) | def show_label(label): FILE: plugin.video.xigua[停止更新]/addon.py function get_real_url (line 19) | def get_real_url(url): function unescape (line 23) | def unescape(string): function cook (line 37) | def cook(): function writewafid (line 69) | def writewafid(keyword): function testvideo (line 78) | def testvideo(): function get_mp4 (line 95) | def get_mp4(url): function get_duop (line 146) | def get_duop(url,mode): function get_videos (line 181) | def get_videos(cag): function get_categories (line 261) | def get_categories(): function duop (line 271) | def duop(url): function play (line 281) | def play(name,url): function category (line 292) | def category(name,url): function index (line 310) | def index(): function ilist (line 324) | def ilist(): function show_label (line 357) | def show_label(label): function link (line 370) | def link(): function album (line 401) | def album(): function wafid (line 428) | def wafid(): function ykjtb (line 446) | def ykjtb(mode): function netcut (line 503) | def netcut(mode): FILE: plugin.video.xinpianchang/addon.py function get_html_10min (line 20) | def get_html_10min(url, head=''): function get_html_1min (line 31) | def get_html_1min(url, head=''): function unescape (line 41) | def unescape(string): function get_categories (line 48) | def get_categories(): function get_mp4 (line 69) | def get_mp4(url): function get_videos (line 99) | def get_videos(url, page): function play (line 141) | def play(name, url): function category (line 157) | def category(url, page): function index (line 174) | def index(): function show_label (line 185) | def show_label(label): FILE: service.subtitles.acfun/resources/lib/xml2ass.py function SeekZero (line 43) | def SeekZero(function): function EOFAsNone (line 53) | def EOFAsNone(function): function ProbeCommentFormat (line 64) | def ProbeCommentFormat(f): function ReadCommentsNiconico (line 132) | def ReadCommentsNiconico(f, fontsize): function ReadCommentsAcfun (line 161) | def ReadCommentsAcfun(f, fontsize): function ReadCommentsBilibili (line 182) | def ReadCommentsBilibili(f, fontsize): function ReadCommentsTudou (line 204) | def ReadCommentsTudou(f, fontsize): function ReadCommentsTudou2 (line 218) | def ReadCommentsTudou2(f, fontsize): function ReadCommentsMioMio (line 238) | def ReadCommentsMioMio(f, fontsize): function ReadCommentsSH5V (line 254) | def ReadCommentsSH5V(f, fontsize): function WriteCommentBilibiliPositioned (line 284) | def WriteCommentBilibiliPositioned(f, c, width, height, styleid): function WriteCommentAcfunPositioned (line 366) | def WriteCommentAcfunPositioned(f, c, width, height, styleid): function WriteCommentSH5VPositioned (line 480) | def WriteCommentSH5VPositioned(f, c, width, height, styleid): function GetZoomFactor (line 526) | def GetZoomFactor(SourceSize, TargetSize): function ConvertFlashRotation (line 555) | def ConvertFlashRotation(rotY, rotZ, X, Y, width, height): function ProcessComments (line 593) | def ProcessComments(comments, f, width, height, bottomReserved, fontface... function TestFreeRows (line 628) | def TestFreeRows(rows, c, row, width, height, bottomReserved, duration_m... function FindAlternativeRow (line 658) | def FindAlternativeRow(rows, c, height, bottomReserved): function MarkCommentRow (line 668) | def MarkCommentRow(rows, c, row): function WriteASSHead (line 676) | def WriteASSHead(f, width, height, fontface, fontsize, alpha, styleid): function WriteComment (line 701) | def WriteComment(f, c, row, width, height, bottomReserved, fontsize, dur... function ASSEscape (line 725) | def ASSEscape(s): function CalculateLength (line 738) | def CalculateLength(s): function ConvertTimestamp (line 742) | def ConvertTimestamp(timestamp): function ConvertColor (line 750) | def ConvertColor(RGB, width=1280, height=576): function ConvertType2 (line 769) | def ConvertType2(row, height, bottomReserved): function ConvertToFile (line 773) | def ConvertToFile(filename_or_file, *args, **kwargs): function FilterBadChars (line 782) | def FilterBadChars(f): class safe_list (line 788) | class safe_list(list): method get (line 790) | def get(self, index, default=None): function export (line 797) | def export(func): function Danmaku2ASS (line 807) | def Danmaku2ASS(input_files, output_file, stage_width, stage_height, res... function ReadComments (line 822) | def ReadComments(input_files, font_size=25.0, progress_callback=None): function GetCommentProcessor (line 845) | def GetCommentProcessor(input_file): function main (line 849) | def main(): FILE: service.subtitles.acfun/service.py function log (line 41) | def log(module, msg): function GetHttpData (line 45) | def GetHttpData(url, data=''): function Search (line 64) | def Search( item ): function Download (line 132) | def Download(url): function get_params (line 251) | def get_params(): FILE: service.subtitles.bilibili/resources/lib/xml2ass.py function SeekZero (line 43) | def SeekZero(function): function EOFAsNone (line 53) | def EOFAsNone(function): function ProbeCommentFormat (line 64) | def ProbeCommentFormat(f): function ReadCommentsNiconico (line 132) | def ReadCommentsNiconico(f, fontsize): function ReadCommentsAcfun (line 161) | def ReadCommentsAcfun(f, fontsize): function ReadCommentsBilibili (line 182) | def ReadCommentsBilibili(f, fontsize): function ReadCommentsTudou (line 204) | def ReadCommentsTudou(f, fontsize): function ReadCommentsTudou2 (line 218) | def ReadCommentsTudou2(f, fontsize): function ReadCommentsMioMio (line 238) | def ReadCommentsMioMio(f, fontsize): function ReadCommentsSH5V (line 254) | def ReadCommentsSH5V(f, fontsize): function WriteCommentBilibiliPositioned (line 284) | def WriteCommentBilibiliPositioned(f, c, width, height, styleid): function WriteCommentAcfunPositioned (line 366) | def WriteCommentAcfunPositioned(f, c, width, height, styleid): function WriteCommentSH5VPositioned (line 480) | def WriteCommentSH5VPositioned(f, c, width, height, styleid): function GetZoomFactor (line 526) | def GetZoomFactor(SourceSize, TargetSize): function ConvertFlashRotation (line 555) | def ConvertFlashRotation(rotY, rotZ, X, Y, width, height): function ProcessComments (line 593) | def ProcessComments(comments, f, width, height, bottomReserved, fontface... function TestFreeRows (line 628) | def TestFreeRows(rows, c, row, width, height, bottomReserved, duration_m... function FindAlternativeRow (line 658) | def FindAlternativeRow(rows, c, height, bottomReserved): function MarkCommentRow (line 668) | def MarkCommentRow(rows, c, row): function WriteASSHead (line 676) | def WriteASSHead(f, width, height, fontface, fontsize, alpha, styleid): function WriteComment (line 701) | def WriteComment(f, c, row, width, height, bottomReserved, fontsize, dur... function ASSEscape (line 725) | def ASSEscape(s): function CalculateLength (line 738) | def CalculateLength(s): function ConvertTimestamp (line 742) | def ConvertTimestamp(timestamp): function ConvertColor (line 750) | def ConvertColor(RGB, width=1280, height=576): function ConvertType2 (line 769) | def ConvertType2(row, height, bottomReserved): function ConvertToFile (line 773) | def ConvertToFile(filename_or_file, *args, **kwargs): function FilterBadChars (line 782) | def FilterBadChars(f): class safe_list (line 788) | class safe_list(list): method get (line 790) | def get(self, index, default=None): function export (line 797) | def export(func): function Danmaku2ASS (line 807) | def Danmaku2ASS(input_files, output_file, stage_width, stage_height, res... function ReadComments (line 822) | def ReadComments(input_files, font_size=25.0, progress_callback=None): function GetCommentProcessor (line 845) | def GetCommentProcessor(input_file): function main (line 849) | def main(): FILE: service.subtitles.bilibili/service.py function log (line 39) | def log(module, msg): function GetHttpData (line 43) | def GetHttpData(url, data=''): function Search (line 62) | def Search( item ): function Download (line 119) | def Download(url): function get_params (line 209) | def get_params():