Musicdl: A lightweight music downloader written in pure python. (轻量级无损音乐下载器,支持数十个音乐/有声读物平台,例如网易云音乐,QQ音乐,酷狗音乐,酷我音乐,咪咕音乐,千千静听,汽水音乐,Bilibili,街声,喜马拉雅,懒人听书,荔枝FM,蜻蜓FM,JOOX,TIDAL,YouTube,Apple Music,Spotify,Qobuz,SoundCloud等主流音乐平台)
This report presents the forensic synthetic code analysis of CharlesPikachu/musicdl, a Python project with 5,357 GitHub stars. SynthScan v2.0 examined 29,441 lines of code across 147 source files, recording 488 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 18.5 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 488 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/musicdl.py | 113 | except Exception as err: self.logger_handle.error(f'MusicClient.{ms}.search >>> {keyword} (Error: {err}) | CODE |
| LOW | musicdl/modules/thirdpartysites/buguyy.py | 121 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/htqyy.py | 97 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/flmp3.py | 97 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/twot58.py | 104 | except Exception as err: | CODE |
| LOW⚡ | musicdl/modules/thirdpartysites/yinyuedao.py | 65 | except Exception: music_id = token | CODE |
| LOW | musicdl/modules/thirdpartysites/yinyuedao.py | 139 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/kkws.py | 110 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/mitu.py | 113 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/fangpi.py | 136 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/fivesong.py | 99 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/gequhai.py | 144 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/zhuolin.py | 81 | except Exception as err: | CODE |
| LOW | musicdl/modules/thirdpartysites/livepoo.py | 151 | except Exception as err: | STRING |
| LOW | musicdl/modules/thirdpartysites/gequbao.py | 133 | except Exception as err: | CODE |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 443 | except Exception as e: raise self.Exception(f'Failed to evaluate {left_val!r} {op} {right_val!r}', expr, cause=e | CODE |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 449 | except Exception as e: | CODE |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 558 | except Exception as e: | STRING |
| LOW | musicdl/modules/audiobooks/lrts.py | 159 | except Exception as err: | CODE |
| LOW | musicdl/modules/audiobooks/itunes.py | 103 | except Exception as err: | CODE |
| LOW | musicdl/modules/audiobooks/qingting.py | 162 | except Exception as err: | CODE |
| LOW | musicdl/modules/audiobooks/ximalaya.py | 188 | except Exception as err: | CODE |
| LOW | musicdl/modules/audiobooks/lizhi.py | 169 | except Exception as err: | CODE |
| LOW | musicdl/modules/utils/misc.py | 74 | except Exception: return (json_repair.loads(resp.text) or {}) | CODE |
| LOW | musicdl/modules/utils/misc.py | 87 | except Exception: result = default_value | CODE |
| LOW | musicdl/modules/utils/misc.py | 236 | except Exception: size = 'NULL' | CODE |
| LOW | musicdl/modules/utils/misc.py | 326 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/misc.py | 334 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/misc.py | 355 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/misc.py | 370 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/hls.py | 235 | except Exception as exc: self.logger_handle.warning(f"ffmpeg remux failed, falling back to direct copy: {exc | CODE |
| LOW | musicdl/modules/utils/hls.py | 304 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/hls.py | 308 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/hls.py | 324 | except Exception: iv = text.encode("utf-8", errors="ignore") | CODE |
| LOW | musicdl/modules/utils/hls.py | 363 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/quarkparser.py | 23 | except Exception: download_result, download_url = {}, "" | CODE |
| LOW | musicdl/modules/utils/quarkparser.py | 66 | except Exception: | CODE |
| LOW | musicdl/modules/utils/quarkparser.py | 83 | except Exception: download_result, download_url = {}, "" | CODE |
| LOW | musicdl/modules/utils/quarkparser.py | 117 | except Exception: | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 85 | except Exception: client_version = m.group(1) if (m := re.search(r'"clientVersion":"([^"]+)"', resp.text)) else | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 121 | except Exception: return fallback_hash | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 156 | except Exception: return [], {} | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 332 | except Exception: parsed = resp.text | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 354 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 527 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 674 | except Exception: pass | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 709 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 878 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 884 | except Exception as exc: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 912 | except Exception: fetched = None | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 921 | except Exception: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 942 | except Exception: return None | CODE |
| LOW | musicdl/modules/utils/hosts.py | 46 | except Exception: return None | CODE |
| LOW | musicdl/modules/utils/logger.py | 95 | except Exception: | CODE |
| MEDIUM | musicdl/modules/utils/youtubeutils.py | 445 | def extractmetadata(initial_data): | CODE |
| MEDIUM | musicdl/modules/utils/youtubeutils.py | 3498 | def server_abr_streaming_url(self): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 494 | except Exception as err: | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 3268 | except Exception as err: | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 3277 | except Exception as err: | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 3446 | except Exception as err: | CODE |
| 89 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/modules/__init__.py | 2 | CODE | |
| LOW | musicdl/modules/__init__.py | 2 | CODE | |
| LOW | musicdl/modules/__init__.py | 2 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| LOW | musicdl/modules/__init__.py | 3 | CODE | |
| 104 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | musicdl/modules/utils/cookies.py | 0 | function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘 | STRING |
| HIGH | musicdl/modules/utils/cmd.py | 0 | function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘 | STRING |
| HIGH | musicdl/modules/utils/logger.py | 0 | function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘 | STRING |
| HIGH | musicdl/modules/utils/lyric.py | 0 | function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘 | STRING |
| HIGH | musicdl/modules/utils/misc.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/spotifyutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/kuwoutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/deezerutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/neteaseutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/sodautils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/qobuzutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/qqutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | musicdl/modules/utils/soundcloudutils.py | 0 | function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡 | STRING |
| HIGH | scripts/build_cookies_for_qingtingfm.py | 0 | function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charle | STRING |
| HIGH | scripts/build_cookies_for_qobuz.py | 0 | function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charle | STRING |
| HIGH | scripts/build_cookies_for_kugou.py | 0 | function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charle | STRING |
| HIGH | scripts/build_cookies_for_tidal.py | 0 | function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charle | STRING |
| HIGH | scripts/build_cookies_for_joox.py | 0 | function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charle | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/musicdl.py | 81 | def printandselectsearchresults(self, search_results: dict[str, list[SongInfo]]) -> list[SongInfo]: | CODE |
| LOW | musicdl/modules/thirdpartysites/buguyy.py | 47 | def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/buguyy.py | 73 | def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/htqyy.py | 41 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/flmp3.py | 42 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/flmp3.py | 50 | def _parsesongdetailfordownloadpages(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/twot58.py | 44 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW⚡ | musicdl/modules/thirdpartysites/yinyuedao.py | 59 | def _parsesearchresultsfromhtml(self, html_text, base_url="https://www.1mp3.top"): | CODE |
| LOW⚡ | musicdl/modules/thirdpartysites/yinyuedao.py | 69 | def _parsesearchresultfromquark(self, search_result: dict, download_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/yinyuedao.py | 91 | def _parsesearchresultfromweb(self, search_result: dict, download_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/kkws.py | 43 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/mitu.py | 44 | def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/mitu.py | 70 | def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/fangpi.py | 45 | def _parsesearchresultsfromhtml(self, html, base_url="https://www.fangpi.net"): | CODE |
| LOW | musicdl/modules/thirdpartysites/fangpi.py | 54 | def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/fangpi.py | 77 | def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/fivesong.py | 43 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/gequhai.py | 47 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW⚡ | musicdl/modules/thirdpartysites/gequhai.py | 58 | def _extractappdataandwindowvars(self, js_text: str) -> dict: | CODE |
| LOW⚡ | musicdl/modules/thirdpartysites/gequhai.py | 73 | def _parsesearchresultfromquark(self, search_result: dict, download_result: dict, soup: BeautifulSoup, request_overr | CODE |
| LOW | musicdl/modules/thirdpartysites/gequhai.py | 93 | def _parsesearchresultfromweb(self, search_result: dict, download_result: dict, soup: BeautifulSoup, request_overrid | CODE |
| LOW | musicdl/modules/thirdpartysites/livepoo.py | 47 | def _parsesearchresultsfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/livepoo.py | 57 | def _extractquarklinksfromhtml(self, html_text: str): | CODE |
| LOW | musicdl/modules/thirdpartysites/livepoo.py | 84 | def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None): | STRING |
| LOW | musicdl/modules/thirdpartysites/livepoo.py | 106 | def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None): | STRING |
| LOW | musicdl/modules/thirdpartysites/gequbao.py | 42 | def _parsesearchresultsfromhtml(self, html, base_url="https://www.gequbao.com"): | CODE |
| LOW | musicdl/modules/thirdpartysites/gequbao.py | 51 | def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/thirdpartysites/gequbao.py | 74 | def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/utils/misc.py | 92 | def usedownloadheaderscookies(func): | CODE |
| LOW | musicdl/modules/utils/misc.py | 219 | def chooseaudioextfromffprobeoutput(codec_name: str | None) -> str: | CODE |
| LOW | musicdl/modules/utils/misc.py | 225 | def extractaudiofromvideolossless(video_path, audio_path: str | None = None) -> str: | CODE |
| LOW | musicdl/modules/utils/cmd.py | 93 | def insertpositionalbeforeoutput(self, value: Any) -> "CommandBuilder": | CODE |
| LOW | musicdl/modules/utils/hls.py | 201 | def fetchencryptedorplainsegment(self, spec: SegmentSpec) -> bytes: | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 380 | def extractyoutubevideocandidates(self, *responses) -> list[str]: | CODE |
| LOW | musicdl/modules/utils/spotifyutils.py | 397 | def getdownloadflagfromspotify(self, spotify_input: str, engine: str = "v1", fmt: str = "mp3", quality: str = "320", | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 809 | def ensureflaccoverartdependenciesready() -> bool: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 816 | def ensureflaccoverartisalreadygood(flac_path: Path, max_px: int) -> bool: | CODE |
| LOW | musicdl/modules/utils/tidalutils.py | 1027 | def getstreamurlspotbyeqzzapi(song_id, quality: str, request_overrides: dict = None) -> Tuple[StreamUrl, Any]: | CODE |
| LOW | musicdl/modules/utils/appleutils.py | 319 | def createfromnetscapecookies(cls, cookies: dict, request_overrides: dict = None, *args, **kwargs) -> "AppleMusicCli | CODE |
| LOW | musicdl/modules/utils/appleutils.py | 592 | def getaudiosessionkeymetadata(m3u8_data: dict): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 380 | def parseforobjectfromstartpoint(html, start_point): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 425 | def extractsignaturetimestamp(js: str): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 499 | def extractsignaturetimestamp(js: str): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 2885 | def processformatinitialization(self, data): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 2902 | def processstreamprotectionstatus(self, data): | CODE |
| LOW | musicdl/modules/utils/youtubeutils.py | 3494 | def video_playback_ustreamer_config(self): | CODE |
| LOW | musicdl/modules/utils/deezerutils.py | 53 | def decryptdownloadedaudiofile(src_path: str, dst_path: str, blowfish_key: str): | CODE |
| LOW | musicdl/modules/utils/lanzouyparser.py | 97 | def parsefromurlwithofficialapi(url: str, passcode: str = ''): | CODE |
| LOW | musicdl/modules/utils/lyric.py | 32 | def extractdurationsecondsfromlrc(lrc: str) -> Optional[float]: | CODE |
| LOW | musicdl/modules/utils/qobuzutils.py | 82 | def buildtrackdownloadpayload(self, track: Dict[str, Any], *, quality: int = 27, output_format: str = "FLAC", bitrat | CODE |
| LOW | musicdl/modules/utils/songinfoutils.py | 39 | def supplsonginfothensavelyricsthenwritetags(song_info: SongInfo, logger_handle: LoggerHandle, disable_print: bool, | CODE |
| LOW | musicdl/modules/utils/songinfoutils.py | 62 | def savelyricsthenwritetagstoaudio(song_info: SongInfo, overwrite: bool = False, *, timeout: int = 15) -> dict: | CODE |
| LOW⚡ | musicdl/modules/utils/songinfoutils.py | 266 | def estimatedurationwithfilesizebr(file_size_bytes: int, br_kbps: float, return_seconds: bool = False) -> str: | CODE |
| LOW⚡ | musicdl/modules/utils/songinfoutils.py | 273 | def estimatedurationwithfilelink(filelink: str = '', headers: dict = None, request_overrides: dict = None): | CODE |
| LOW⚡ | musicdl/modules/utils/songinfoutils.py | 296 | def naiveguessextfromaudiobytes(content: bytes): | CODE |
| LOW | musicdl/modules/utils/kugouutils.py | 81 | def signatureandroidwithsecret(params: Dict[str, Any], data: str, secret: str = "OIlwieks28dk2k092lksi2UIkp") -> str | CODE |
| LOW | musicdl/modules/common/myfreemp3.py | 49 | def _parseneteasesearchresult(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/sources/kugou.py | 78 | def _parsewithcocodownloaderapi(self, search_result: dict, request_overrides: dict = None) -> "SongInfo": | CODE |
| LOW | musicdl/modules/sources/deezer.py | 111 | def _parsewithdeezdownloadersapi(self, search_result: dict, request_overrides: dict = None): | CODE |
| LOW | musicdl/modules/sources/deezer.py | 158 | def _parsewithflacdownloaderapi(self, search_result: dict, request_overrides: dict = None): | CODE |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/musicdl.py | 155 | CODE | |
| LOW | musicdl/modules/thirdpartysites/flmp3.py | 61 | CODE | |
| LOW | musicdl/modules/thirdpartysites/twot58.py | 68 | CODE | |
| LOW | musicdl/modules/thirdpartysites/kkws.py | 75 | CODE | |
| LOW | musicdl/modules/thirdpartysites/fivesong.py | 57 | CODE | |
| LOW | musicdl/modules/thirdpartysites/zhuolin.py | 43 | CODE | |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 393 | CODE | |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 457 | CODE | |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 470 | CODE | |
| LOW | musicdl/modules/js/youtube/jsinterp.py | 716 | CODE | |
| LOW | musicdl/modules/audiobooks/qingting.py | 109 | CODE | |
| LOW | musicdl/modules/audiobooks/ximalaya.py | 137 | CODE | |
| LOW | musicdl/modules/audiobooks/lizhi.py | 104 | CODE | |
| LOW | musicdl/modules/utils/cmd.py | 119 | CODE | |
| LOW | musicdl/modules/utils/cmd.py | 146 | CODE | |
| LOW | musicdl/modules/utils/tidalutils.py | 696 | CODE | |
| LOW | musicdl/modules/utils/tidalutils.py | 898 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 259 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 354 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 602 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 862 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1057 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1271 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1480 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1637 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1730 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1761 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1793 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1823 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1878 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1901 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1941 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 1978 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2008 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2080 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2133 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2159 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2193 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2220 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2249 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2277 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2426 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2497 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2572 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2639 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2804 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3259 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3282 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3307 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3567 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2809 | CODE | |
| LOW | musicdl/modules/utils/qqutils.py | 228 | CODE | |
| LOW | musicdl/modules/common/mp3juice.py | 44 | CODE | |
| LOW | musicdl/modules/common/tunehub.py | 70 | CODE | |
| LOW | musicdl/modules/sources/tidal.py | 42 | CODE | |
| LOW | musicdl/modules/sources/youtube.py | 40 | CODE | |
| LOW | musicdl/modules/sources/qq.py | 295 | CODE | |
| LOW | musicdl/modules/sources/deezer.py | 214 | CODE | |
| LOW | musicdl/modules/sources/soundcloud.py | 91 | CODE | |
| LOW | musicdl/modules/sources/qobuz.py | 46 | CODE | |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | examples/claudeai-modern-web-music-player/app.py | 247 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/claudeai-modern-web-music-player/app.py | 249 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 30 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 54 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 78 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 80 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 140 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 142 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 320 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | examples/claudeai-modern-web-music-player/app.py | 322 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/modules/utils/hls.py | 92 | CODE | |
| LOW | musicdl/modules/utils/appleutils.py | 644 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 2967 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3201 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3208 | CODE | |
| LOW | musicdl/modules/utils/youtubeutils.py | 3359 | CODE | |
| LOW | musicdl/modules/utils/lyric.py | 87 | CODE | |
| LOW | musicdl/modules/utils/qobuzutils.py | 82 | CODE | |
| LOW | musicdl/modules/utils/kugouutils.py | 106 | CODE | |
| LOW | musicdl/modules/sources/base.py | 45 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | musicdl/modules/thirdpartysites/gequhai.py | 66 | seen = set(out); out.update({k: {"true": True, "false": False, "null": None}[str(v).lower()] for k, v in re.find | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/conf.py | 1 | # Configuration file for the Sphinx documentation builder. | COMMENT |
| LOW | docs/conf.py | 61 | # a list of builtin themes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | musicdl/modules/utils/youtubeutils.py | 1258 | elif not isinstance(buf, bytes): raise TypeError(f"Unsupported buffer type: {type(buf)}") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …les/claudeai-modern-web-music-player/static/index.html | 51 | <div class="placeholder" id="placeholder"> | CODE |