:arrow_double_down: Dumb downloader that scrapes the web
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_common.py | 5 | CODE | |
| LOW | tests/test.py | 5 | CODE | |
| LOW | tests/test.py | 5 | CODE | |
| LOW | tests/test.py | 5 | CODE | |
| LOW | tests/test.py | 5 | CODE | |
| LOW | tests/test_util.py | 5 | CODE | |
| LOW | src/you_get/__init__.py | 10 | CODE | |
| LOW | src/you_get/extractor.py | 3 | CODE | |
| LOW | src/you_get/extractor.py | 3 | CODE | |
| LOW | src/you_get/__main__.py | 4 | CODE | |
| LOW | src/you_get/processor/ffmpeg.py | 6 | CODE | |
| LOW | src/you_get/processor/__init__.py | 3 | CODE | |
| LOW | src/you_get/processor/__init__.py | 4 | CODE | |
| LOW | src/you_get/processor/__init__.py | 5 | CODE | |
| LOW | src/you_get/processor/__init__.py | 6 | CODE | |
| LOW | src/you_get/processor/join_ts.py | 3 | CODE | |
| LOW | src/you_get/processor/join_ts.py | 4 | CODE | |
| LOW | src/you_get/cli_wrapper/player/__init__.py | 3 | CODE | |
| LOW | src/you_get/extractors/wanmen.py | 5 | CODE | |
| LOW | src/you_get/extractors/kakao.py | 3 | CODE | |
| LOW | src/you_get/extractors/kakao.py | 4 | CODE | |
| LOW | src/you_get/extractors/flickr.py | 5 | CODE | |
| LOW | src/you_get/extractors/bandcamp.py | 5 | CODE | |
| LOW | src/you_get/extractors/lrts.py | 6 | CODE | |
| LOW | src/you_get/extractors/lrts.py | 7 | CODE | |
| LOW | src/you_get/extractors/youtube.py | 3 | CODE | |
| LOW | src/you_get/extractors/ted.py | 5 | CODE | |
| LOW | src/you_get/extractors/tumblr.py | 5 | CODE | |
| LOW | src/you_get/extractors/tumblr.py | 6 | CODE | |
| LOW | src/you_get/extractors/le.py | 10 | CODE | |
| LOW | src/you_get/extractors/embed.py | 5 | CODE | |
| LOW | src/you_get/extractors/embed.py | 10 | CODE | |
| LOW | src/you_get/extractors/embed.py | 12 | CODE | |
| LOW | src/you_get/extractors/embed.py | 13 | CODE | |
| LOW | src/you_get/extractors/kuwo.py | 5 | CODE | |
| LOW | src/you_get/extractors/bigthink.py | 3 | CODE | |
| LOW | src/you_get/extractors/suntv.py | 5 | CODE | |
| LOW | src/you_get/extractors/qie_video.py | 1 | CODE | |
| LOW | src/you_get/extractors/qie_video.py | 3 | CODE | |
| LOW | src/you_get/extractors/douban.py | 6 | CODE | |
| LOW | src/you_get/extractors/bokecc.py | 3 | CODE | |
| LOW | src/you_get/extractors/miomio.py | 5 | CODE | |
| LOW | src/you_get/extractors/acfun.py | 3 | CODE | |
| LOW | src/you_get/extractors/qie.py | 4 | CODE | |
| LOW | src/you_get/extractors/qie.py | 6 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 3 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 9 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 10 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 10 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 12 | CODE | |
| LOW | src/you_get/extractors/iqilu.py | 5 | CODE | |
| LOW | src/you_get/extractors/interest.py | 3 | CODE | |
| LOW | src/you_get/extractors/yixia.py | 5 | CODE | |
| LOW | src/you_get/extractors/vimeo.py | 5 | CODE | |
| LOW | src/you_get/extractors/vimeo.py | 6 | CODE | |
| LOW | src/you_get/extractors/mgtv.py | 4 | CODE | |
| LOW | src/you_get/extractors/huomaotv.py | 5 | CODE | |
| LOW | src/you_get/extractors/naver.py | 3 | CODE | |
| LOW | src/you_get/extractors/naver.py | 4 | CODE | |
| LOW | src/you_get/extractors/naver.py | 10 | CODE | |
| 162 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/you_get/extractors/wanmen.py | 3 | __all__ = ['wanmen_download', 'wanmen_download_by_course', 'wanmen_download_by_course_topic', 'wanmen_download_by_course | CODE |
| LOW | src/you_get/extractors/kakao.py | 6 | __all__ = ['kakao_download'] | CODE |
| LOW | src/you_get/extractors/flickr.py | 3 | __all__ = ['flickr_download_main'] | CODE |
| LOW | src/you_get/extractors/cntv.py | 9 | __all__ = ['cntv_download', 'cntv_download_by_id'] | CODE |
| LOW | src/you_get/extractors/bandcamp.py | 3 | __all__ = ['bandcamp_download'] | CODE |
| LOW | src/you_get/extractors/lrts.py | 3 | __all__ = ['lrts_download'] | CODE |
| LOW | src/you_get/extractors/ted.py | 3 | __all__ = ['ted_download'] | CODE |
| LOW | src/you_get/extractors/tumblr.py | 3 | __all__ = ['tumblr_download'] | CODE |
| LOW | src/you_get/extractors/le.py | 3 | __all__ = ['letv_download', 'letvcloud_download', 'letvcloud_download_by_vu'] | CODE |
| LOW | src/you_get/extractors/embed.py | 1 | __all__ = ['embed_download'] | CODE |
| LOW | src/you_get/extractors/kuwo.py | 3 | __all__ = ['kuwo_download'] | CODE |
| LOW | src/you_get/extractors/suntv.py | 3 | __all__ = ['suntv_download'] | CODE |
| LOW | src/you_get/extractors/qingting.py | 8 | __all__ = ['qingting_download_by_url'] | CODE |
| LOW | src/you_get/extractors/douban.py | 3 | __all__ = ['douban_download'] | CODE |
| LOW | src/you_get/extractors/miomio.py | 3 | __all__ = ['miomio_download'] | CODE |
| LOW | src/you_get/extractors/iqilu.py | 3 | __all__ = ['iqilu_download'] | CODE |
| LOW | src/you_get/extractors/yixia.py | 3 | __all__ = ['yixia_download'] | CODE |
| LOW | src/you_get/extractors/vimeo.py | 3 | __all__ = ['vimeo_download', 'vimeo_download_by_id', 'vimeo_download_by_channel', 'vimeo_download_by_channel_id'] | CODE |
| LOW | src/you_get/extractors/douyin.py | 16 | __all__ = ['douyin_download_by_url'] | CODE |
| LOW | src/you_get/extractors/huomaotv.py | 3 | __all__ = ['huomaotv_download'] | CODE |
| LOW | src/you_get/extractors/naver.py | 12 | __all__ = ['naver_download_by_url'] | CODE |
| LOW | src/you_get/extractors/ku6.py | 3 | __all__ = ['ku6_download', 'ku6_download_by_id'] | CODE |
| LOW | src/you_get/extractors/google.py | 3 | __all__ = ['google_download'] | CODE |
| LOW | src/you_get/extractors/mtv81.py | 3 | __all__ = ['mtv81_download'] | CODE |
| LOW | src/you_get/extractors/ckplayer.py | 7 | __all__ = ['ckplayer_download'] | CODE |
| LOW | src/you_get/extractors/nanagogo.py | 3 | __all__ = ['nanagogo_download'] | CODE |
| LOW | src/you_get/extractors/qq.py | 3 | __all__ = ['qq_download'] | CODE |
| LOW | src/you_get/extractors/pixnet.py | 3 | __all__ = ['pixnet_download'] | CODE |
| LOW | src/you_get/extractors/alive.py | 3 | __all__ = ['alive_download'] | CODE |
| LOW | src/you_get/extractors/metacafe.py | 3 | __all__ = ['metacafe_download'] | CODE |
| LOW | src/you_get/extractors/douyutv.py | 3 | __all__ = ['douyutv_download'] | CODE |
| LOW | src/you_get/extractors/sina.py | 3 | __all__ = ['sina_download', 'sina_download_by_vid', 'sina_download_by_vkey'] | CODE |
| LOW | src/you_get/extractors/facebook.py | 3 | __all__ = ['facebook_download'] | CODE |
| LOW | src/you_get/extractors/sohu.py | 3 | __all__ = ['sohu_download'] | CODE |
| LOW | src/you_get/extractors/ximalaya.py | 3 | __all__ = ['ximalaya_download_playlist', 'ximalaya_download', 'ximalaya_download_by_id'] | CODE |
| LOW | src/you_get/extractors/vk.py | 3 | __all__ = ['vk_download'] | CODE |
| LOW | src/you_get/extractors/nicovideo.py | 3 | __all__ = ['nicovideo_download'] | CODE |
| LOW | src/you_get/extractors/zhanqi.py | 3 | __all__ = ['zhanqi_download'] | CODE |
| LOW | src/you_get/extractors/khan.py | 3 | __all__ = ['khan_download'] | CODE |
| LOW | src/you_get/extractors/giphy.py | 3 | __all__ = ['giphy_download'] | CODE |
| LOW | src/you_get/extractors/lizhi.py | 3 | __all__ = ['lizhi_download'] | CODE |
| LOW | src/you_get/extractors/kugou.py | 3 | __all__ = ['kugou_download'] | CODE |
| LOW | src/you_get/extractors/miaopai.py | 3 | __all__ = ['miaopai_download'] | CODE |
| LOW | src/you_get/extractors/soundcloud.py | 3 | __all__ = ['sndcd_download'] | CODE |
| LOW | src/you_get/extractors/twitter.py | 3 | __all__ = ['twitter_download'] | CODE |
| LOW | src/you_get/extractors/ixigua.py | 8 | __all__ = ['ixigua_download', 'ixigua_download_playlist_by_url'] | CODE |
| LOW | src/you_get/extractors/joy.py | 3 | __all__ = ['joy_download'] | CODE |
| LOW | src/you_get/extractors/kuaishou.py | 9 | __all__ = ['kuaishou_download_by_url'] | CODE |
| LOW | src/you_get/extractors/netease.py | 4 | __all__ = ['netease_download'] | CODE |
| LOW | src/you_get/extractors/yizhibo.py | 3 | __all__ = ['yizhibo_download'] | CODE |
| LOW | src/you_get/extractors/veoh.py | 3 | __all__ = ['veoh_download'] | CODE |
| LOW | src/you_get/extractors/cbs.py | 3 | __all__ = ['cbs_download'] | CODE |
| LOW | src/you_get/extractors/tudou.py | 3 | __all__ = ['tudou_download', 'tudou_download_playlist', 'tudou_download_by_id', 'tudou_download_by_iid'] | CODE |
| LOW | src/you_get/extractors/coub.py | 3 | __all__ = ['coub_download'] | CODE |
| LOW | src/you_get/extractors/ucas.py | 3 | __all__ = ['ucas_download', 'ucas_download_single', 'ucas_download_playlist'] | CODE |
| LOW | src/you_get/extractors/freesound.py | 3 | __all__ = ['freesound_download'] | CODE |
| LOW | src/you_get/extractors/iwara.py | 2 | __all__ = ['iwara_download'] | CODE |
| LOW | src/you_get/extractors/archive.py | 3 | __all__ = ['archive_download'] | CODE |
| LOW | src/you_get/extractors/mixcloud.py | 3 | __all__ = ['mixcloud_download'] | CODE |
| LOW | src/you_get/extractors/zhibo.py | 3 | __all__ = ['zhibo_download'] | CODE |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/you_get/extractors/miomio.py | 40 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/yixia.py | 10 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/yixia.py | 28 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/yixia.py | 46 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/yixia.py | 64 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/yixia.py | 100 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | src/you_get/extractors/vimeo.py | 14 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | src/you_get/extractors/vimeo.py | 21 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/mgtv.py | 54 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/ckplayer.py | 12 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/ckplayer.py | 41 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/ckplayer.py | 56 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/ckplayer.py | 81 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/veoh.py | 17 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | src/you_get/extractors/showroom.py | 10 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/showroom.py | 59 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | src/you_get/extractors/fc2video.py | 9 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | src/you_get/extractors/fc2video.py | 18 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/you_get/extractors/fc2video.py | 44 | #---------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/you_get/extractor.py | 137 | CODE | |
| LOW | src/you_get/extractor.py | 179 | CODE | |
| LOW | src/you_get/common.py | 588 | CODE | |
| LOW | src/you_get/common.py | 670 | CODE | |
| LOW | src/you_get/common.py | 951 | CODE | |
| LOW | src/you_get/common.py | 988 | CODE | |
| LOW | src/you_get/common.py | 1211 | CODE | |
| LOW | src/you_get/common.py | 1392 | CODE | |
| LOW | src/you_get/__main__.py | 24 | CODE | |
| LOW | src/you_get/util/os.py | 5 | CODE | |
| LOW | src/you_get/processor/join_mp4.py | 873 | CODE | |
| LOW | src/you_get/extractors/kakao.py | 9 | CODE | |
| LOW | src/you_get/extractors/cntv.py | 44 | CODE | |
| LOW | src/you_get/extractors/youtube.py | 208 | CODE | |
| LOW | src/you_get/extractors/tumblr.py | 10 | CODE | |
| LOW | src/you_get/extractors/qie_video.py | 57 | CODE | |
| LOW | src/you_get/extractors/douban.py | 8 | CODE | |
| LOW | src/you_get/extractors/miomio.py | 11 | CODE | |
| LOW | src/you_get/extractors/acfun.py | 74 | CODE | |
| LOW | src/you_get/extractors/iqiyi.py | 157 | CODE | |
| LOW | src/you_get/extractors/yixia.py | 65 | CODE | |
| LOW | src/you_get/extractors/vimeo.py | 75 | CODE | |
| LOW | src/you_get/extractors/douyin.py | 19 | CODE | |
| LOW | src/you_get/extractors/google.py | 43 | CODE | |
| LOW | src/you_get/extractors/qq.py | 75 | CODE | |
| LOW | src/you_get/extractors/qq.py | 113 | CODE | |
| LOW | src/you_get/extractors/sohu.py | 21 | CODE | |
| LOW | src/you_get/extractors/netease.py | 24 | CODE | |
| LOW | src/you_get/extractors/bilibili.py | 48 | CODE | |
| LOW | src/you_get/extractors/bilibili.py | 153 | CODE | |
| LOW | src/you_get/extractors/bilibili.py | 510 | CODE | |
| LOW | src/you_get/extractors/bilibili.py | 621 | CODE | |
| LOW | src/you_get/extractors/coub.py | 10 | CODE | |
| LOW | src/you_get/extractors/instagram.py | 7 | CODE | |
| LOW | src/you_get/extractors/youku.py | 242 | CODE | |
| LOW | src/you_get/extractors/youku.py | 146 | CODE | |
| LOW | src/you_get/extractors/longzhu.py | 16 | CODE | |
| LOW | src/you_get/extractors/icourses.py | 121 | CODE | |
| LOW | src/you_get/extractors/baidu.py | 105 | CODE | |
| LOW | src/you_get/extractors/funshion.py | 168 | CODE | |
| LOW | src/you_get/extractors/universal.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/you_get/processor/ffmpeg.py | 285 | def ffmpeg_concat_audio_and_video(files, output, ext): | CODE |
| LOW | src/you_get/processor/ffmpeg.py | 303 | def ffprobe_get_media_duration(file): | CODE |
| LOW⚡ | src/you_get/extractors/wanmen.py | 18 | def _wanmen_get_title_by_json_topic_part(json_content, tIndex, pIndex): | CODE |
| LOW⚡ | src/you_get/extractors/wanmen.py | 28 | def _wanmen_get_boke_id_by_json_topic_part(json_content, tIndex, pIndex): | CODE |
| LOW⚡ | src/you_get/extractors/wanmen.py | 37 | def wanmen_download_by_course(json_api_content, output_dir='.', merge=True, info_only=False, **kwargs): | CODE |
| LOW | src/you_get/extractors/wanmen.py | 54 | def wanmen_download_by_course_topic(json_api_content, tIndex, output_dir='.', merge=True, info_only=False, **kwargs): | CODE |
| LOW | src/you_get/extractors/wanmen.py | 69 | def wanmen_download_by_course_topic_part(json_api_content, tIndex, pIndex, output_dir='.', merge=True, info_only=False, | CODE |
| LOW | src/you_get/extractors/flickr.py | 168 | def fetch_photo_url_list_impl(url, size, method, id_field, id_parse_func, collection_name): | CODE |
| LOW | src/you_get/extractors/youtube.py | 191 | def check_playability_response(self, ytInitialPlayerResponse): | CODE |
| LOW | src/you_get/extractors/yixia.py | 29 | def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False): | CODE |
| LOW | src/you_get/extractors/yixia.py | 47 | def yixia_xiaokaxiu_download_by_scid(scid, output_dir = '.', merge = True, info_only = False): | CODE |
| LOW | src/you_get/extractors/yixia.py | 101 | #def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False): | COMMENT |
| LOW⚡ | src/you_get/extractors/vimeo.py | 15 | def vimeo_download_by_channel(url, output_dir='.', merge=False, info_only=False, **kwargs): | CODE |
| LOW⚡ | src/you_get/extractors/vimeo.py | 22 | def vimeo_download_by_channel_id(channel_id, output_dir='.', merge=False, info_only=False, **kwargs): | CODE |
| LOW | src/you_get/extractors/qq.py | 75 | def kg_qq_download_by_shareid(shareid, output_dir='.', info_only=False, caption=False): | CODE |
| LOW | src/you_get/extractors/ximalaya.py | 72 | def ximalaya_download_playlist(url, output_dir='.', info_only=False, stream_id=None, **kwargs): | CODE |
| LOW | src/you_get/extractors/vk.py | 25 | def get_video_from_user_videolist(url): | CODE |
| LOW | src/you_get/extractors/lizhi.py | 21 | def lizhi_extract_playlist_info(radio_id): | CODE |
| LOW | src/you_get/extractors/ixigua.py | 109 | def ixigua_download_playlist_by_url(url, output_dir='.', merge=True, info_only=False, **kwargs): | CODE |
| LOW | src/you_get/extractors/netease.py | 24 | def netease_cloud_music_download(url, output_dir='.', merge=True, info_only=False, **kwargs): | STRING |
| LOW | src/you_get/extractors/bilibili.py | 86 | def bilibili_audio_menu_info_api(sid): | CODE |
| LOW | src/you_get/extractors/bilibili.py | 90 | def bilibili_audio_menu_song_api(sid, ps=100): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 111 | def bilibili_live_room_info_api(room_id): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 115 | def bilibili_live_room_init_api(room_id): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 119 | def bilibili_space_channel_api(mid, cid, pn=1, ps=100): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 123 | def bilibili_space_collection_api(mid, cid, pn=1, ps=30): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 127 | def bilibili_series_archives_api(mid, sid, pn=1, ps=100): | CODE |
| LOW⚡ | src/you_get/extractors/bilibili.py | 131 | def bilibili_space_favlist_api(fid, pn=1, ps=20): | CODE |
| LOW | src/you_get/extractors/theplatform.py | 5 | def theplatform_download_by_pid(pid, title, output_dir='.', merge=True, info_only=False, **kwargs): | CODE |
| LOW | src/you_get/extractors/youku.py | 242 | def youku_download_playlist_by_url(url, **kwargs): | CODE |
| LOW | src/you_get/extractors/icourses.py | 87 | def icourses_playlist_download(url, output_dir='.', **kwargs): | CODE |
| LOW | src/you_get/extractors/baidu.py | 257 | def baidu_pan_protected_share(url): | CODE |
| LOW⚡ | src/you_get/extractors/showroom.py | 11 | def showroom_get_roomid_by_room_url_key(room_url_key): | CODE |
| LOW | src/you_get/extractors/showroom.py | 26 | def showroom_download_by_room_id(room_id, output_dir = '.', merge = False, info_only = False, **kwargs): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/you_get/common.py | 1803 | except Exception: | CODE |
| MEDIUM | src/you_get/common.py | 196 | def maybe_print(*s): | CODE |
| LOW | src/you_get/extractors/iqiyi.py | 152 | except Exception as e: | CODE |
| LOW | src/you_get/extractors/vimeo.py | 61 | except Exception as e: | CODE |
| MEDIUM⚡ | src/you_get/extractors/coub.py | 36 | print("Error preparing full coub video. {}".format(err)) | CODE |
| LOW⚡ | src/you_get/extractors/coub.py | 37 | except Exception as err: | CODE |
| MEDIUM⚡ | src/you_get/extractors/coub.py | 38 | print("Error while downloading files. {}".format(err)) | CODE |
| LOW | src/you_get/extractors/universal.py | 16 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/you_get/common.py | 1367 | # in lower pyver (e.g. 3.2.x), remove 'flush' keyword and flush it as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test.py | 21 | imgur.download('http://imgur.com/WVLk5nD', info_only=True) | COMMENT |
| LOW | tests/test.py | 41 | #) | COMMENT |
| LOW | src/you_get/processor/join_mp4.py | 661 | b'udta': read_udta, | COMMENT |
| LOW | src/you_get/extractors/yixia.py | 101 | #def yixia_miaopai_download_by_scid(scid, output_dir = '.', merge = True, info_only = False): | COMMENT |
| LOW | src/you_get/extractors/lizhi.py | 21 | def lizhi_extract_playlist_info(radio_id): | COMMENT |
| LOW | src/you_get/extractors/tucao.py | 1 | #!/usr/bin/env python | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/you_get/__init__.py | 2 | # This file is Python 2 compliant. | COMMENT |
| MEDIUM | src/you_get/util/log.py | 2 | # This file is Python 2 compliant. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/you_get/extractors/netease.py | 180 | CODE |