Repository Analysis

soimort/you-get

:arrow_double_down: Dumb downloader that scrapes the web

29.0 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of soimort/you-get, a Python project with 56,851 GitHub stars. SynthScan v2.0 examined 15,561 lines of code across 147 source files, recording 414 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 29.0 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).

29.0
Adjusted Score
29.0
Raw Score
100%
Time Factor
2026-07-06
Last Push
56.9K
Stars
Python
Language
15.6K
Lines of Code
147
Files
414
Pattern Hits
2026-07-14
Scan Date
0.01
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 1MEDIUM 24LOW 389

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 414 distinct pattern matches across 10 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.

Unused Imports222 hits · 190 pts
SeverityFileLineSnippetContext
LOWtests/test_common.py5CODE
LOWtests/test.py5CODE
LOWtests/test.py5CODE
LOWtests/test.py5CODE
LOWtests/test.py5CODE
LOWtests/test_util.py5CODE
LOWsrc/you_get/__init__.py10CODE
LOWsrc/you_get/extractor.py3CODE
LOWsrc/you_get/extractor.py3CODE
LOWsrc/you_get/__main__.py4CODE
LOWsrc/you_get/processor/ffmpeg.py6CODE
LOWsrc/you_get/processor/__init__.py3CODE
LOWsrc/you_get/processor/__init__.py4CODE
LOWsrc/you_get/processor/__init__.py5CODE
LOWsrc/you_get/processor/__init__.py6CODE
LOWsrc/you_get/processor/join_ts.py3CODE
LOWsrc/you_get/processor/join_ts.py4CODE
LOWsrc/you_get/cli_wrapper/player/__init__.py3CODE
LOWsrc/you_get/extractors/wanmen.py5CODE
LOWsrc/you_get/extractors/kakao.py3CODE
LOWsrc/you_get/extractors/kakao.py4CODE
LOWsrc/you_get/extractors/flickr.py5CODE
LOWsrc/you_get/extractors/bandcamp.py5CODE
LOWsrc/you_get/extractors/lrts.py6CODE
LOWsrc/you_get/extractors/lrts.py7CODE
LOWsrc/you_get/extractors/youtube.py3CODE
LOWsrc/you_get/extractors/ted.py5CODE
LOWsrc/you_get/extractors/tumblr.py5CODE
LOWsrc/you_get/extractors/tumblr.py6CODE
LOWsrc/you_get/extractors/le.py10CODE
LOWsrc/you_get/extractors/embed.py5CODE
LOWsrc/you_get/extractors/embed.py10CODE
LOWsrc/you_get/extractors/embed.py12CODE
LOWsrc/you_get/extractors/embed.py13CODE
LOWsrc/you_get/extractors/kuwo.py5CODE
LOWsrc/you_get/extractors/bigthink.py3CODE
LOWsrc/you_get/extractors/suntv.py5CODE
LOWsrc/you_get/extractors/qie_video.py1CODE
LOWsrc/you_get/extractors/qie_video.py3CODE
LOWsrc/you_get/extractors/douban.py6CODE
LOWsrc/you_get/extractors/bokecc.py3CODE
LOWsrc/you_get/extractors/miomio.py5CODE
LOWsrc/you_get/extractors/acfun.py3CODE
LOWsrc/you_get/extractors/qie.py4CODE
LOWsrc/you_get/extractors/qie.py6CODE
LOWsrc/you_get/extractors/iqiyi.py3CODE
LOWsrc/you_get/extractors/iqiyi.py9CODE
LOWsrc/you_get/extractors/iqiyi.py10CODE
LOWsrc/you_get/extractors/iqiyi.py10CODE
LOWsrc/you_get/extractors/iqiyi.py12CODE
LOWsrc/you_get/extractors/iqilu.py5CODE
LOWsrc/you_get/extractors/interest.py3CODE
LOWsrc/you_get/extractors/yixia.py5CODE
LOWsrc/you_get/extractors/vimeo.py5CODE
LOWsrc/you_get/extractors/vimeo.py6CODE
LOWsrc/you_get/extractors/mgtv.py4CODE
LOWsrc/you_get/extractors/huomaotv.py5CODE
LOWsrc/you_get/extractors/naver.py3CODE
LOWsrc/you_get/extractors/naver.py4CODE
LOWsrc/you_get/extractors/naver.py10CODE
162 more matches not shown…
Modern Structural Boilerplate80 hits · 81 pts
SeverityFileLineSnippetContext
LOWsrc/you_get/extractors/wanmen.py3__all__ = ['wanmen_download', 'wanmen_download_by_course', 'wanmen_download_by_course_topic', 'wanmen_download_by_courseCODE
LOWsrc/you_get/extractors/kakao.py6__all__ = ['kakao_download']CODE
LOWsrc/you_get/extractors/flickr.py3__all__ = ['flickr_download_main']CODE
LOWsrc/you_get/extractors/cntv.py9__all__ = ['cntv_download', 'cntv_download_by_id']CODE
LOWsrc/you_get/extractors/bandcamp.py3__all__ = ['bandcamp_download']CODE
LOWsrc/you_get/extractors/lrts.py3__all__ = ['lrts_download']CODE
LOWsrc/you_get/extractors/ted.py3__all__ = ['ted_download']CODE
LOWsrc/you_get/extractors/tumblr.py3__all__ = ['tumblr_download']CODE
LOWsrc/you_get/extractors/le.py3__all__ = ['letv_download', 'letvcloud_download', 'letvcloud_download_by_vu']CODE
LOWsrc/you_get/extractors/embed.py1__all__ = ['embed_download']CODE
LOWsrc/you_get/extractors/kuwo.py3__all__ = ['kuwo_download']CODE
LOWsrc/you_get/extractors/suntv.py3__all__ = ['suntv_download']CODE
LOWsrc/you_get/extractors/qingting.py8__all__ = ['qingting_download_by_url']CODE
LOWsrc/you_get/extractors/douban.py3__all__ = ['douban_download']CODE
LOWsrc/you_get/extractors/miomio.py3__all__ = ['miomio_download']CODE
LOWsrc/you_get/extractors/iqilu.py3__all__ = ['iqilu_download']CODE
LOWsrc/you_get/extractors/yixia.py3__all__ = ['yixia_download']CODE
LOWsrc/you_get/extractors/vimeo.py3__all__ = ['vimeo_download', 'vimeo_download_by_id', 'vimeo_download_by_channel', 'vimeo_download_by_channel_id']CODE
LOWsrc/you_get/extractors/douyin.py16__all__ = ['douyin_download_by_url']CODE
LOWsrc/you_get/extractors/huomaotv.py3__all__ = ['huomaotv_download']CODE
LOWsrc/you_get/extractors/naver.py12__all__ = ['naver_download_by_url']CODE
LOWsrc/you_get/extractors/ku6.py3__all__ = ['ku6_download', 'ku6_download_by_id']CODE
LOWsrc/you_get/extractors/google.py3__all__ = ['google_download']CODE
LOWsrc/you_get/extractors/mtv81.py3__all__ = ['mtv81_download']CODE
LOWsrc/you_get/extractors/ckplayer.py7__all__ = ['ckplayer_download']CODE
LOWsrc/you_get/extractors/nanagogo.py3__all__ = ['nanagogo_download']CODE
LOWsrc/you_get/extractors/qq.py3__all__ = ['qq_download']CODE
LOWsrc/you_get/extractors/pixnet.py3__all__ = ['pixnet_download']CODE
LOWsrc/you_get/extractors/alive.py3__all__ = ['alive_download']CODE
LOWsrc/you_get/extractors/metacafe.py3__all__ = ['metacafe_download']CODE
LOWsrc/you_get/extractors/douyutv.py3__all__ = ['douyutv_download']CODE
LOWsrc/you_get/extractors/sina.py3__all__ = ['sina_download', 'sina_download_by_vid', 'sina_download_by_vkey']CODE
LOWsrc/you_get/extractors/facebook.py3__all__ = ['facebook_download']CODE
LOWsrc/you_get/extractors/sohu.py3__all__ = ['sohu_download']CODE
LOWsrc/you_get/extractors/ximalaya.py3__all__ = ['ximalaya_download_playlist', 'ximalaya_download', 'ximalaya_download_by_id']CODE
LOWsrc/you_get/extractors/vk.py3__all__ = ['vk_download']CODE
LOWsrc/you_get/extractors/nicovideo.py3__all__ = ['nicovideo_download']CODE
LOWsrc/you_get/extractors/zhanqi.py3__all__ = ['zhanqi_download']CODE
LOWsrc/you_get/extractors/khan.py3__all__ = ['khan_download']CODE
LOWsrc/you_get/extractors/giphy.py3__all__ = ['giphy_download']CODE
LOWsrc/you_get/extractors/lizhi.py3__all__ = ['lizhi_download']CODE
LOWsrc/you_get/extractors/kugou.py3__all__ = ['kugou_download']CODE
LOWsrc/you_get/extractors/miaopai.py3__all__ = ['miaopai_download']CODE
LOWsrc/you_get/extractors/soundcloud.py3__all__ = ['sndcd_download']CODE
LOWsrc/you_get/extractors/twitter.py3__all__ = ['twitter_download']CODE
LOWsrc/you_get/extractors/ixigua.py8__all__ = ['ixigua_download', 'ixigua_download_playlist_by_url']CODE
LOWsrc/you_get/extractors/joy.py3__all__ = ['joy_download']CODE
LOWsrc/you_get/extractors/kuaishou.py9__all__ = ['kuaishou_download_by_url']CODE
LOWsrc/you_get/extractors/netease.py4__all__ = ['netease_download']CODE
LOWsrc/you_get/extractors/yizhibo.py3__all__ = ['yizhibo_download']CODE
LOWsrc/you_get/extractors/veoh.py3__all__ = ['veoh_download']CODE
LOWsrc/you_get/extractors/cbs.py3__all__ = ['cbs_download']CODE
LOWsrc/you_get/extractors/tudou.py3__all__ = ['tudou_download', 'tudou_download_playlist', 'tudou_download_by_id', 'tudou_download_by_iid']CODE
LOWsrc/you_get/extractors/coub.py3__all__ = ['coub_download']CODE
LOWsrc/you_get/extractors/ucas.py3__all__ = ['ucas_download', 'ucas_download_single', 'ucas_download_playlist']CODE
LOWsrc/you_get/extractors/freesound.py3__all__ = ['freesound_download']CODE
LOWsrc/you_get/extractors/iwara.py2__all__ = ['iwara_download']CODE
LOWsrc/you_get/extractors/archive.py3__all__ = ['archive_download']CODE
LOWsrc/you_get/extractors/mixcloud.py3__all__ = ['mixcloud_download']CODE
LOWsrc/you_get/extractors/zhibo.py3__all__ = ['zhibo_download']CODE
20 more matches not shown…
Decorative Section Separators19 hits · 64 pts
SeverityFileLineSnippetContext
MEDIUMsrc/you_get/extractors/miomio.py40#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/yixia.py10#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/yixia.py28#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/yixia.py46#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/yixia.py64#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/yixia.py100#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/vimeo.py14#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/vimeo.py21#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/mgtv.py54 # ----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/ckplayer.py12#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/ckplayer.py41#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/ckplayer.py56#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/ckplayer.py81#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/veoh.py17#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/showroom.py10#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/showroom.py59#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/fc2video.py9#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/fc2video.py18#----------------------------------------------------------------------COMMENT
MEDIUMsrc/you_get/extractors/fc2video.py44#----------------------------------------------------------------------COMMENT
Deep Nesting41 hits · 41 pts
SeverityFileLineSnippetContext
LOWsrc/you_get/extractor.py137CODE
LOWsrc/you_get/extractor.py179CODE
LOWsrc/you_get/common.py588CODE
LOWsrc/you_get/common.py670CODE
LOWsrc/you_get/common.py951CODE
LOWsrc/you_get/common.py988CODE
LOWsrc/you_get/common.py1211CODE
LOWsrc/you_get/common.py1392CODE
LOWsrc/you_get/__main__.py24CODE
LOWsrc/you_get/util/os.py5CODE
LOWsrc/you_get/processor/join_mp4.py873CODE
LOWsrc/you_get/extractors/kakao.py9CODE
LOWsrc/you_get/extractors/cntv.py44CODE
LOWsrc/you_get/extractors/youtube.py208CODE
LOWsrc/you_get/extractors/tumblr.py10CODE
LOWsrc/you_get/extractors/qie_video.py57CODE
LOWsrc/you_get/extractors/douban.py8CODE
LOWsrc/you_get/extractors/miomio.py11CODE
LOWsrc/you_get/extractors/acfun.py74CODE
LOWsrc/you_get/extractors/iqiyi.py157CODE
LOWsrc/you_get/extractors/yixia.py65CODE
LOWsrc/you_get/extractors/vimeo.py75CODE
LOWsrc/you_get/extractors/douyin.py19CODE
LOWsrc/you_get/extractors/google.py43CODE
LOWsrc/you_get/extractors/qq.py75CODE
LOWsrc/you_get/extractors/qq.py113CODE
LOWsrc/you_get/extractors/sohu.py21CODE
LOWsrc/you_get/extractors/netease.py24CODE
LOWsrc/you_get/extractors/bilibili.py48CODE
LOWsrc/you_get/extractors/bilibili.py153CODE
LOWsrc/you_get/extractors/bilibili.py510CODE
LOWsrc/you_get/extractors/bilibili.py621CODE
LOWsrc/you_get/extractors/coub.py10CODE
LOWsrc/you_get/extractors/instagram.py7CODE
LOWsrc/you_get/extractors/youku.py242CODE
LOWsrc/you_get/extractors/youku.py146CODE
LOWsrc/you_get/extractors/longzhu.py16CODE
LOWsrc/you_get/extractors/icourses.py121CODE
LOWsrc/you_get/extractors/baidu.py105CODE
LOWsrc/you_get/extractors/funshion.py168CODE
LOWsrc/you_get/extractors/universal.py8CODE
Hyper-Verbose Identifiers34 hits · 40 pts
SeverityFileLineSnippetContext
LOWsrc/you_get/processor/ffmpeg.py285def ffmpeg_concat_audio_and_video(files, output, ext):CODE
LOWsrc/you_get/processor/ffmpeg.py303def ffprobe_get_media_duration(file):CODE
LOWsrc/you_get/extractors/wanmen.py18def _wanmen_get_title_by_json_topic_part(json_content, tIndex, pIndex):CODE
LOWsrc/you_get/extractors/wanmen.py28def _wanmen_get_boke_id_by_json_topic_part(json_content, tIndex, pIndex):CODE
LOWsrc/you_get/extractors/wanmen.py37def wanmen_download_by_course(json_api_content, output_dir='.', merge=True, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/wanmen.py54def wanmen_download_by_course_topic(json_api_content, tIndex, output_dir='.', merge=True, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/wanmen.py69def wanmen_download_by_course_topic_part(json_api_content, tIndex, pIndex, output_dir='.', merge=True, info_only=False, CODE
LOWsrc/you_get/extractors/flickr.py168def fetch_photo_url_list_impl(url, size, method, id_field, id_parse_func, collection_name):CODE
LOWsrc/you_get/extractors/youtube.py191 def check_playability_response(self, ytInitialPlayerResponse):CODE
LOWsrc/you_get/extractors/yixia.py29def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False):CODE
LOWsrc/you_get/extractors/yixia.py47def yixia_xiaokaxiu_download_by_scid(scid, output_dir = '.', merge = True, info_only = False):CODE
LOWsrc/you_get/extractors/yixia.py101#def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False):COMMENT
LOWsrc/you_get/extractors/vimeo.py15def vimeo_download_by_channel(url, output_dir='.', merge=False, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/vimeo.py22def vimeo_download_by_channel_id(channel_id, output_dir='.', merge=False, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/qq.py75def kg_qq_download_by_shareid(shareid, output_dir='.', info_only=False, caption=False):CODE
LOWsrc/you_get/extractors/ximalaya.py72def ximalaya_download_playlist(url, output_dir='.', info_only=False, stream_id=None, **kwargs):CODE
LOWsrc/you_get/extractors/vk.py25def get_video_from_user_videolist(url):CODE
LOWsrc/you_get/extractors/lizhi.py21def lizhi_extract_playlist_info(radio_id):CODE
LOWsrc/you_get/extractors/ixigua.py109def ixigua_download_playlist_by_url(url, output_dir='.', merge=True, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/netease.py24def netease_cloud_music_download(url, output_dir='.', merge=True, info_only=False, **kwargs):STRING
LOWsrc/you_get/extractors/bilibili.py86 def bilibili_audio_menu_info_api(sid):CODE
LOWsrc/you_get/extractors/bilibili.py90 def bilibili_audio_menu_song_api(sid, ps=100):CODE
LOWsrc/you_get/extractors/bilibili.py111 def bilibili_live_room_info_api(room_id):CODE
LOWsrc/you_get/extractors/bilibili.py115 def bilibili_live_room_init_api(room_id):CODE
LOWsrc/you_get/extractors/bilibili.py119 def bilibili_space_channel_api(mid, cid, pn=1, ps=100):CODE
LOWsrc/you_get/extractors/bilibili.py123 def bilibili_space_collection_api(mid, cid, pn=1, ps=30):CODE
LOWsrc/you_get/extractors/bilibili.py127 def bilibili_series_archives_api(mid, sid, pn=1, ps=100):CODE
LOWsrc/you_get/extractors/bilibili.py131 def bilibili_space_favlist_api(fid, pn=1, ps=20):CODE
LOWsrc/you_get/extractors/theplatform.py5def theplatform_download_by_pid(pid, title, output_dir='.', merge=True, info_only=False, **kwargs):CODE
LOWsrc/you_get/extractors/youku.py242def youku_download_playlist_by_url(url, **kwargs):CODE
LOWsrc/you_get/extractors/icourses.py87def icourses_playlist_download(url, output_dir='.', **kwargs):CODE
LOWsrc/you_get/extractors/baidu.py257def baidu_pan_protected_share(url):CODE
LOWsrc/you_get/extractors/showroom.py11def showroom_get_roomid_by_room_url_key(room_url_key):CODE
LOWsrc/you_get/extractors/showroom.py26def showroom_download_by_room_id(room_id, output_dir = '.', merge = False, info_only = False, **kwargs):CODE
Excessive Try-Catch Wrapping8 hits · 14 pts
SeverityFileLineSnippetContext
LOWsrc/you_get/common.py1803 except Exception:CODE
MEDIUMsrc/you_get/common.py196def maybe_print(*s):CODE
LOWsrc/you_get/extractors/iqiyi.py152 except Exception as e:CODE
LOWsrc/you_get/extractors/vimeo.py61 except Exception as e:CODE
MEDIUMsrc/you_get/extractors/coub.py36 print("Error preparing full coub video. {}".format(err))CODE
LOWsrc/you_get/extractors/coub.py37 except Exception as err:CODE
MEDIUMsrc/you_get/extractors/coub.py38 print("Error while downloading files. {}".format(err))CODE
LOWsrc/you_get/extractors/universal.py16 except Exception:CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHsrc/you_get/common.py1367 # in lower pyver (e.g. 3.2.x), remove 'flush' keyword and flush it as requestedCOMMENT
Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtests/test.py21 imgur.download('http://imgur.com/WVLk5nD', info_only=True)COMMENT
LOWtests/test.py41 #)COMMENT
LOWsrc/you_get/processor/join_mp4.py661 b'udta': read_udta,COMMENT
LOWsrc/you_get/extractors/yixia.py101#def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False):COMMENT
LOWsrc/you_get/extractors/lizhi.py21def lizhi_extract_playlist_info(radio_id):COMMENT
LOWsrc/you_get/extractors/tucao.py1#!/usr/bin/env pythonCOMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMsrc/you_get/__init__.py2# This file is Python 2 compliant.COMMENT
MEDIUMsrc/you_get/util/log.py2# This file is Python 2 compliant.COMMENT
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsrc/you_get/extractors/netease.py180CODE