Repository Analysis

CharlesPikachu/musicdl

Musicdl: A lightweight music downloader written in pure python. (轻量级无损音乐下载器,支持数十个音乐/有声读物平台,例如网易云音乐,QQ音乐,酷狗音乐,酷我音乐,咪咕音乐,千千静听,汽水音乐,Bilibili,街声,喜马拉雅,懒人听书,荔枝FM,蜻蜓FM,JOOX,TIDAL,YouTube,Apple Music,Spotify,Qobuz,SoundCloud等主流音乐平台)

18.3 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of CharlesPikachu/musicdl, a Python project with 5,887 GitHub stars. SynthScan v2.0 examined 32,145 lines of code across 160 source files, recording 527 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 18.3 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).

18.3
Adjusted Score
18.3
Raw Score
100%
Time Factor
2026-08-28
Last Push
5.9K
Stars
Python
Language
32.1K
Lines of Code
160
Files
527
Pattern Hits
2026-08-29
Scan Date
0.12
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 20MEDIUM 16LOW 491

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 527 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.

Excessive Try-Catch Wrapping163 hits · 172 pts
SeverityFileLineSnippetContext
LOWmusicdl/musicdl.py113 except Exception as err: self.logger_handle.error(f'MusicClient.{ms}.search >>> {keyword} (Error: {err})CODE
LOWmusicdl/modules/thirdpartysites/itingwa.py100 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/buguyy.py111 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/htqyy.py98 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/twot58.py105 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/yinyuedao.py66 except Exception: music_id = tokenCODE
LOWmusicdl/modules/thirdpartysites/yinyuedao.py140 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/kkws.py106 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/mitu.py114 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/fangpi.py137 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/fivesong.py104 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/mgmp3.py118 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/liziyy.py108 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/gequhai.py145 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/sgogo.py124 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/xmfwav.py118 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/yinyueku.py69 except Exception: passCODE
LOWmusicdl/modules/thirdpartysites/yinyueku.py77 except Exception: passCODE
LOWmusicdl/modules/thirdpartysites/yinyueku.py85 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/livepoo.py152 except Exception as err:STRING
LOWmusicdl/modules/thirdpartysites/xiageba.py80 except Exception as err:CODE
LOWmusicdl/modules/thirdpartysites/gequbao.py134 except Exception as err:CODE
LOWmusicdl/modules/js/youtube/jsinterp.py443 except Exception as e: raise self.Exception(f'Failed to evaluate {left_val!r} {op} {right_val!r}', expr, cause=eCODE
LOWmusicdl/modules/js/youtube/jsinterp.py449 except Exception as e:CODE
LOWmusicdl/modules/js/youtube/jsinterp.py558 except Exception as e:STRING
LOWmusicdl/modules/audiobooks/lrts.py159 except Exception as err:CODE
LOWmusicdl/modules/audiobooks/itunes.py108 except Exception as err:CODE
LOWmusicdl/modules/audiobooks/qingting.py182 except Exception as err:CODE
LOWmusicdl/modules/audiobooks/ximalaya.py189 except Exception as err:CODE
LOWmusicdl/modules/audiobooks/lizhi.py228 except Exception as err:CODE
LOWmusicdl/modules/utils/misc.py74 except Exception: return (json_repair.loads(resp.text) or {})CODE
LOWmusicdl/modules/utils/misc.py87 except Exception: result = default_valueCODE
LOWmusicdl/modules/utils/misc.py236 except Exception: size = 'NULL'CODE
LOWmusicdl/modules/utils/misc.py326 except Exception as exc:CODE
LOWmusicdl/modules/utils/misc.py334 except Exception as exc:CODE
LOWmusicdl/modules/utils/misc.py355 except Exception as exc:CODE
LOWmusicdl/modules/utils/misc.py370 except Exception as exc:CODE
LOWmusicdl/modules/utils/hls.py235 except Exception as exc: self.logger_handle.warning(f"ffmpeg remux failed, falling back to direct copy: {excCODE
LOWmusicdl/modules/utils/hls.py304 except Exception: passCODE
LOWmusicdl/modules/utils/hls.py308 except Exception: passCODE
LOWmusicdl/modules/utils/hls.py324 except Exception: iv = text.encode("utf-8", errors="ignore")CODE
LOWmusicdl/modules/utils/hls.py363 except Exception: passCODE
LOWmusicdl/modules/utils/quarkparser.py23 except Exception: download_result, download_url = {}, ""CODE
LOWmusicdl/modules/utils/quarkparser.py66 except Exception:CODE
LOWmusicdl/modules/utils/quarkparser.py83 except Exception: download_result, download_url = {}, ""CODE
LOWmusicdl/modules/utils/quarkparser.py117 except Exception:CODE
LOWmusicdl/modules/utils/spotifyutils.py85 except Exception: client_version = m.group(1) if (m := re.search(r'"clientVersion":"([^"]+)"', resp.text)) else CODE
LOWmusicdl/modules/utils/spotifyutils.py121 except Exception: return fallback_hashCODE
LOWmusicdl/modules/utils/spotifyutils.py156 except Exception: return [], {}CODE
LOWmusicdl/modules/utils/spotifyutils.py332 except Exception: parsed = resp.textCODE
LOWmusicdl/modules/utils/spotifyutils.py354 except Exception: passCODE
LOWmusicdl/modules/utils/zarz.py168 except Exception as exc: errors.append(f"{code}: {exc}")CODE
LOWmusicdl/modules/utils/zarz.py212 except Exception: passCODE
LOWmusicdl/modules/utils/zarz.py240 except Exception: passCODE
LOWmusicdl/modules/utils/tidalutils.py529 except Exception: passCODE
LOWmusicdl/modules/utils/tidalutils.py676 except Exception: passCODE
LOWmusicdl/modules/utils/tidalutils.py711 except Exception as exc:CODE
LOWmusicdl/modules/utils/tidalutils.py880 except Exception as exc:CODE
LOWmusicdl/modules/utils/tidalutils.py886 except Exception as exc:CODE
LOWmusicdl/modules/utils/tidalutils.py914 except Exception: fetched = NoneCODE
103 more matches not shown…
Unused Imports171 hits · 128 pts
SeverityFileLineSnippetContext
LOWmusicdl/modules/__init__.py2CODE
LOWmusicdl/modules/__init__.py2CODE
LOWmusicdl/modules/__init__.py2CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
LOWmusicdl/modules/__init__.py3CODE
111 more matches not shown…
Cross-File Repetition19 hits · 95 pts
SeverityFileLineSnippetContext
HIGHmusicdl/modules/utils/cookies.py0function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘STRING
HIGHmusicdl/modules/utils/cmd.py0function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘STRING
HIGHmusicdl/modules/utils/logger.py0function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘STRING
HIGHmusicdl/modules/utils/lyric.py0function: implementation of lyric related utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡丘STRING
HIGHmusicdl/modules/utils/misc.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/spotifyutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/zarz.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/kuwoutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/deezerutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/neteaseutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/sodautils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/qobuzutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/qqutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHmusicdl/modules/utils/soundcloudutils.py0function: implementation of soundcloudmusicclient utils author: zhenchao jin wechat official account (微信公众号): charles的皮卡STRING
HIGHscripts/build_cookies_for_qingtingfm.py0function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charleSTRING
HIGHscripts/build_cookies_for_qobuz.py0function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charleSTRING
HIGHscripts/build_cookies_for_kugou.py0function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charleSTRING
HIGHscripts/build_cookies_for_tidal.py0function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charleSTRING
HIGHscripts/build_cookies_for_joox.py0function: implementation of jooxmusicclient cookies builder author: zhenchao jin wechat official account (微信公众号): charleSTRING
Hyper-Verbose Identifiers75 hits · 78 pts
SeverityFileLineSnippetContext
LOWmusicdl/musicdl.py81 def printandselectsearchresults(self, search_results: dict[str, list[SongInfo]]) -> list[SongInfo]:CODE
LOWmusicdl/modules/thirdpartysites/itingwa.py47 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/buguyy.py44 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/buguyy.py66 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/htqyy.py42 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/twot58.py45 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/yinyuedao.py60 def _parsesearchresultsfromhtml(self, html_text, base_url="https://www.1mp3.top"):CODE
LOWmusicdl/modules/thirdpartysites/yinyuedao.py70 def _parsesearchresultfromquark(self, search_result: dict, download_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/yinyuedao.py92 def _parsesearchresultfromweb(self, search_result: dict, download_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/kkws.py43 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/mitu.py45 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/mitu.py71 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/fangpi.py46 def _parsesearchresultsfromhtml(self, html, base_url="https://www.fangpi.net"):CODE
LOWmusicdl/modules/thirdpartysites/fangpi.py55 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/fangpi.py78 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/fivesong.py45 def _parsesearchresultsfromhtml(self, resp: requests.Response):CODE
LOWmusicdl/modules/thirdpartysites/mgmp3.py44 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/mgmp3.py72 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/liziyy.py44 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/gequhai.py48 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/gequhai.py59 def _extractappdataandwindowvars(self, js_text: str) -> dict:CODE
LOWmusicdl/modules/thirdpartysites/gequhai.py74 def _parsesearchresultfromquark(self, search_result: dict, download_result: dict, soup: BeautifulSoup, request_overrCODE
LOWmusicdl/modules/thirdpartysites/gequhai.py94 def _parsesearchresultfromweb(self, search_result: dict, download_result: dict, soup: BeautifulSoup, request_overridCODE
LOWmusicdl/modules/thirdpartysites/sgogo.py42 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/sgogo.py50 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/sgogo.py78 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/xmfwav.py43 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/xmfwav.py69 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/livepoo.py48 def _parsesearchresultsfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/livepoo.py58 def _extractquarklinksfromhtml(self, html_text: str):CODE
LOWmusicdl/modules/thirdpartysites/livepoo.py85 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):STRING
LOWmusicdl/modules/thirdpartysites/livepoo.py107 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):STRING
LOWmusicdl/modules/thirdpartysites/gequbao.py43 def _parsesearchresultsfromhtml(self, html, base_url="https://www.gequbao.com"):CODE
LOWmusicdl/modules/thirdpartysites/gequbao.py52 def _parsesearchresultfromquark(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/thirdpartysites/gequbao.py75 def _parsesearchresultfromweb(self, search_result: dict, request_overrides: dict = None):CODE
LOWmusicdl/modules/utils/misc.py92def usedownloadheaderscookies(func):CODE
LOWmusicdl/modules/utils/misc.py219 def chooseaudioextfromffprobeoutput(codec_name: str | None) -> str:CODE
LOWmusicdl/modules/utils/misc.py225 def extractaudiofromvideolossless(video_path, audio_path: str | None = None) -> str:CODE
LOWmusicdl/modules/utils/cmd.py93 def insertpositionalbeforeoutput(self, value: Any) -> "CommandBuilder":CODE
LOWmusicdl/modules/utils/hls.py201 def fetchencryptedorplainsegment(self, spec: SegmentSpec) -> bytes:CODE
LOWmusicdl/modules/utils/spotifyutils.py380 def extractyoutubevideocandidates(self, *responses) -> list[str]:CODE
LOWmusicdl/modules/utils/spotifyutils.py397 def getdownloadflagfromspotify(self, spotify_input: str, engine: str = "v1", fmt: str = "mp3", quality: str = "320",CODE
LOWmusicdl/modules/utils/tidalutils.py811 def ensureflaccoverartdependenciesready() -> bool:CODE
LOWmusicdl/modules/utils/tidalutils.py818 def ensureflaccoverartisalreadygood(flac_path: Path, max_px: int) -> bool:CODE
LOWmusicdl/modules/utils/tidalutils.py1027 def getstreamurlspotbyeqzzapi(song_id, quality: str, request_overrides: dict = None) -> Tuple[StreamUrl, Any]:CODE
LOWmusicdl/modules/utils/appleutils.py319 def createfromnetscapecookies(cls, cookies: dict, request_overrides: dict = None, *args, **kwargs) -> "AppleMusicCliCODE
LOWmusicdl/modules/utils/appleutils.py592 def getaudiosessionkeymetadata(m3u8_data: dict):CODE
LOWmusicdl/modules/utils/youtubeutils.py380def parseforobjectfromstartpoint(html, start_point):CODE
LOWmusicdl/modules/utils/youtubeutils.py425def extractsignaturetimestamp(js: str):CODE
LOWmusicdl/modules/utils/youtubeutils.py499def extractsignaturetimestamp(js: str):CODE
LOWmusicdl/modules/utils/youtubeutils.py2885 def processformatinitialization(self, data):CODE
LOWmusicdl/modules/utils/youtubeutils.py2902 def processstreamprotectionstatus(self, data):CODE
LOWmusicdl/modules/utils/youtubeutils.py3494 def video_playback_ustreamer_config(self):CODE
LOWmusicdl/modules/utils/deezerutils.py53 def decryptdownloadedaudiofile(src_path: str, dst_path: str, blowfish_key: str):CODE
LOWmusicdl/modules/utils/lanzouyparser.py97 def parsefromurlwithofficialapi(url: str, passcode: str = ''):CODE
LOWmusicdl/modules/utils/lyric.py32def extractdurationsecondsfromlrc(lrc: str) -> Optional[float]:CODE
LOWmusicdl/modules/utils/qobuzutils.py82 def buildtrackdownloadpayload(self, track: Dict[str, Any], *, quality: int = 27, output_format: str = "FLAC", bitratCODE
LOWmusicdl/modules/utils/songinfoutils.py39 def supplsonginfothensavelyricsthenwritetags(song_info: SongInfo, logger_handle: LoggerHandle, disable_print: bool, CODE
LOWmusicdl/modules/utils/songinfoutils.py62 def savelyricsthenwritetagstoaudio(song_info: SongInfo, overwrite: bool = False, *, timeout: int = 15) -> dict:CODE
LOWmusicdl/modules/utils/songinfoutils.py266 def estimatedurationwithfilesizebr(file_size_bytes: int, br_kbps: float, return_seconds: bool = False) -> str:CODE
15 more matches not shown…
Deep Nesting70 hits · 55 pts
SeverityFileLineSnippetContext
LOWmusicdl/musicdl.py155CODE
LOWmusicdl/modules/thirdpartysites/twot58.py69CODE
LOWmusicdl/modules/thirdpartysites/kkws.py71CODE
LOWmusicdl/modules/thirdpartysites/fivesong.py62CODE
LOWmusicdl/modules/thirdpartysites/liziyy.py72CODE
LOWmusicdl/modules/thirdpartysites/yinyueku.py44CODE
LOWmusicdl/modules/thirdpartysites/xiageba.py45CODE
LOWmusicdl/modules/js/youtube/jsinterp.py393CODE
LOWmusicdl/modules/js/youtube/jsinterp.py457CODE
LOWmusicdl/modules/js/youtube/jsinterp.py470CODE
LOWmusicdl/modules/js/youtube/jsinterp.py716CODE
LOWmusicdl/modules/audiobooks/qingting.py124CODE
LOWmusicdl/modules/audiobooks/ximalaya.py138CODE
LOWmusicdl/modules/audiobooks/lizhi.py110CODE
LOWmusicdl/modules/audiobooks/lizhi.py160CODE
LOWmusicdl/modules/utils/cmd.py119CODE
LOWmusicdl/modules/utils/cmd.py146CODE
LOWmusicdl/modules/utils/zarz.py32CODE
LOWmusicdl/modules/utils/zarz.py103CODE
LOWmusicdl/modules/utils/zarz.py44CODE
LOWmusicdl/modules/utils/tidalutils.py698CODE
LOWmusicdl/modules/utils/tidalutils.py900CODE
LOWmusicdl/modules/utils/youtubeutils.py259CODE
LOWmusicdl/modules/utils/youtubeutils.py354CODE
LOWmusicdl/modules/utils/youtubeutils.py602CODE
LOWmusicdl/modules/utils/youtubeutils.py862CODE
LOWmusicdl/modules/utils/youtubeutils.py1057CODE
LOWmusicdl/modules/utils/youtubeutils.py1271CODE
LOWmusicdl/modules/utils/youtubeutils.py1480CODE
LOWmusicdl/modules/utils/youtubeutils.py1637CODE
LOWmusicdl/modules/utils/youtubeutils.py1730CODE
LOWmusicdl/modules/utils/youtubeutils.py1761CODE
LOWmusicdl/modules/utils/youtubeutils.py1793CODE
LOWmusicdl/modules/utils/youtubeutils.py1823CODE
LOWmusicdl/modules/utils/youtubeutils.py1878CODE
LOWmusicdl/modules/utils/youtubeutils.py1901CODE
LOWmusicdl/modules/utils/youtubeutils.py1941CODE
LOWmusicdl/modules/utils/youtubeutils.py1978CODE
LOWmusicdl/modules/utils/youtubeutils.py2008CODE
LOWmusicdl/modules/utils/youtubeutils.py2080CODE
LOWmusicdl/modules/utils/youtubeutils.py2133CODE
LOWmusicdl/modules/utils/youtubeutils.py2159CODE
LOWmusicdl/modules/utils/youtubeutils.py2193CODE
LOWmusicdl/modules/utils/youtubeutils.py2220CODE
LOWmusicdl/modules/utils/youtubeutils.py2249CODE
LOWmusicdl/modules/utils/youtubeutils.py2277CODE
LOWmusicdl/modules/utils/youtubeutils.py2426CODE
LOWmusicdl/modules/utils/youtubeutils.py2497CODE
LOWmusicdl/modules/utils/youtubeutils.py2572CODE
LOWmusicdl/modules/utils/youtubeutils.py2639CODE
LOWmusicdl/modules/utils/youtubeutils.py2804CODE
LOWmusicdl/modules/utils/youtubeutils.py3259CODE
LOWmusicdl/modules/utils/youtubeutils.py3282CODE
LOWmusicdl/modules/utils/youtubeutils.py3307CODE
LOWmusicdl/modules/utils/youtubeutils.py3567CODE
LOWmusicdl/modules/utils/youtubeutils.py2809CODE
LOWmusicdl/modules/utils/qqutils.py228CODE
LOWmusicdl/modules/common/mp3juice.py45CODE
LOWmusicdl/modules/common/tunehub.py71CODE
LOWmusicdl/modules/sources/tidal.py42CODE
10 more matches not shown…
Decorative Section Separators12 hits · 39 pts
SeverityFileLineSnippetContext
MEDIUMexamples/claudeai-modern-web-music-player/app.py247# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py249# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py54# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py56# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py78# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py80# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py140# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py142# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py320# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/claudeai-modern-web-music-player/app.py322# ---------------------------------------------------------------------------COMMENT
AI Structural Patterns11 hits · 9 pts
SeverityFileLineSnippetContext
LOWmusicdl/modules/utils/afkarxyz.py57CODE
LOWmusicdl/modules/utils/hls.py92CODE
LOWmusicdl/modules/utils/appleutils.py644CODE
LOWmusicdl/modules/utils/youtubeutils.py2967CODE
LOWmusicdl/modules/utils/youtubeutils.py3201CODE
LOWmusicdl/modules/utils/youtubeutils.py3208CODE
LOWmusicdl/modules/utils/youtubeutils.py3359CODE
LOWmusicdl/modules/utils/lyric.py87CODE
LOWmusicdl/modules/utils/qobuzutils.py82CODE
LOWmusicdl/modules/utils/kugouutils.py106CODE
LOWmusicdl/modules/sources/base.py67CODE
Cross-Language Confusion1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHmusicdl/modules/thirdpartysites/gequhai.py67 seen = set(out); out.update({k: {"true": True, "false": False, "null": None}[str(v).lower()] for k, v in re.findCODE
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOWdocs/conf.py1# Configuration file for the Sphinx documentation builder.COMMENT
LOWdocs/conf.py61# a list of builtin themes.COMMENT
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWmusicdl/modules/utils/youtubeutils.py1258 elif not isinstance(buf, bytes): raise TypeError(f"Unsupported buffer type: {type(buf)}")CODE
LOWscripts/refresh_python_timestamps.py6def update_python_file_timestamps(directory: Path) -> None:CODE
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…les/claudeai-modern-web-music-player/static/index.html51 <div class="placeholder" id="placeholder">CODE