{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D32","name":"Data Compliance (PII/GDPR)","shortDescription":{"text":"Data Compliance (PII/GDPR)"},"helpUri":"https://codehealth.canine.dev/dimensions/D32","relationships":[{"target":{"id":"CWE-359","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-312","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-359","CWE-312","CWE-200"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"GenericIE._real_extract (cyclomatic 227): GenericIE._real_extract has cyclomatic complexity 227 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":2529}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a950df903a12edd4e605814b472fff5577ec917ce96c522b2d8966a9ed4b6e0"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeIE._real_extract (cyclomatic 187): YoutubeIE._real_extract has cyclomatic complexity 187 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":2346}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3017cd809d74e709802d7ba843a740d8957e45a3fb00b60185ebf54a09c231b"}},{"ruleId":"D1","level":"warning","message":{"text":"youtube_dl._real_main (cyclomatic 121): youtube_dl._real_main has cyclomatic complexity 121 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/__init__.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"ced283030691d5098faf4fb7f2ae08301a868532e56c808e2e2eb06a9f3b0b6e"}},{"ruleId":"D1","level":"warning","message":{"text":"JSInterpreter.interpret_statement (cyclomatic 121): JSInterpreter.interpret_statement has cyclomatic complexity 121 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":832}}}],"partialFingerprints":{"codehealthFindingId/v1":"7781a4806bd750ef9914bd7440e20565a7183103f345a5c16260d10d1e72f310"}},{"ruleId":"D1","level":"warning","message":{"text":"BBCIE._real_extract (cyclomatic 97): BBCIE._real_extract has cyclomatic complexity 97 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":897}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e7ef81274481b61df5f733b865bfdf93f25e4101a84cbd0242736c657ef2e4c"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.process_info (cyclomatic 60): YoutubeDL.process_info has cyclomatic complexity 60 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1952}}}],"partialFingerprints":{"codehealthFindingId/v1":"1602aaba664214412f17f9a15850c5f6a1ebd32ae80b4352e88a31aa3930b487"}},{"ruleId":"D1","level":"warning","message":{"text":"FacebookIE._extract_from_url (cyclomatic 57): FacebookIE._extract_from_url has cyclomatic complexity 57 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/facebook.py"},"region":{"startLine":380}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c3512f06667c49237cafcf3f2de121096c05388752b3db9be8eedfbce8e1e0d"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_mpd_formats_and_subtitles (cyclomatic 55): InfoExtractor._parse_mpd_formats_and_subtitles has cyclomatic complexity 55 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2295}}}],"partialFingerprints":{"codehealthFindingId/v1":"73c29ec88194e8b0939eed1e5b11f29c8e41f838e77ae4c6f32bde0de65489d7"}},{"ruleId":"D1","level":"warning","message":{"text":"NiconicoIE._real_extract (cyclomatic 53): NiconicoIE._real_extract has cyclomatic complexity 53 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/niconico.py"},"region":{"startLine":381}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f53b5baf2d2e5ba056bad343553a0752b50da6067ceb3465fc81f730d0b4c45"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeTabIE._entries (cyclomatic 53): YoutubeTabIE._entries has cyclomatic complexity 53 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":3806}}}],"partialFingerprints":{"codehealthFindingId/v1":"d898a96596fc0d4f764da9deaf2c33430316528e8ca4fa69c3c5054c86ee3583"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.process_video_result (cyclomatic 52): YoutubeDL.process_video_result has cyclomatic complexity 52 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1645}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b903cc51e45fcfb1e6a9e0b55d0d38e14276a301624258a3ab89e9c230f7531"}},{"ruleId":"D1","level":"warning","message":{"text":"XHamsterIE._real_extract (cyclomatic 48): XHamsterIE._real_extract has cyclomatic complexity 48 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xhamster.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"0aa18a9746499baae996aae06fefa185c967a48ebfe403860f78556940aca0a1"}},{"ruleId":"D1","level":"warning","message":{"text":"HlsFD.real_download (cyclomatic 43): HlsFD.real_download has cyclomatic complexity 43 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/hls.py"},"region":{"startLine":60}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4eef6b5e6af7d0cf85b77f2f4eb619e7b1900bce09776716b5555091661c727"}},{"ruleId":"D1","level":"warning","message":{"text":"CrunchyrollIE._real_extract (cyclomatic 42): CrunchyrollIE._real_extract has cyclomatic complexity 42 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/crunchyroll.py"},"region":{"startLine":414}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c9a940014e007905feb7002a7c91f24b8ba8502331905bd5497c3560e5b3e46"}},{"ruleId":"D1","level":"warning","message":{"text":"JSInterpreter._separate (cyclomatic 42): JSInterpreter._separate has cyclomatic complexity 42 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":625}}}],"partialFingerprints":{"codehealthFindingId/v1":"eba0ed36aef87181229478aa9c446afb29b6593ff532b03bd997548bb941fde8"}},{"ruleId":"D1","level":"warning","message":{"text":"UdemyIE._real_extract (cyclomatic 39): UdemyIE._real_extract has cyclomatic complexity 39 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/udemy.py"},"region":{"startLine":214}}}],"partialFingerprints":{"codehealthFindingId/v1":"e19fe30f48909b7c58ffd676f9f6a44d1458162bd3e0383de6fdacf5fbe195a6"}},{"ruleId":"D1","level":"warning","message":{"text":"DRTVIE._real_extract (cyclomatic 38): DRTVIE._real_extract has cyclomatic complexity 38 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/drtv.py"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9b433216e686ab7086571377bbd5b0f1b9ffe14d4ca106693ff416799e14f22"}},{"ruleId":"D1","level":"warning","message":{"text":"NRKIE._real_extract (cyclomatic 38): NRKIE._real_extract has cyclomatic complexity 38 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nrk.py"},"region":{"startLine":146}}}],"partialFingerprints":{"codehealthFindingId/v1":"d39df46ed3a06366e59efbeda971fa84e44a7d835a98bce66e3cd3dbf842538d"}},{"ruleId":"D1","level":"warning","message":{"text":"TEDIE._talk_info (cyclomatic 38): TEDIE._talk_info has cyclomatic complexity 38 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ted.py"},"region":{"startLine":179}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9e970debc77f27deb19700976ccc0ec593cfe3106daefbea6543463df8d10db"}},{"ruleId":"D1","level":"warning","message":{"text":"BrightcoveNewIE._parse_brightcove_metadata (cyclomatic 36): BrightcoveNewIE._parse_brightcove_metadata has cyclomatic complexity 36 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/brightcove.py"},"region":{"startLine":471}}}],"partialFingerprints":{"codehealthFindingId/v1":"0eef1b17d6cf7bef9f9736be697789f4eea8886b40aba7dc290b305ff012ba89"}},{"ruleId":"D1","level":"warning","message":{"text":"CeskaTelevizeIE._real_extract (cyclomatic 36): CeskaTelevizeIE._real_extract has cyclomatic complexity 36 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ceskatelevize.py"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"60fad21dad11366c5f8e265998b6738182f973d8db804f7232dcd1e24baee58b"}},{"ruleId":"D1","level":"warning","message":{"text":"VimeoBaseInfoExtractor._parse_config (cyclomatic 36): VimeoBaseInfoExtractor._parse_config has cyclomatic complexity 36 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vimeo.py"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"468e6afe22f1b23e92e186d2af1326be231317206e508c1f6235d9954c42f306"}},{"ruleId":"D1","level":"warning","message":{"text":"FFmpegFD._call_downloader (cyclomatic 35): FFmpegFD._call_downloader has cyclomatic complexity 35 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/external.py"},"region":{"startLine":373}}}],"partialFingerprints":{"codehealthFindingId/v1":"40d4cd12e9ff8ad429814869652d135721839f0449e5bb5c5cd9c2bdb2d31b77"}},{"ruleId":"D1","level":"warning","message":{"text":"PuhuTVIE._real_extract (cyclomatic 35): PuhuTVIE._real_extract has cyclomatic complexity 35 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/puhutv.py"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"c493c06236dd69aca75022ff4ef61ce6cba7cd16e28b6b0c9592f2cf6685c698"}},{"ruleId":"D1","level":"warning","message":{"text":"SoundcloudIE._extract_info_dict (cyclomatic 35): SoundcloudIE._extract_info_dict has cyclomatic complexity 35 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/soundcloud.py"},"region":{"startLine":318}}}],"partialFingerprints":{"codehealthFindingId/v1":"61ee12fd244ea49ca30a72e22531ec4f19cdce1c83580df8808d4816609869af"}},{"ruleId":"D1","level":"warning","message":{"text":"TurnerBaseIE._extract_cvp_info (cyclomatic 35): TurnerBaseIE._extract_cvp_info has cyclomatic complexity 35 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/turner.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"b875ab99d660f0eb33c13f4be1669142cf1d1aca9529077c1c12dbaa95db3771"}},{"ruleId":"D1","level":"warning","message":{"text":"VimeoIE._real_extract (cyclomatic 35): VimeoIE._real_extract has cyclomatic complexity 35 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vimeo.py"},"region":{"startLine":635}}}],"partialFingerprints":{"codehealthFindingId/v1":"43181599a083a844206fa4b1b0c66ee361530411d12f207e2668f8fbadbe8d0a"}},{"ruleId":"D1","level":"warning","message":{"text":"SWFInterpreter.__init__ (cyclomatic 35): SWFInterpreter.__init__ has cyclomatic complexity 35 (threshold 15). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/swfinterp.py"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e7b91d8bf41f7965eda969c796cb923b7c53d44ad60899a870d3fe9fad7f5bb"}},{"ruleId":"D1","level":"warning","message":{"text":"KalturaIE._real_extract (cyclomatic 34): KalturaIE._real_extract has cyclomatic complexity 34 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/kaltura.py"},"region":{"startLine":229}}}],"partialFingerprints":{"codehealthFindingId/v1":"33cf54c40a3f8f68a898ce8e18660902ae374c99023d0171e5011e5b28cb307f"}},{"ruleId":"D1","level":"warning","message":{"text":"NPOIE._get_old_info (cyclomatic 33): NPOIE._get_old_info has cyclomatic complexity 33 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npo.py"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"b68e14aed208f2ec6e348ef395348a1d1c2a740ccba9272568aa772c9f7759b3"}},{"ruleId":"D1","level":"warning","message":{"text":"RtmpFD.real_download (cyclomatic 32): RtmpFD.real_download has cyclomatic complexity 32 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/rtmp.py"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"2535baa0aeb034c625dbe2e8be8872ba03a9260b8ebd556f73c247e871838fb1"}},{"ruleId":"D1","level":"warning","message":{"text":"ADNIE._real_extract (cyclomatic 31): ADNIE._real_extract has cyclomatic complexity 31 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adn.py"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"11bd91f13229571bac30843feca5a4349945b95aa49f913a493ffbd106a04240"}},{"ruleId":"D1","level":"warning","message":{"text":"GoIE._real_extract (cyclomatic 31): GoIE._real_extract has cyclomatic complexity 31 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/go.py"},"region":{"startLine":158}}}],"partialFingerprints":{"codehealthFindingId/v1":"70faab3d756a607b262bf737a156fc3c443c285f03ac4f39252e2d2d546de624"}},{"ruleId":"D1","level":"warning","message":{"text":"PBSIE._real_extract (cyclomatic 31): PBSIE._real_extract has cyclomatic complexity 31 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pbs.py"},"region":{"startLine":539}}}],"partialFingerprints":{"codehealthFindingId/v1":"a826df1f0e2f3ca0fa69c06d1e4366a51e0a041f9af7384396537fdab9c38227"}},{"ruleId":"D1","level":"warning","message":{"text":"PornHubIE._real_extract (cyclomatic 31): PornHubIE._real_extract has cyclomatic complexity 31 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pornhub.py"},"region":{"startLine":261}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee890f9ebfd120c5801da92153e86b24cd79ef33e92b57f64470ed58db90982d"}},{"ruleId":"D1","level":"warning","message":{"text":"RTSIE._real_extract (cyclomatic 31): RTSIE._real_extract has cyclomatic complexity 31 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rts.py"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"625569b768b828b2815b8fa4d5e9c42f334dbf9bd904a95a3b9f7eac08778ef7"}},{"ruleId":"D1","level":"warning","message":{"text":"CSpanIE._real_extract (cyclomatic 30): CSpanIE._real_extract has cyclomatic complexity 30 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/cspan.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2f8430af407265e05953f48859acd7c6dad0b9884905d1a2c1662dbe3af2c46"}},{"ruleId":"D1","level":"warning","message":{"text":"ThreeQSDNIE._real_extract (cyclomatic 30): ThreeQSDNIE._real_extract has cyclomatic complexity 30 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/threeqsdn.py"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"2651f297105a822841784b06a794c9286748e15bdcd12c3ed63fea17024a6fc1"}},{"ruleId":"D1","level":"warning","message":{"text":"VKIE._real_extract (cyclomatic 30): VKIE._real_extract has cyclomatic complexity 30 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vk.py"},"region":{"startLine":310}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d9b759c739ec3113b2098b1a3a9558a88308c8eb583864c8f2ceaa05c33b270"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_smil_formats (cyclomatic 29): InfoExtractor._parse_smil_formats has cyclomatic complexity 29 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2095}}}],"partialFingerprints":{"codehealthFindingId/v1":"c002f0e4365831578df8ac788032261dd827e442e7196b81a503e9b90382f80b"}},{"ruleId":"D1","level":"warning","message":{"text":"FranceTVIE._extract_video (cyclomatic 28): FranceTVIE._extract_video has cyclomatic complexity 28 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/francetv.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"29b3aeeac06a660ef37d5c2a6db2e0480fe25f96c189155f138232a6fed196e4"}},{"ruleId":"D1","level":"warning","message":{"text":"ProSiebenSat1BaseIE._extract_video_info (cyclomatic 28): ProSiebenSat1BaseIE._extract_video_info has cyclomatic complexity 28 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/prosiebensat1.py"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"58f4769102a4febbf625198fe8dd2de7f0978b189ecce9f3d6ec2c24f921dd7e"}},{"ruleId":"D1","level":"warning","message":{"text":"update.update_self (cyclomatic 28): update.update_self has cyclomatic complexity 28 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/update.py"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"e63c3f46a0e2ec55f5983e379897c9f55c6c09f01ca9824b3c67769178ce9662"}},{"ruleId":"D1","level":"warning","message":{"text":"AdobePassIE._extract_mvpd_auth (cyclomatic 27): AdobePassIE._extract_mvpd_auth has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adobepass.py"},"region":{"startLine":1354}}}],"partialFingerprints":{"codehealthFindingId/v1":"b990a91dde5b8ed7003c792770f32169f2bb965c41c3dd2d2ec2cde9938c271e"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_f4m_formats (cyclomatic 27): InfoExtractor._parse_f4m_formats has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1699}}}],"partialFingerprints":{"codehealthFindingId/v1":"143f8e5395eba9f999c3675ae5d9a23cbbab2b4b794d47a4866ed6e52b2d239f"}},{"ruleId":"D1","level":"warning","message":{"text":"DailymotionIE._real_extract (cyclomatic 27): DailymotionIE._real_extract has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dailymotion.py"},"region":{"startLine":206}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7711b42ce2f53f18c03c77bd25bed7c811a36df2955aa4910c915c22a039aa5"}},{"ruleId":"D1","level":"warning","message":{"text":"MetacafeIE._real_extract (cyclomatic 27): MetacafeIE._real_extract has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/metacafe.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc4a4b1038cc28228cac0c2e2a3719cd830a0e62755392bdee4d125f4d506533"}},{"ruleId":"D1","level":"warning","message":{"text":"TV2IE._real_extract (cyclomatic 27): TV2IE._real_extract has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tv2.py"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d894eb1fb47c4042e17803fabcedc06dea2d43628f65ccddbdeb2fa8eaf8608"}},{"ruleId":"D1","level":"warning","message":{"text":"F4mFD.real_download (cyclomatic 26): F4mFD.real_download has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/f4m.py"},"region":{"startLine":319}}}],"partialFingerprints":{"codehealthFindingId/v1":"49182c436a21249f6dd0ed60cb07f72d61b9da0c5d8412662d7ade537e85f04b"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_html5_media_entries (cyclomatic 26): InfoExtractor._parse_html5_media_entries has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2785}}}],"partialFingerprints":{"codehealthFindingId/v1":"53f6e445856a4c404e70b336b3e2264f3fb7e9c89951dda9c4e180b1bdf22806"}},{"ruleId":"D1","level":"warning","message":{"text":"LimelightBaseIE._extract_info (cyclomatic 26): LimelightBaseIE._extract_info has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/limelight.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"9016d6f59ce2b4064023bfd944c881730a21042ad2b98992f81a25f9a20e505e"}},{"ruleId":"D1","level":"warning","message":{"text":"TwitterIE._real_extract (cyclomatic 26): TwitterIE._real_extract has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/twitter.py"},"region":{"startLine":432}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f703e834495b912601ee4af9fddb8cbb0cdcd152a42b61faf1d9a0ed77d2017"}},{"ruleId":"D1","level":"warning","message":{"text":"ArcPublishingIE._real_extract (cyclomatic 25): ArcPublishingIE._real_extract has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arcpublishing.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"a77f2f64e1e2651eed5830f0e01f1f389bfb6426331745b0b2182335f5b9d5c5"}},{"ruleId":"D1","level":"warning","message":{"text":"BandcampIE._real_extract (cyclomatic 25): BandcampIE._real_extract has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bandcamp.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"32ced7a9215efd14dfcaa6f38aea69c05e9a6206f7719fbe3ebc59b07fae62f0"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._json_ld (cyclomatic 25): InfoExtractor._json_ld has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1355}}}],"partialFingerprints":{"codehealthFindingId/v1":"0fa9b6ecfca4612342d18fde28d0a0585edbc82b8c068f211aa2ba05f44f9e32"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_ism_formats (cyclomatic 25): InfoExtractor._parse_ism_formats has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2690}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6e11e5db37427ab38436ee4ca409f21fe3ddc1e385c6d487573af36b86beb52"}},{"ruleId":"D1","level":"warning","message":{"text":"CrackleIE._real_extract (cyclomatic 25): CrackleIE._real_extract has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/crackle.py"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"d63149d75b5f146aaabf69d41918d8305cfb6da5316bad96b2cbfef649616281"}},{"ruleId":"D1","level":"warning","message":{"text":"HotStarIE._real_extract (cyclomatic 25): HotStarIE._real_extract has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hotstar.py"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"52cab69458f3206b0b14874f201826f99c412cd7494cacccdfb540cf52fafdf5"}},{"ruleId":"D1","level":"warning","message":{"text":"FFmpegExtractAudioPP.run (cyclomatic 25): FFmpegExtractAudioPP.run has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/ffmpeg.py"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bfbe5d9a4c0ed6db4da4b5f2123af9cd379896b258df6fb79ee90c4cbc91498"}},{"ruleId":"D1","level":"warning","message":{"text":"ArkenaIE._real_extract (cyclomatic 24): ArkenaIE._real_extract has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arkena.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"9eb02f49ab68bc1a3dd229f0c874882cb8b49bc9bbf331c895b208a9cab43fda"}},{"ruleId":"D1","level":"warning","message":{"text":"Channel9IE._real_extract (cyclomatic 24): Channel9IE._real_extract has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/channel9.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"4728030cdbff333fbfd639c0c82175096501089d4c4737c94a4a6dd35c0bba9a"}},{"ruleId":"D1","level":"warning","message":{"text":"DisneyIE._real_extract (cyclomatic 24): DisneyIE._real_extract has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/disney.py"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"7fa81c2fb760c34e446adf2d177c5d53f75144ddf0afe08689a8d382a1255ab7"}},{"ruleId":"D1","level":"warning","message":{"text":"DPlayIE._get_disco_api_info (cyclomatic 24): DPlayIE._get_disco_api_info has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dplay.py"},"region":{"startLine":187}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb05d32bf75a582b9f754f661cfbe2d43722a48fb75c7f6d047545bbe9f14464"}},{"ruleId":"D1","level":"warning","message":{"text":"InstagramIE._real_extract (cyclomatic 24): InstagramIE._real_extract has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/instagram.py"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"d90c754e022ff699851bedc74f17d61e14b0f79f349a7b591e29c5cc779e639b"}},{"ruleId":"D1","level":"warning","message":{"text":"LecturioIE._real_extract (cyclomatic 24): LecturioIE._real_extract has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lecturio.py"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed1b390b669ad4ea858c85fdc681612268afb93ea8a474b0b8b8e877ad957c6e"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_m3u8_formats (cyclomatic 23): InfoExtractor._parse_m3u8_formats has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1838}}}],"partialFingerprints":{"codehealthFindingId/v1":"f7c9d64b8151963abbe941d2d93c0d638e2a0bc4c36b260dfa8da734c70c4ee3"}},{"ruleId":"D1","level":"warning","message":{"text":"InstagramPlaylistIE._extract_graphql (cyclomatic 23): InstagramPlaylistIE._extract_graphql has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/instagram.py"},"region":{"startLine":292}}}],"partialFingerprints":{"codehealthFindingId/v1":"5130bd3dc83d652e0b0e147a8f99273d58e478198b6e73b294f9f8d94845b3fe"}},{"ruleId":"D1","level":"warning","message":{"text":"NDREmbedBaseIE._real_extract (cyclomatic 23): NDREmbedBaseIE._real_extract has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ndr.py"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5dbd9ce8f0bf0ac667e58084e84a584a173497f6c4939ec3b593d4b5f3f87c2"}},{"ruleId":"D1","level":"warning","message":{"text":"NPOIE._get_info (cyclomatic 23): NPOIE._get_info has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npo.py"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a790b6e2badadd7cd7b94aa566d8ae63e4fd6701927b0db220e712e6cb61b59"}},{"ruleId":"D1","level":"warning","message":{"text":"OoyalaBaseIE._extract (cyclomatic 23): OoyalaBaseIE._extract has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ooyala.py"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"67d1e622ea312b0da471d14e0116a7a9e680b6b360beb8902541c9faab2428bc"}},{"ruleId":"D1","level":"warning","message":{"text":"PluralsightIE._real_extract (cyclomatic 23): PluralsightIE._real_extract has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pluralsight.py"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8625a0216bbadf87748a8c5d76a2503533c1df7ce050f0979c86665ea75e2b0"}},{"ruleId":"D1","level":"warning","message":{"text":"URPlayIE._real_extract (cyclomatic 23): URPlayIE._real_extract has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/urplay.py"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"e571e9f5057ce9eec415327c84f79ca6a67840f06994cac20a6d5d4abdd0945b"}},{"ruleId":"D1","level":"warning","message":{"text":"XTubeIE._real_extract (cyclomatic 23): XTubeIE._real_extract has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xtube.py"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"781834f25814fb72685229c51677c06c6dc903462d277bac5e736441680a8352"}},{"ruleId":"D1","level":"warning","message":{"text":"helper.expect_value (cyclomatic 22): helper.expect_value has cyclomatic complexity 22 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/helper.py"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"32296f477af234fabd1ba337825daa9bc3b117d91f37b0615df68968282a1ab1"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL._format_note (cyclomatic 22): YoutubeDL._format_note has cyclomatic complexity 22 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":2406}}}],"partialFingerprints":{"codehealthFindingId/v1":"29720fc80bad6446a5ef47c3077adfa30a9a3f4354fc81aa4a0695de3d2e9668"}},{"ruleId":"D1","level":"warning","message":{"text":"GoogleDriveIE._real_extract (cyclomatic 22): GoogleDriveIE._real_extract has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/googledrive.py"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7586332327bac8a949da5b4da060219b4b3ae7fb97c6c31e79e3859751c0718"}},{"ruleId":"D1","level":"warning","message":{"text":"IviIE._real_extract (cyclomatic 22): IviIE._real_extract has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ivi.py"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f3e2ce431452ea55d2dabeeef12bdea67f488b5f5786df890d591ba6b3053f8"}},{"ruleId":"D1","level":"warning","message":{"text":"MSNIE._real_extract (cyclomatic 22): MSNIE._real_extract has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/msn.py"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"86042df6840f20b9abc718a41fd197d94d86b625e32357f1979cf753a6af42cb"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeBaseInfoExtractor._login (cyclomatic 22): YoutubeBaseInfoExtractor._login has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":211}}}],"partialFingerprints":{"codehealthFindingId/v1":"8418292d4daa2d82bc5f3250c87b42893cbb3bb4b8d9243dcf3140654ab60546"}},{"ruleId":"D1","level":"warning","message":{"text":"HTTPTestRequestHandler.do_GET (cyclomatic 21): HTTPTestRequestHandler.do_GET has cyclomatic complexity 21 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/test_http.py"},"region":{"startLine":144}}}],"partialFingerprints":{"codehealthFindingId/v1":"626a0108e71a1d1d1523d57f12ff0ba291a8376537f64e83a80e07025108cb1a"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.process_ie_result (cyclomatic 21): YoutubeDL.process_ie_result has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1001}}}],"partialFingerprints":{"codehealthFindingId/v1":"462cdfb7984180dd3e8f97f2e8ec64a3073cdde606c463ab505297c3d3874033"}},{"ruleId":"D1","level":"warning","message":{"text":"ArteTVIE._real_extract (cyclomatic 21): ArteTVIE._real_extract has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arte.py"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"402833371c1db592a365beb55d3a17e9a9b5a3fca3a3574ebd80ac4b371d7087"}},{"ruleId":"D1","level":"warning","message":{"text":"BBCCoUkIE._process_media_selector (cyclomatic 21): BBCCoUkIE._process_media_selector has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":364}}}],"partialFingerprints":{"codehealthFindingId/v1":"eda67464f6eec59f1d0e3eba1abb4ae94af859373f825150a175d31b3ae171e6"}},{"ruleId":"D1","level":"warning","message":{"text":"ITVIE._real_extract (cyclomatic 21): ITVIE._real_extract has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/itv.py"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e28320990e09c914f1bee4a75daecc899e7a2d8ec5ab3f3fc4bf816ce4d0cca"}},{"ruleId":"D1","level":"warning","message":{"text":"KonserthusetPlayIE._real_extract (cyclomatic 21): KonserthusetPlayIE._real_extract has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/konserthusetplay.py"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e5ebb82de2ae3443df7bd1cf5ff5666207e333cf772add1a29f2a7c42cb545f"}},{"ruleId":"D1","level":"warning","message":{"text":"RaiBaseIE._extract_relinker_info (cyclomatic 21): RaiBaseIE._extract_relinker_info has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rai.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f6f221f40a1bbf6e9d4dfc072aaa99950764a1a3597601f2908c03fa1f62745"}},{"ruleId":"D1","level":"warning","message":{"text":"RTBFIE._real_extract (cyclomatic 21): RTBFIE._real_extract has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rtbf.py"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fa90de9ed767edc71173d285ed47aa661415187fb20fe71660ec236abec254c"}},{"ruleId":"D1","level":"warning","message":{"text":"XFileShareIE._real_extract (cyclomatic 21): XFileShareIE._real_extract has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xfileshare.py"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"c04e71beb81dead3f30853a9ec2136a909af995333f4e5b1eb916689e15e401d"}},{"ruleId":"D1","level":"warning","message":{"text":"YahooIE._extract_yahoo_video (cyclomatic 21): YahooIE._extract_yahoo_video has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yahoo.py"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"2cea489dd9fd7bb16644f080cd074fee374b59680dce0695bf9d08d37c722fca"}},{"ruleId":"D1","level":"warning","message":{"text":"utils.dfxp2srt (cyclomatic 21): utils.dfxp2srt has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4970}}}],"partialFingerprints":{"codehealthFindingId/v1":"721756e838827ab43daea8d2b8c5a110ccd31d579b0d7421d3bdf09cd6907653"}},{"ruleId":"D1","level":"warning","message":{"text":"BiliBiliIE._real_extract (cyclomatic 20): BiliBiliIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bilibili.py"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"10a0d5b0c57006b2c7f095a15b1179c6d612f289270a5872938d3df9fbd79aac"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_jwplayer_formats (cyclomatic 20): InfoExtractor._parse_jwplayer_formats has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":3111}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fc64f73dfaf4b3f717ed00c39d6fa5dec545a2db63258cc81ccb9995568b8e2"}},{"ruleId":"D1","level":"warning","message":{"text":"GloboIE._real_extract (cyclomatic 20): GloboIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/globo.py"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b59ada46ab2bbff8e5401cf3f67edbea52a441c00b9ce1c3fc0fd72e7ab6a2c"}},{"ruleId":"D1","level":"warning","message":{"text":"RteBaseIE._real_extract (cyclomatic 20): RteBaseIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rte.py"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"774fbaeb43b29ff9eb0fb33e8f360974637cafa0e2c4dd279386970e9431d9bb"}},{"ruleId":"D1","level":"warning","message":{"text":"ServusIE._real_extract (cyclomatic 20): ServusIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/servus.py"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"d4e3cc068a4562a0e39bb491b1072ca8d48642c2191ecf76d17b52dfe305401b"}},{"ruleId":"D1","level":"warning","message":{"text":"ToggleIE._real_extract (cyclomatic 20): ToggleIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/toggle.py"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"de548e51b9f361d3e4bffa595442da49946349d0894562910747bd583617f3ff"}},{"ruleId":"D1","level":"warning","message":{"text":"YandexDiskIE._real_extract (cyclomatic 20): YandexDiskIE._real_extract has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yandexdisk.py"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"c75d722d30672b7368233a877e4edde54846f278a3200f5d4f27efad7d2ffadd"}},{"ruleId":"D1","level":"warning","message":{"text":"utils.decode_png (cyclomatic 20): utils.decode_png has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":6061}}}],"partialFingerprints":{"codehealthFindingId/v1":"f80fbdb39400d45047cdaf7ecd877f3b2dc4db2b09712a59c7f31523ccb8fda1"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.process_subtitles (cyclomatic 19): YoutubeDL.process_subtitles has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1872}}}],"partialFingerprints":{"codehealthFindingId/v1":"2fb26ce7e1d3332a85a211262fceb6a75d331c906e12be14920342e3f7a573e5"}},{"ruleId":"D1","level":"warning","message":{"text":"AfreecaTVIE._real_extract (cyclomatic 19): AfreecaTVIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/afreecatv.py"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5d61c0ed9b2fac6c9d810d5bfb2f8c3858b1cade7ca18dfefd4ea3b3129769a"}},{"ruleId":"D1","level":"warning","message":{"text":"AMPIE._extract_feed_info (cyclomatic 19): AMPIE._extract_feed_info has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/amp.py"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"e95a9cec218b71a5d00973b0f42451e3b3c443a5ff5271488ec448c80059d859"}},{"ruleId":"D1","level":"warning","message":{"text":"CCMAIE._real_extract (cyclomatic 19): CCMAIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ccma.py"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"47fdd22bc633ad606c89d388f2e69e03a979dafbd7fadf8078eda5296897430a"}},{"ruleId":"D1","level":"warning","message":{"text":"NovaEmbedIE._real_extract (cyclomatic 19): NovaEmbedIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nova.py"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"336badd3dd288f038799ea41f3a94073355703dfedef36b63dc187d981862821"}},{"ruleId":"D1","level":"warning","message":{"text":"SixPlayIE._real_extract (cyclomatic 19): SixPlayIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sixplay.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"27c63c0b25f4a59ec01f6093d972e79bbe1f9053c41f955d2d13a7ae17715388"}},{"ruleId":"D1","level":"warning","message":{"text":"SteamIE._real_extract (cyclomatic 19): SteamIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/steam.py"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"38149a11353d17dcd3ff65a783fd8fc0034eb60500988aebd20a33dd1dfae9ec"}},{"ruleId":"D1","level":"warning","message":{"text":"VevoIE._real_extract (cyclomatic 19): VevoIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vevo.py"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"da8d50026ec743f2b81ab355247e1cfa0816b1100a6c6095150dd7966b5195a8"}},{"ruleId":"D1","level":"warning","message":{"text":"ZypeIE._real_extract (cyclomatic 19): ZypeIE._real_extract has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zype.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"69628e60a079f4f869affc6242406118cd254a451d6f7831d9800af4fb518769"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL._match_entry (cyclomatic 18): YoutubeDL._match_entry has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":793}}}],"partialFingerprints":{"codehealthFindingId/v1":"b3fdb38835e4aa5649d5656cda6744afa96476413fb83bcb75a7f2dbf74a865d"}},{"ruleId":"D1","level":"warning","message":{"text":"FileDownloader.report_progress (cyclomatic 18): FileDownloader.report_progress has cyclomatic complexity 18 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/common.py"},"region":{"startLine":259}}}],"partialFingerprints":{"codehealthFindingId/v1":"a91952c617ce6733aff77e20ea03fae8d37a751bcc3e788d9ca12fd2c7e8b689"}},{"ruleId":"D1","level":"warning","message":{"text":"CanvasIE._real_extract (cyclomatic 18): CanvasIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/canvas.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"915dcb4627b4ada5ab009f7ffff5dfd5b995d3a0a5c09068a605d67be6062a1c"}},{"ruleId":"D1","level":"warning","message":{"text":"ChaturbateIE._real_extract (cyclomatic 18): ChaturbateIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/chaturbate.py"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"b8a9d4ee26b47ad223ef7167f9ec4ef2a3056e7e2128c905311f1241e721add0"}},{"ruleId":"D1","level":"warning","message":{"text":"FirstTVIE._real_extract (cyclomatic 18): FirstTVIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/firsttv.py"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b91e19e8eb33dbf93cf8e602cf1133ebb1a51aea87b8bb018fae3a6656a1138"}},{"ruleId":"D1","level":"warning","message":{"text":"HBOBaseIE._extract_info (cyclomatic 18): HBOBaseIE._extract_info has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hbo.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"cce46fd43e10ac8cfe783c98702aab8aed303853834f1df4d008d09df3c713e7"}},{"ruleId":"D1","level":"warning","message":{"text":"LEGOIE._real_extract (cyclomatic 18): LEGOIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lego.py"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"0411dd7638d113f67098996089f2ea326230a35b989b1e454a7b65d83cfa7fed"}},{"ruleId":"D1","level":"warning","message":{"text":"MedalTVIE._real_extract (cyclomatic 18): MedalTVIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/medaltv.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"651a9451c33c4d09d37cd5077e0d39333e5b84b3326a2282e5dd4d22e652bac5"}},{"ruleId":"D1","level":"warning","message":{"text":"PeerTubeIE._real_extract (cyclomatic 18): PeerTubeIE._real_extract has cyclomatic complexity 18 (threshold 15). This file\u0027s own header attributes it to another copyright holder, so it is code this repository carries rather than code it wrote: restructuring the body in place forks it from upstream and turns every future re-sync into a manual merge. The performable moves are to leave the body as close to its upstream form as possible and keep it behind a narrow interface of your own, and to re-sync it when upstream changes \u2014 or, if it has already diverged far enough that you maintain it here, adopt it deliberately and then split the body into named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/peertube.py"},"region":{"startLine":531}}}],"partialFingerprints":{"codehealthFindingId/v1":"c81276e7957b157a3ada98f50f82b1284fb1732d436d9e57883306ddfae245f1"}},{"ruleId":"D1","level":"warning","message":{"text":"SRGSSRIE._real_extract (cyclomatic 18): SRGSSRIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/srgssr.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"67bb747fe68598efa3f3b9303a8eb7cad8617f97ff82a1cd34792831f6d2493a"}},{"ruleId":"D1","level":"warning","message":{"text":"Vbox7IE._real_extract (cyclomatic 18): Vbox7IE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vbox7.py"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"253a57a04b755d7eb4a826cef79992b1da964c94451bf5805e53f2f45b407143"}},{"ruleId":"D1","level":"warning","message":{"text":"VGTVIE._real_extract (cyclomatic 18): VGTVIE._real_extract has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vgtv.py"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"98383a1ef708bbcf9f736e0a835aea220826ccaece09c3012192030b66187c96"}},{"ruleId":"D1","level":"warning","message":{"text":"LazyList.__getitem__ (cyclomatic 18): LazyList.__getitem__ has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4094}}}],"partialFingerprints":{"codehealthFindingId/v1":"efaac24db9d0ea06b9eaf4a008ba049af6676a54c0f0c5d2731d6e6af0b5e5cf"}},{"ruleId":"D1","level":"warning","message":{"text":"AdultSwimIE._real_extract (cyclomatic 17): AdultSwimIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adultswim.py"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7ba095c738b3f7beba1eee530bff25026b948f714bbfd61a1140232ea00875c"}},{"ruleId":"D1","level":"warning","message":{"text":"BrightcoveLegacyIE._real_extract (cyclomatic 17): BrightcoveLegacyIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/brightcove.py"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b6cc773401d8c527a3b8828272f384141b7f520cd203baab2b53891376c762e"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._request_webpage (cyclomatic 17): InfoExtractor._request_webpage has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":647}}}],"partialFingerprints":{"codehealthFindingId/v1":"eaf188a3e780a4833f64dcbefe28dca0e03a3c84d826214ba658029d0a9e548e"}},{"ruleId":"D1","level":"warning","message":{"text":"HKETVIE._real_extract (cyclomatic 17): HKETVIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hketv.py"},"region":{"startLine":74}}}],"partialFingerprints":{"codehealthFindingId/v1":"4579e9caeba4d7140b4e6cfb0c49b2a84343748bd05e1703b0516001c2b41f03"}},{"ruleId":"D1","level":"warning","message":{"text":"LinuxAcademyIE._real_extract (cyclomatic 17): LinuxAcademyIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/linuxacademy.py"},"region":{"startLine":154}}}],"partialFingerprints":{"codehealthFindingId/v1":"f800a8cb884ad5f9817b1d9e20dc9cd777f725b30570c0c498a1ba1764e406c5"}},{"ruleId":"D1","level":"warning","message":{"text":"MixcloudIE._real_extract (cyclomatic 17): MixcloudIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mixcloud.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d9591b22b30ee44ba4ffd2413a8a47a67306caf3916074585905d9973758e64"}},{"ruleId":"D1","level":"warning","message":{"text":"NineGagIE._real_extract (cyclomatic 17): NineGagIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ninegag.py"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9cf17a9529f273c5bcf4a87e8c5f5db5a07d7e66dac9dbc7af6406fa0c50c7f"}},{"ruleId":"D1","level":"warning","message":{"text":"OdnoklassnikiIE._real_extract (cyclomatic 17): OdnoklassnikiIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/odnoklassniki.py"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b0e471f7337452fd8a2eeea4b7f917b64486c3d40368e3bdfc798b19b25979e"}},{"ruleId":"D1","level":"warning","message":{"text":"OnetBaseIE._extract_from_id (cyclomatic 17): OnetBaseIE._extract_from_id has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/onet.py"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"d48c82da79463d0c30f091bdbebaa1126c405875931dda253563f63c244d365f"}},{"ruleId":"D1","level":"warning","message":{"text":"RedTubeIE._real_extract (cyclomatic 17): RedTubeIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/redtube.py"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f3f5bbdc4694ecfb1da977d7a686d46fbc3efe9afe9bdc4e78e7a6aa79585aa"}},{"ruleId":"D1","level":"warning","message":{"text":"SVTBaseIE._extract_video (cyclomatic 17): SVTBaseIE._extract_video has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/svt.py"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d88d5274a81740449ca5c7e96f9908f02877db999d840f5f8c5b526bcddad03"}},{"ruleId":"D1","level":"warning","message":{"text":"VideomoreIE._real_extract (cyclomatic 17): VideomoreIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/videomore.py"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"8efc179189ad73925044c41122aeb79dccbb7dc5a8471cf6d48a282f36e0c260"}},{"ruleId":"D1","level":"warning","message":{"text":"WatchBoxIE._real_extract (cyclomatic 17): WatchBoxIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/watchbox.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bd535932eb0e257df626b214d58d0638e34ea46f642affd98488f73bafa3b2b"}},{"ruleId":"D1","level":"warning","message":{"text":"WDRIE._real_extract (cyclomatic 17): WDRIE._real_extract has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/wdr.py"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"62e8ee86c428cd1f9ecfd5536a78b28e62a24497af395f5593f4d1011a11cc0a"}},{"ruleId":"D1","level":"warning","message":{"text":"ZattooPlatformBaseIE._extract_formats (cyclomatic 17): ZattooPlatformBaseIE._extract_formats has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zattoo.py"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e968e4e01e344e676f12dc2d07f205b1b002a2aed15ea82d881da17d67cb7ce"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDLHandler.http_response (cyclomatic 17): YoutubeDLHandler.http_response has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":2789}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1005a9313d77ca175477a681176cac869ea5ffb7c49e38565b8d32e23afcdc3"}},{"ruleId":"D1","level":"warning","message":{"text":"utils.parse_codecs (cyclomatic 17): utils.parse_codecs has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4742}}}],"partialFingerprints":{"codehealthFindingId/v1":"b605c623013eb1ca49267129530976dd10939222bbb63bcd34da788e1fad81c3"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.prepare_filename (cyclomatic 16): YoutubeDL.prepare_filename has cyclomatic complexity 16 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":704}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6da147cc96e5f3ea9a0fceec6fb8cce790364adc7aad0bb555fbcc2b04f1c38"}},{"ruleId":"D1","level":"warning","message":{"text":"YoutubeDL.__process_playlist (cyclomatic 16): YoutubeDL.__process_playlist has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1108}}}],"partialFingerprints":{"codehealthFindingId/v1":"76119afb6f44defef739e2335ae02664a16371e9afe4e01fc3b81aa62918f14c"}},{"ruleId":"D1","level":"warning","message":{"text":"DashSegmentsFD.real_download (cyclomatic 16): DashSegmentsFD.real_download has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/dash.py"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"864ee489bd20997c809ad57aeded799fcd2a48238a482b28fb7870949f4e66af"}},{"ruleId":"D1","level":"warning","message":{"text":"ARDMediathekIE._real_extract (cyclomatic 16): ARDMediathekIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ard.py"},"region":{"startLine":161}}}],"partialFingerprints":{"codehealthFindingId/v1":"098585864c90b9eacf6d240ea33c5ddd8283279559d8574bc116146406263877"}},{"ruleId":"D1","level":"warning","message":{"text":"InfoExtractor._parse_jwplayer_data (cyclomatic 16): InfoExtractor._parse_jwplayer_data has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":3037}}}],"partialFingerprints":{"codehealthFindingId/v1":"cffce626d38a78b10fb1b9f9d3b94b6180bb482037cccfa9a1186935df4dd6f0"}},{"ruleId":"D1","level":"warning","message":{"text":"CondeNastIE._extract_video (cyclomatic 16): CondeNastIE._extract_video has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/condenast.py"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"26b4a26df681ae840c17a70cd2d126337635d818b43eb0da978e8ad3c2181310"}},{"ruleId":"D1","level":"warning","message":{"text":"FunimationIE._real_extract (cyclomatic 16): FunimationIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/funimation.py"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9e63f0ec5e45788f19e85e8075cae870b3d711001025c054362bc72267fafa0"}},{"ruleId":"D1","level":"warning","message":{"text":"ImgGamingBaseIE._real_extract (cyclomatic 16): ImgGamingBaseIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/imggaming.py"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"402b9aec19863fed5a548c25fdece4d2bc13ad29120240ee9084ab2366828119"}},{"ruleId":"D1","level":"warning","message":{"text":"LyndaIE._real_extract (cyclomatic 16): LyndaIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lynda.py"},"region":{"startLine":130}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4418bb2268a51248f4bcf138d393b349e2e06b49cbf076b4ec4555bf29f3b31"}},{"ruleId":"D1","level":"warning","message":{"text":"MailRuIE._real_extract (cyclomatic 16): MailRuIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mailru.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e43b3c7d6abcde90ff896706c8272862829a398530b310d873760743e27435c"}},{"ruleId":"D1","level":"warning","message":{"text":"MindsIE._real_extract (cyclomatic 16): MindsIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/minds.py"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ede833c0b15d785382d05bf6d873ddb24bfe35f6865854cb779496fceeba7f1"}},{"ruleId":"D1","level":"warning","message":{"text":"VidmeIE._real_extract (cyclomatic 16): VidmeIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vidme.py"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"35e93b063870d19f2690d2a165bee374893c2f4f9f74eefae00018b47e0bcbaf"}},{"ruleId":"D1","level":"warning","message":{"text":"VoxMediaVolumeIE._real_extract (cyclomatic 16): VoxMediaVolumeIE._real_extract has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/voxmedia.py"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"304c1c5522047f1c14e41736747f769027d0f55e25d154c5c4e85297e014b509"}},{"ruleId":"D1","level":"warning","message":{"text":"WistiaBaseIE._extract_media (cyclomatic 16): WistiaBaseIE._extract_media has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/wistia.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"2c5483bdb6fd16860307f969d20a49f396ef0cf18e3ce84ff4f09457550a7dc6"}},{"ruleId":"D1","level":"warning","message":{"text":"ZingMp3BaseIE._extract_item (cyclomatic 16): ZingMp3BaseIE._extract_item has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zingmp3.py"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"f65eef30dd2c7e15f56c832df77a9de6de5c17d36e152d22d73b5fd5cd906484"}},{"ruleId":"D1","level":"warning","message":{"text":"JSInterpreter._separate_at_op (cyclomatic 16): JSInterpreter._separate_at_op has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":710}}}],"partialFingerprints":{"codehealthFindingId/v1":"d7a6ea8d3a6b2bd451e8574545bb8c1dfff250238166a41727bc26a6f10414b3"}},{"ruleId":"D1","level":"warning","message":{"text":"EmbedThumbnailPP.run (cyclomatic 16): EmbedThumbnailPP.run has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/embedthumbnail.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"74bad867be8b39eef56b24e7b82fcb9e8f6e0dbb2de3fb90ffed8c1fc630a315"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeIE._real_extract (cognitive 382): YoutubeIE._real_extract has cognitive complexity 382 (threshold 15). Drivers by points: if/else 237, loops 58, boolean chains 54, ternaries 30, error handling 3 (nesting depth added 197). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":2346}}}],"partialFingerprints":{"codehealthFindingId/v1":"268507e0203ccf375aaebb0487ca9e8219a45b70f7d79483e6febfcc2c66555b"}},{"ruleId":"D2","level":"warning","message":{"text":"GenericIE._real_extract (cognitive 287): GenericIE._real_extract has cognitive complexity 287 (threshold 15). Drivers by points: if/else 247, boolean chains 15, loops 13, ternaries 9, error handling 3 (nesting depth added 64). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":2529}}}],"partialFingerprints":{"codehealthFindingId/v1":"e84fa7be8a4b0c60f9406fe8be9179483a493cbe4a91add2f353d0f703e94bb7"}},{"ruleId":"D2","level":"warning","message":{"text":"JSInterpreter.interpret_statement (cognitive 226): JSInterpreter.interpret_statement has cognitive complexity 226 (threshold 15). Drivers by points: if/else 152, ternaries 28, loops 18, boolean chains 16, error handling 12 (nesting depth added 106). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":832}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad5a91cd2142a03d972b389cb2d011c6b43db463c714e7771379d8effb66e8e4"}},{"ruleId":"D2","level":"warning","message":{"text":"BBCIE._real_extract (cognitive 207): BBCIE._real_extract has cognitive complexity 207 (threshold 15). Drivers by points: if/else 127, boolean chains 30, loops 28, ternaries 15, error handling 7 (nesting depth added 109). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":897}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecc5fa9f9ef16f19b589a90c8b36ffdfab1712dad67d2f125b46654887e9f3a5"}},{"ruleId":"D2","level":"warning","message":{"text":"youtube_dl._real_main (cognitive 164): youtube_dl._real_main has cognitive complexity 164 (threshold 15). Drivers by points: if/else 113, boolean chains 29, ternaries 10, loops 9, error handling 3 (nesting depth added 40). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/__init__.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"cec0bb53fc633db24e8aabb64a4ed8bef39fdae4a1a8115ceadb8fd19ce147ac"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeTabIE._entries (cognitive 157): YoutubeTabIE._entries has cognitive complexity 157 (threshold 15). Drivers by points: if/else 83, loops 63, boolean chains 5, error handling 3, ternaries 3 (nesting depth added 104). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":3806}}}],"partialFingerprints":{"codehealthFindingId/v1":"a98c7bfb89b894f034f0962765ca018c9bd0a2c08b67a988d3aba615bc2d2a4c"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_mpd_formats_and_subtitles (cognitive 154): InfoExtractor._parse_mpd_formats_and_subtitles has cognitive complexity 154 (threshold 15). Drivers by points: if/else 84, loops 44, ternaries 14, boolean chains 12 (nesting depth added 106). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2295}}}],"partialFingerprints":{"codehealthFindingId/v1":"38623d26062e454a7864a2ba68fdabab4abf9dad3b2a54be5ccb2d3a324b35e5"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.process_info (cognitive 140): YoutubeDL.process_info has cognitive complexity 140 (threshold 15). Drivers by points: if/else 94, error handling 28, boolean chains 12, loops 6 (nesting depth added 73). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1952}}}],"partialFingerprints":{"codehealthFindingId/v1":"b294d1e5200dae294f97a0b26c748224aecde20a25027ad6f186fd3915c506fa"}},{"ruleId":"D2","level":"warning","message":{"text":"XHamsterIE._real_extract (cognitive 132): XHamsterIE._real_extract has cognitive complexity 132 (threshold 15). Drivers by points: if/else 83, loops 31, boolean chains 9, ternaries 9 (nesting depth added 84). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xhamster.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4013aacac1216a61dcb25fef655e85dd9a4849f965d733fc355ae1475231642"}},{"ruleId":"D2","level":"warning","message":{"text":"HlsFD.real_download (cognitive 116): HlsFD.real_download has cognitive complexity 116 (threshold 15). Drivers by points: if/else 91, loops 8, ternaries 8, error handling 5, boolean chains 4 (nesting depth added 80). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/hls.py"},"region":{"startLine":60}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a787ed4aa24c8e621d3b8713e337dcf8f74b45171389cf0578d87684c8bc065"}},{"ruleId":"D2","level":"warning","message":{"text":"FacebookIE._extract_from_url (cognitive 108): FacebookIE._extract_from_url has cognitive complexity 108 (threshold 15). Drivers by points: if/else 56, loops 31, boolean chains 16, ternaries 5 (nesting depth added 52). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/facebook.py"},"region":{"startLine":380}}}],"partialFingerprints":{"codehealthFindingId/v1":"1229836d62f5604d5f627093eed8947afa169ea0d883254a38f340228cf0d3b3"}},{"ruleId":"D2","level":"warning","message":{"text":"CrunchyrollIE._real_extract (cognitive 92): CrunchyrollIE._real_extract has cognitive complexity 92 (threshold 15). Drivers by points: if/else 75, loops 14, boolean chains 3 (nesting depth added 50). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/crunchyroll.py"},"region":{"startLine":414}}}],"partialFingerprints":{"codehealthFindingId/v1":"de2a6fed9e4bbd21647afc7012e7af6c858741a49988c415add55a50f3f0ade9"}},{"ruleId":"D2","level":"warning","message":{"text":"DRTVIE._real_extract (cognitive 90): DRTVIE._real_extract has cognitive complexity 90 (threshold 15). Drivers by points: if/else 57, loops 15, boolean chains 8, error handling 5, ternaries 5 (nesting depth added 53). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/drtv.py"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"66d61365f81ce4c016241733adc231e6b0c9002a81e447c1f602b7a0ac56f5f2"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.process_video_result (cognitive 86): YoutubeDL.process_video_result has cognitive complexity 86 (threshold 15). Drivers by points: if/else 57, loops 18, boolean chains 8, ternaries 3 (nesting depth added 34). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1645}}}],"partialFingerprints":{"codehealthFindingId/v1":"781ec5f0b8776b71532326a02d6dfac1e3af57341bb64f7558d407aa3e8a9665"}},{"ruleId":"D2","level":"warning","message":{"text":"UdemyIE._real_extract (cognitive 84): UdemyIE._real_extract has cognitive complexity 84 (threshold 15). Drivers by points: if/else 56, loops 11, boolean chains 9, ternaries 7, error handling 1 (nesting depth added 44). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/udemy.py"},"region":{"startLine":214}}}],"partialFingerprints":{"codehealthFindingId/v1":"5cf7e6bd06fd272a18e0d8744ed585d869e5e4ab5163dfcd94663fa39b733558"}},{"ruleId":"D2","level":"warning","message":{"text":"TEDIE._talk_info (cognitive 82): TEDIE._talk_info has cognitive complexity 82 (threshold 15). Drivers by points: if/else 58, loops 16, boolean chains 8 (nesting depth added 45). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ted.py"},"region":{"startLine":179}}}],"partialFingerprints":{"codehealthFindingId/v1":"dac6fd490976e4c28d9dcc86935582e479b314de913a7990aa2244208d5365f0"}},{"ruleId":"D2","level":"warning","message":{"text":"CeskaTelevizeIE._real_extract (cognitive 77): CeskaTelevizeIE._real_extract has cognitive complexity 77 (threshold 15). Drivers by points: if/else 58, loops 12, boolean chains 4, ternaries 3 (nesting depth added 39). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ceskatelevize.py"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"94fb30c0d5f65ed6feba322b6f601dd4b33f94d27167e7ce3574259e44b857bc"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_html5_media_entries (cognitive 75): InfoExtractor._parse_html5_media_entries has cognitive complexity 75 (threshold 15). Drivers by points: if/else 47, loops 20, boolean chains 8 (nesting depth added 49). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2785}}}],"partialFingerprints":{"codehealthFindingId/v1":"204d2ce67d6b2bf2cdb914b55d23a8e3acf34eabc58b1f3311e400c64028d9df"}},{"ruleId":"D2","level":"warning","message":{"text":"NiconicoIE._real_extract (cognitive 74): NiconicoIE._real_extract has cognitive complexity 74 (threshold 15). Drivers by points: if/else 27, boolean chains 21, ternaries 19, loops 5, error handling 2 (nesting depth added 24). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/niconico.py"},"region":{"startLine":381}}}],"partialFingerprints":{"codehealthFindingId/v1":"724a1a59bace2fe210b272b3e6dfe0d5ab7a92295f781d4dfa157ce5175b0400"}},{"ruleId":"D2","level":"warning","message":{"text":"JSInterpreter._separate (cognitive 72): JSInterpreter._separate has cognitive complexity 72 (threshold 15). Drivers by points: if/else 43, boolean chains 16, ternaries 9, loops 4 (nesting depth added 33). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":625}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a504f15cbd061a04d674d1714876c96cfbabdb57a447ce5670e5874da36857c"}},{"ruleId":"D2","level":"warning","message":{"text":"PBSIE._real_extract (cognitive 71): PBSIE._real_extract has cognitive complexity 71 (threshold 15). Drivers by points: if/else 53, loops 13, boolean chains 5 (nesting depth added 40). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pbs.py"},"region":{"startLine":539}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3e2abd2f414e02c51a533ed7597c4c8e31b2806ea7f7945a5fb1e3af9e280de"}},{"ruleId":"D2","level":"warning","message":{"text":"ProSiebenSat1BaseIE._extract_video_info (cognitive 71): ProSiebenSat1BaseIE._extract_video_info has cognitive complexity 71 (threshold 15). Drivers by points: if/else 46, ternaries 12, loops 8, boolean chains 5 (nesting depth added 44). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/prosiebensat1.py"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a4e536426a9c0379061fffac096598835e10d11b7598b34556931f39b530272"}},{"ruleId":"D2","level":"warning","message":{"text":"AdobePassIE._extract_mvpd_auth (cognitive 69): AdobePassIE._extract_mvpd_auth has cognitive complexity 69 (threshold 15). Drivers by points: if/else 63, boolean chains 4, loops 1, ternaries 1 (nesting depth added 41). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adobepass.py"},"region":{"startLine":1354}}}],"partialFingerprints":{"codehealthFindingId/v1":"25d1889dc64c6afaa55f9e316954e05a208b7a3c700ae991d029397a246f2405"}},{"ruleId":"D2","level":"warning","message":{"text":"BandcampIE._real_extract (cognitive 69): BandcampIE._real_extract has cognitive complexity 69 (threshold 15). Drivers by points: if/else 51, loops 12, boolean chains 5, ternaries 1 (nesting depth added 45). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bandcamp.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"89ff72ac28a0c879d6930a86a426440eedaef271155a82cfb23951f98deca4c5"}},{"ruleId":"D2","level":"warning","message":{"text":"GoIE._real_extract (cognitive 69): GoIE._real_extract has cognitive complexity 69 (threshold 15). Drivers by points: if/else 43, loops 10, ternaries 9, boolean chains 7 (nesting depth added 36). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/go.py"},"region":{"startLine":158}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb2e161678f5417852eba08be519b2dbd6cca5134f3dbfde93c682a4016fd1d0"}},{"ruleId":"D2","level":"warning","message":{"text":"PornHubIE._real_extract (cognitive 68): PornHubIE._real_extract has cognitive complexity 68 (threshold 15). Drivers by points: if/else 52, loops 12, boolean chains 4 (nesting depth added 38). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pornhub.py"},"region":{"startLine":261}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c964e2ecee51b636dd81607d14d821c9abd514cb45497eedf486153a95b398c"}},{"ruleId":"D2","level":"warning","message":{"text":"NPOIE._get_old_info (cognitive 65): NPOIE._get_old_info has cognitive complexity 65 (threshold 15). Drivers by points: if/else 48, boolean chains 7, loops 7, error handling 2, ternaries 1 (nesting depth added 32). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npo.py"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"93cbb561a7e7d63f603c925ef3dbc84c92081698fd865b3479dbff2888e98c6b"}},{"ruleId":"D2","level":"warning","message":{"text":"VimeoBaseInfoExtractor._parse_config (cognitive 64): VimeoBaseInfoExtractor._parse_config has cognitive complexity 64 (threshold 15). Drivers by points: if/else 30, loops 15, boolean chains 12, ternaries 7 (nesting depth added 30). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vimeo.py"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"d83bba9fba11500e5543fbdfd12bbeca2eeef92a029a3a7ea9147baff97937f6"}},{"ruleId":"D2","level":"warning","message":{"text":"SWFInterpreter.__init__ (cognitive 60): SWFInterpreter.__init__ has cognitive complexity 60 (threshold 15). Drivers by points: loops 41, if/else 19 (nesting depth added 26). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/swfinterp.py"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"96b208f71b70efd7d5ffeaa8dac2227ab041b52bf7c0fc6004bbca26b6549442"}},{"ruleId":"D2","level":"warning","message":{"text":"TurnerBaseIE._extract_cvp_info (cognitive 59): TurnerBaseIE._extract_cvp_info has cognitive complexity 59 (threshold 15). Drivers by points: if/else 42, boolean chains 8, loops 8, ternaries 1 (nesting depth added 30). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/turner.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9154e6356fe6990121c91680147bf396ebc58e1b8e52afea75cc6d2d50afde2"}},{"ruleId":"D2","level":"warning","message":{"text":"CSpanIE._real_extract (cognitive 58): CSpanIE._real_extract has cognitive complexity 58 (threshold 15). Drivers by points: if/else 31, ternaries 16, loops 8, boolean chains 3 (nesting depth added 26). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/cspan.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"b8221de00bbb44fa296768d5d49126ecbe5777ef93e8d36a2dcdad22663d7fc0"}},{"ruleId":"D2","level":"warning","message":{"text":"ArcPublishingIE._real_extract (cognitive 57): ArcPublishingIE._real_extract has cognitive complexity 57 (threshold 15). Drivers by points: if/else 39, loops 9, ternaries 7, boolean chains 2 (nesting depth added 34). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arcpublishing.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b6dc876312c268c47fc250954bcfd110cab9786c63b4188dadff7ea76e29259"}},{"ruleId":"D2","level":"warning","message":{"text":"Channel9IE._real_extract (cognitive 57): Channel9IE._real_extract has cognitive complexity 57 (threshold 15). Drivers by points: if/else 37, loops 13, ternaries 4, boolean chains 3 (nesting depth added 31). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/channel9.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a638b065d2abc7c3eb055e0ca9e2884ffbb7354e964948f21963f566c94b8ba"}},{"ruleId":"D2","level":"warning","message":{"text":"BrightcoveNewIE._parse_brightcove_metadata (cognitive 56): BrightcoveNewIE._parse_brightcove_metadata has cognitive complexity 56 (threshold 15). Drivers by points: if/else 30, boolean chains 14, ternaries 9, loops 3 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/brightcove.py"},"region":{"startLine":471}}}],"partialFingerprints":{"codehealthFindingId/v1":"05829943e2c1f2ec560dd63ba302afafb161a3236f0e7e2ad3ea01e898750c44"}},{"ruleId":"D2","level":"warning","message":{"text":"BBCCoUkIE._process_media_selector (cognitive 55): BBCCoUkIE._process_media_selector has cognitive complexity 55 (threshold 15). Drivers by points: if/else 38, loops 9, error handling 5, boolean chains 3 (nesting depth added 37). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":364}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc0f2c8a9f24705deee24c23cd2122524e87689749b96e10968f882340726d64"}},{"ruleId":"D2","level":"warning","message":{"text":"KalturaIE._real_extract (cognitive 55): KalturaIE._real_extract has cognitive complexity 55 (threshold 15). Drivers by points: if/else 39, boolean chains 7, error handling 3, loops 3, ternaries 3 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/kaltura.py"},"region":{"startLine":229}}}],"partialFingerprints":{"codehealthFindingId/v1":"be8e51e922a7c8150ddf3b88282599fa3805b6099f3c2884261013194811a265"}},{"ruleId":"D2","level":"warning","message":{"text":"LimelightBaseIE._extract_info (cognitive 55): LimelightBaseIE._extract_info has cognitive complexity 55 (threshold 15). Drivers by points: if/else 37, loops 10, boolean chains 8 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/limelight.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"787953dd405ec494586fc12349a28000093ef553e14ef85211e83ff878ad5096"}},{"ruleId":"D2","level":"warning","message":{"text":"CrackleIE._real_extract (cognitive 54): CrackleIE._real_extract has cognitive complexity 54 (threshold 15). Drivers by points: if/else 38, loops 9, boolean chains 4, error handling 2, ternaries 1 (nesting depth added 30). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/crackle.py"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"28819df125fd9581b2c65be71b945069047edf63394c7bb7d352022be7e970b0"}},{"ruleId":"D2","level":"warning","message":{"text":"NRKIE._real_extract (cognitive 54): NRKIE._real_extract has cognitive complexity 54 (threshold 15). Drivers by points: if/else 37, boolean chains 11, loops 3, ternaries 3 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nrk.py"},"region":{"startLine":146}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d0e3ba8b013d5ffc4e1396a387019e241b58e03e91627c0a73e2ffdb569dc5f"}},{"ruleId":"D2","level":"warning","message":{"text":"SoundcloudIE._extract_info_dict (cognitive 54): SoundcloudIE._extract_info_dict has cognitive complexity 54 (threshold 15). Drivers by points: if/else 34, boolean chains 13, loops 5, ternaries 2 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/soundcloud.py"},"region":{"startLine":318}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9cec624521a3be0b25e785fe52d482c8b8aa3b04cf537383acd7380020cee69"}},{"ruleId":"D2","level":"warning","message":{"text":"SteamIE._real_extract (cognitive 54): SteamIE._real_extract has cognitive complexity 54 (threshold 15). Drivers by points: if/else 38, loops 15, boolean chains 1 (nesting depth added 34). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/steam.py"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6f8ca309e3618446945c5b1041d849cdaa33ad8655a31bb50b2613942aa6843"}},{"ruleId":"D2","level":"warning","message":{"text":"FFmpegFD._call_downloader (cognitive 53): FFmpegFD._call_downloader has cognitive complexity 53 (threshold 15). Drivers by points: if/else 40, boolean chains 6, loops 4, ternaries 2, error handling 1 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/external.py"},"region":{"startLine":373}}}],"partialFingerprints":{"codehealthFindingId/v1":"69b5f6162781f560ee962f11d69738d70800f112c63abe7055b38ccc85933bee"}},{"ruleId":"D2","level":"warning","message":{"text":"RTSIE._real_extract (cognitive 53): RTSIE._real_extract has cognitive complexity 53 (threshold 15). Drivers by points: if/else 33, boolean chains 9, ternaries 7, loops 4 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rts.py"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9b83c98dc09bbec7eab6c841c427d3d5f3cfdb6a0910c58c5ea08f42d6447b7"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_ism_formats (cognitive 52): InfoExtractor._parse_ism_formats has cognitive complexity 52 (threshold 15). Drivers by points: if/else 16, ternaries 12, loops 10, boolean chains 9, error handling 5 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2690}}}],"partialFingerprints":{"codehealthFindingId/v1":"428e17e2e4f3479efdbe06ac9baba44740a32e6edfa770b8c755b950786982dd"}},{"ruleId":"D2","level":"warning","message":{"text":"PluralsightIE._real_extract (cognitive 51): PluralsightIE._real_extract has cognitive complexity 51 (threshold 15). Drivers by points: if/else 29, loops 12, ternaries 5, error handling 3, boolean chains 2 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pluralsight.py"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"c856060b2269b3ca97c02ef4a98cb7036fee6ddd749a6a5eaf35212e176d9d1f"}},{"ruleId":"D2","level":"warning","message":{"text":"ThreeQSDNIE._real_extract (cognitive 51): ThreeQSDNIE._real_extract has cognitive complexity 51 (threshold 15). Drivers by points: if/else 27, boolean chains 9, ternaries 8, loops 6, error handling 1 (nesting depth added 25). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/threeqsdn.py"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"4667c0a211ca3ed2a06a95a13af0e1878ebce0877df42af91add61f86b5c0666"}},{"ruleId":"D2","level":"warning","message":{"text":"MetacafeIE._real_extract (cognitive 50): MetacafeIE._real_extract has cognitive complexity 50 (threshold 15). Drivers by points: if/else 41, loops 6, boolean chains 2, ternaries 1 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/metacafe.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"791738a1bb5d36a31221c0c7197f0944863fe242c2846922915ece90e3806b1c"}},{"ruleId":"D2","level":"warning","message":{"text":"F4mFD.real_download (cognitive 48): F4mFD.real_download has cognitive complexity 48 (threshold 15). Drivers by points: if/else 34, boolean chains 6, error handling 5, loops 3 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/f4m.py"},"region":{"startLine":319}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d806856bd6d62730bf1949ce473e0b614c6aa7407ec52e4df19da835776f79f"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_m3u8_formats (cognitive 48): InfoExtractor._parse_m3u8_formats has cognitive complexity 48 (threshold 15). Drivers by points: if/else 34, ternaries 8, boolean chains 4, loops 2 (nesting depth added 26). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1838}}}],"partialFingerprints":{"codehealthFindingId/v1":"76ac232576a8b4650cc463f51b15bddfd0485eff27d8e45de9101b3a1cedbaa4"}},{"ruleId":"D2","level":"warning","message":{"text":"NovaEmbedIE._real_extract (cognitive 48): NovaEmbedIE._real_extract has cognitive complexity 48 (threshold 15). Drivers by points: if/else 30, loops 14, boolean chains 4 (nesting depth added 29). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nova.py"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"18129051a1d19b851349b5e330d1c64ece632124159c97cc5945eca2849b2e38"}},{"ruleId":"D2","level":"warning","message":{"text":"TV2IE._real_extract (cognitive 47): TV2IE._real_extract has cognitive complexity 47 (threshold 15). Drivers by points: if/else 29, boolean chains 7, ternaries 6, loops 3, error handling 2 (nesting depth added 24). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tv2.py"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecea39b7b9bcd56903776f8b8524b7a9c871ee38de479086f909c1c1f99bbda0"}},{"ruleId":"D2","level":"warning","message":{"text":"TwitterIE._real_extract (cognitive 47): TwitterIE._real_extract has cognitive complexity 47 (threshold 15). Drivers by points: if/else 20, ternaries 15, boolean chains 7, loops 5 (nesting depth added 23). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/twitter.py"},"region":{"startLine":432}}}],"partialFingerprints":{"codehealthFindingId/v1":"de977312d1acd21c14865c5a151010bc0675472465e1264f739558ce50c84d2e"}},{"ruleId":"D2","level":"warning","message":{"text":"ADNIE._real_extract (cognitive 46): ADNIE._real_extract has cognitive complexity 46 (threshold 15). Drivers by points: boolean chains 18, if/else 18, loops 8, error handling 2 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adn.py"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b0a4057270db41e8994978034e89b7fc2b37a34bc3fe9555ab7e9b85e84dcbf"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_f4m_formats (cognitive 46): InfoExtractor._parse_f4m_formats has cognitive complexity 46 (threshold 15). Drivers by points: if/else 25, ternaries 12, boolean chains 8, loops 1 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1699}}}],"partialFingerprints":{"codehealthFindingId/v1":"001d15ce689ad7d46c52ecc4fbe4396bd54a2337002cd99b08e87ecb39865dd9"}},{"ruleId":"D2","level":"warning","message":{"text":"update.update_self (cognitive 46): update.update_self has cognitive complexity 46 (threshold 15). Drivers by points: if/else 32, error handling 12, boolean chains 1, ternaries 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/update.py"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d9b69f611cecbafbb76530c694bba5bb7eb96e2a0dde87efecebe18a872f98d"}},{"ruleId":"D2","level":"warning","message":{"text":"InstagramPlaylistIE._extract_graphql (cognitive 45): InstagramPlaylistIE._extract_graphql has cognitive complexity 45 (threshold 15). Drivers by points: if/else 29, boolean chains 8, loops 5, error handling 3 (nesting depth added 22). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/instagram.py"},"region":{"startLine":292}}}],"partialFingerprints":{"codehealthFindingId/v1":"04e0e4e31360833603c064f89a40dc8c57daec5f9a2e09333f37857feb23f752"}},{"ruleId":"D2","level":"warning","message":{"text":"PuhuTVIE._real_extract (cognitive 45): PuhuTVIE._real_extract has cognitive complexity 45 (threshold 15). Drivers by points: if/else 24, boolean chains 16, loops 4, error handling 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/puhutv.py"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"b66bfb03cad63838e32ea9726b5384581d2c61ca73b0a7f248b49d11c315f7d4"}},{"ruleId":"D2","level":"warning","message":{"text":"ArkenaIE._real_extract (cognitive 44): ArkenaIE._real_extract has cognitive complexity 44 (threshold 15). Drivers by points: if/else 33, loops 6, boolean chains 5 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arkena.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb733f9437b49d24583c7d04147c621359a313eee12d889f9f25c8d8ca12b23b"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._json_ld (cognitive 44): InfoExtractor._json_ld has cognitive complexity 44 (threshold 15). Drivers by points: if/else 37, boolean chains 6, loops 1 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1355}}}],"partialFingerprints":{"codehealthFindingId/v1":"d34d905a78d2e75624e6eabe0b4e58f08ec0a6a0a3d7e54b17f6149b3fec7c1e"}},{"ruleId":"D2","level":"warning","message":{"text":"FFmpegExtractAudioPP.run (cognitive 44): FFmpegExtractAudioPP.run has cognitive complexity 44 (threshold 15). Drivers by points: if/else 36, boolean chains 6, error handling 2 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/ffmpeg.py"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"24dab5dce0fc3dd26b52095e5d931d207c9b31b70a2f2705333472a55c81c11b"}},{"ruleId":"D2","level":"warning","message":{"text":"ARDMediathekBaseIE._extract_formats (cognitive 43): ARDMediathekBaseIE._extract_formats has cognitive complexity 43 (threshold 15). Drivers by points: if/else 35, loops 6, boolean chains 2 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ard.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e653ffdbfe87c00d3330134449d4b16501e0a70b642763ba26e3a8180de287e"}},{"ruleId":"D2","level":"warning","message":{"text":"InstagramIE._real_extract (cognitive 43): InstagramIE._real_extract has cognitive complexity 43 (threshold 15). Drivers by points: if/else 28, boolean chains 7, loops 4, ternaries 4 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/instagram.py"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e4f081e74d78da689af01d8808de89592f2846259dfaa26cb7e09715e2bd544"}},{"ruleId":"D2","level":"warning","message":{"text":"VimeoIE._real_extract (cognitive 43): VimeoIE._real_extract has cognitive complexity 43 (threshold 15). Drivers by points: if/else 33, boolean chains 9, error handling 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vimeo.py"},"region":{"startLine":635}}}],"partialFingerprints":{"codehealthFindingId/v1":"df211713bde2dd4432059e18c0810c917a1c9e1e7b3affe13583e4b9e75b01d1"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_smil_formats (cognitive 42): InfoExtractor._parse_smil_formats has cognitive complexity 42 (threshold 15). Drivers by points: if/else 17, ternaries 12, boolean chains 11, loops 2 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2095}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b140cc0df52981b33d4b745fa89bf6a6a7f52d68cf63f2eed0052022bc466b8"}},{"ruleId":"D2","level":"warning","message":{"text":"NPOIE._get_info (cognitive 42): NPOIE._get_info has cognitive complexity 42 (threshold 15). Drivers by points: if/else 30, boolean chains 6, loops 6 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npo.py"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"550f9ab288102a89987fec1932a0609dfca53ee7331f333fc15fa1f73b1f7d08"}},{"ruleId":"D2","level":"warning","message":{"text":"utils.dfxp2srt (cognitive 42): utils.dfxp2srt has cognitive complexity 42 (threshold 15). Drivers by points: if/else 29, loops 11, boolean chains 2 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4970}}}],"partialFingerprints":{"codehealthFindingId/v1":"dafc5a32e2a460e86ac9baa33083b57b7c000c45e9f812cf83305850244f243b"}},{"ruleId":"D2","level":"warning","message":{"text":"DailymotionIE._real_extract (cognitive 41): DailymotionIE._real_extract has cognitive complexity 41 (threshold 15). Drivers by points: if/else 19, boolean chains 9, ternaries 7, loops 6 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dailymotion.py"},"region":{"startLine":206}}}],"partialFingerprints":{"codehealthFindingId/v1":"3caf38c97b3f7f3fb465986abbfd815838eb2603b0cc28283b9a6029a0cd2b17"}},{"ruleId":"D2","level":"warning","message":{"text":"GoogleDriveIE._real_extract (cognitive 41): GoogleDriveIE._real_extract has cognitive complexity 41 (threshold 15). Drivers by points: if/else 30, boolean chains 7, loops 4 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/googledrive.py"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ff15740f693a82830ccdd5e30e04c4d4f29d5c8c4706e01498e435de43ab03f"}},{"ruleId":"D2","level":"warning","message":{"text":"MSNIE._real_extract (cognitive 41): MSNIE._real_extract has cognitive complexity 41 (threshold 15). Drivers by points: if/else 30, loops 5, ternaries 4, boolean chains 2 (nesting depth added 24). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/msn.py"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"123cdef486d522e6bbd7372f1c78fd520bccd249e51036c83a9bdc4a01f09629"}},{"ruleId":"D2","level":"warning","message":{"text":"YouNowChannelIE._entries (cognitive 41): YouNowChannelIE._entries has cognitive complexity 41 (threshold 15). Drivers by points: if/else 31, loops 8, boolean chains 2 (nesting depth added 28). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/younow.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"4133462d7bf008b773f29b19cf9a7a8cc38951c534227d347dc81f6437d9740f"}},{"ruleId":"D2","level":"warning","message":{"text":"BrightcoveLegacyIE._real_extract (cognitive 40): BrightcoveLegacyIE._real_extract has cognitive complexity 40 (threshold 15). Drivers by points: if/else 36, boolean chains 4 (nesting depth added 23). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/brightcove.py"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"85e888cae32fd3fe5d10b175748bd23386abb6c80c5f3d48d955bb1a814b7965"}},{"ruleId":"D2","level":"warning","message":{"text":"DPlayIE._get_disco_api_info (cognitive 39): DPlayIE._get_disco_api_info has cognitive complexity 39 (threshold 15). Drivers by points: if/else 29, boolean chains 5, loops 3, error handling 2 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dplay.py"},"region":{"startLine":187}}}],"partialFingerprints":{"codehealthFindingId/v1":"0360d9a326880e9e637f67d616670dd94b711f10504b573d39a48b77b444b046"}},{"ruleId":"D2","level":"warning","message":{"text":"VKIE._real_extract (cognitive 39): VKIE._real_extract has cognitive complexity 39 (threshold 15). Drivers by points: if/else 29, boolean chains 7, loops 3 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vk.py"},"region":{"startLine":310}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7f59271c6c5584de54f01535a861551d72e71b7f4d7a2f5ddb3dcfbe741b417"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeBaseInfoExtractor._login (cognitive 39): YoutubeBaseInfoExtractor._login has cognitive complexity 39 (threshold 15). Drivers by points: if/else 32, ternaries 6, boolean chains 1 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":211}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b431f38b8c881509d7ddb738a70c58456951832d6de2b8c68ab34fbc95d8075"}},{"ruleId":"D2","level":"warning","message":{"text":"DisneyIE._real_extract (cognitive 38): DisneyIE._real_extract has cognitive complexity 38 (threshold 15). Drivers by points: if/else 23, boolean chains 7, loops 6, ternaries 2 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/disney.py"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"51d425d70c8fd2e4339b8a1ab9931bf4f2537bde5d63bdb97dac8f0714ee0d48"}},{"ruleId":"D2","level":"warning","message":{"text":"HBOBaseIE._extract_info (cognitive 38): HBOBaseIE._extract_info has cognitive complexity 38 (threshold 15). Drivers by points: if/else 27, loops 7, ternaries 3, boolean chains 1 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hbo.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d360e55ed13a1d5f1cfc99c393bc2f864009c1b2a5d9b681d2e5a1dc61cd241"}},{"ruleId":"D2","level":"warning","message":{"text":"RteBaseIE._real_extract (cognitive 38): RteBaseIE._real_extract has cognitive complexity 38 (threshold 15). Drivers by points: if/else 30, boolean chains 5, error handling 2, loops 1 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rte.py"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"427541a6b303be6852fc77976f10d72af8212001f048c637499ad8ffbc9c8fbe"}},{"ruleId":"D2","level":"warning","message":{"text":"XTubeIE._real_extract (cognitive 38): XTubeIE._real_extract has cognitive complexity 38 (threshold 15). Drivers by points: if/else 26, boolean chains 4, loops 4, ternaries 4 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xtube.py"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"884ba08e30022e373bc5894afab1bb71d7c2e6980c4b1702b643bcf12e5e1e9a"}},{"ruleId":"D2","level":"warning","message":{"text":"ZypeIE._real_extract (cognitive 38): ZypeIE._real_extract has cognitive complexity 38 (threshold 15). Drivers by points: if/else 29, loops 5, boolean chains 3, error handling 1 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zype.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"45d82fc6169826ee8df15268cedfaf83f9457c445d51c11d1faa0cb5a3da4eeb"}},{"ruleId":"D2","level":"warning","message":{"text":"SixPlayIE._real_extract (cognitive 37): SixPlayIE._real_extract has cognitive complexity 37 (threshold 15). Drivers by points: if/else 24, boolean chains 8, loops 5 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sixplay.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a455f7b676a8aa263facfd5a7dacc45caef87f39298f908ffc6fbf7635f23f4"}},{"ruleId":"D2","level":"warning","message":{"text":"DashSegmentsFD.real_download (cognitive 36): DashSegmentsFD.real_download has cognitive complexity 36 (threshold 15). Drivers by points: if/else 22, error handling 6, ternaries 4, loops 3, boolean chains 1 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/dash.py"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f0e24ea6dcb1ca4a854bab18c9a6851c3ec341b158163adc044db1d620dc9e9"}},{"ruleId":"D2","level":"warning","message":{"text":"RtmpFD.real_download (cognitive 36): RtmpFD.real_download has cognitive complexity 36 (threshold 15). Drivers by points: if/else 25, boolean chains 7, loops 3, error handling 1 (nesting depth added 5). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/rtmp.py"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f672d2279dcaf8ee69c55aed10076d3f01c1cf3b901f57d91b0a448b860e2e7"}},{"ruleId":"D2","level":"warning","message":{"text":"BiliBiliIE._real_extract (cognitive 36): BiliBiliIE._real_extract has cognitive complexity 36 (threshold 15). Drivers by points: if/else 17, loops 12, ternaries 4, boolean chains 3 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bilibili.py"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"391796859260441d93ff0cd73f8abedc89d2f66293e96adf4d93f174e516d15f"}},{"ruleId":"D2","level":"warning","message":{"text":"LecturioIE._real_extract (cognitive 36): LecturioIE._real_extract has cognitive complexity 36 (threshold 15). Drivers by points: if/else 21, boolean chains 8, ternaries 5, loops 2 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lecturio.py"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe33d3667a002238d438664d4ae48f85fbf39c47b73a034919ccd37e168de2d1"}},{"ruleId":"D2","level":"warning","message":{"text":"AfreecaTVIE._real_extract (cognitive 35): AfreecaTVIE._real_extract has cognitive complexity 35 (threshold 15). Drivers by points: if/else 22, ternaries 8, loops 3, boolean chains 2 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/afreecatv.py"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"de18e206c6fe709956f50ed37c1c54688fe93ad361a62f9563b49ee8b52f3ef8"}},{"ruleId":"D2","level":"warning","message":{"text":"FranceTVIE._extract_video (cognitive 35): FranceTVIE._extract_video has cognitive complexity 35 (threshold 15). Drivers by points: if/else 25, boolean chains 5, loops 4, ternaries 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/francetv.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"62c0a4ccbb30238fc585955607eba8b1f2cb27924d9fbd4d835a17daee1c7202"}},{"ruleId":"D2","level":"warning","message":{"text":"YouPornListBase._entries (cognitive 34): YouPornListBase._entries has cognitive complexity 34 (threshold 15). Drivers by points: if/else 27, loops 6, boolean chains 1 (nesting depth added 23). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youporn.py"},"region":{"startLine":280}}}],"partialFingerprints":{"codehealthFindingId/v1":"bebd30b95c3b96d0bb24c3fec05da8e0e9687a8addf6789b0430b4e76837109c"}},{"ruleId":"D2","level":"warning","message":{"text":"KonserthusetPlayIE._real_extract (cognitive 33): KonserthusetPlayIE._real_extract has cognitive complexity 33 (threshold 15). Drivers by points: if/else 15, boolean chains 7, ternaries 7, loops 4 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/konserthusetplay.py"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"a269c7dd016fde5107e08fdda49ff0156a007f75a42d5dc54f49dc423b8bc1c7"}},{"ruleId":"D2","level":"warning","message":{"text":"TVNowShowIE._real_extract (cognitive 33): TVNowShowIE._real_extract has cognitive complexity 33 (threshold 15). Drivers by points: if/else 25, loops 7, boolean chains 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tvnow.py"},"region":{"startLine":444}}}],"partialFingerprints":{"codehealthFindingId/v1":"8453c888580cab0ade7344ef1f65e1004d5212685fbf125fdb60fbfa3e853c44"}},{"ruleId":"D2","level":"warning","message":{"text":"ArteTVIE._real_extract (cognitive 32): ArteTVIE._real_extract has cognitive complexity 32 (threshold 15). Drivers by points: if/else 17, boolean chains 7, loops 6, ternaries 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arte.py"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"706e27399a7b68596f8feb7630cf1cde672108cd15cc02075633547a895e4a3a"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_jwplayer_formats (cognitive 32): InfoExtractor._parse_jwplayer_formats has cognitive complexity 32 (threshold 15). Drivers by points: if/else 24, boolean chains 7, loops 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":3111}}}],"partialFingerprints":{"codehealthFindingId/v1":"a02b7e69e172c3c24c3f43e3ee9c30c55fb5f4249956f148613eecef318a7459"}},{"ruleId":"D2","level":"warning","message":{"text":"NDREmbedBaseIE._real_extract (cognitive 32): NDREmbedBaseIE._real_extract has cognitive complexity 32 (threshold 15). Drivers by points: if/else 18, boolean chains 8, loops 4, ternaries 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ndr.py"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebf366da1225f6f6276e0ce5725f5e1c060bcd8deeb10c188649dfd04d5c52cf"}},{"ruleId":"D2","level":"warning","message":{"text":"NprIE._real_extract (cognitive 32): NprIE._real_extract has cognitive complexity 32 (threshold 15). Drivers by points: if/else 26, loops 5, boolean chains 1 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npr.py"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"f92069470f8797ab932693e35af4da39ca1c39e2c707085b1b068ca3afc4bc35"}},{"ruleId":"D2","level":"warning","message":{"text":"OnetBaseIE._extract_from_id (cognitive 32): OnetBaseIE._extract_from_id has cognitive complexity 32 (threshold 15). Drivers by points: if/else 21, loops 6, boolean chains 3, ternaries 2 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/onet.py"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"6efe602e190c2a78941fe59c953b5564d898da0482aeacef1307a1ad9346c11a"}},{"ruleId":"D2","level":"warning","message":{"text":"XFileShareIE._real_extract (cognitive 32): XFileShareIE._real_extract has cognitive complexity 32 (threshold 15). Drivers by points: if/else 16, loops 10, boolean chains 5, ternaries 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/xfileshare.py"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"674cba955403b75478e12f37df270620678ef8cb62bf1b8b63def7b2fee377ac"}},{"ruleId":"D2","level":"warning","message":{"text":"FragmentFD._prepare_frag_download (cognitive 31): FragmentFD._prepare_frag_download has cognitive complexity 31 (threshold 15). Drivers by points: if/else 23, boolean chains 4, ternaries 4 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/fragment.py"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"bcb3ed6e9c60ab7c2d6dd08933c49b23ee9e98cb6672633970f97f906e87e1f4"}},{"ruleId":"D2","level":"warning","message":{"text":"ChaturbateIE._real_extract (cognitive 31): ChaturbateIE._real_extract has cognitive complexity 31 (threshold 15). Drivers by points: if/else 19, loops 10, ternaries 2 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/chaturbate.py"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c3ae5dd0e0646489229d1161b8f5ff6c63ab67a38a29c67f928088fcf5888fe"}},{"ruleId":"D2","level":"warning","message":{"text":"HotStarIE._real_extract (cognitive 31): HotStarIE._real_extract has cognitive complexity 31 (threshold 15). Drivers by points: if/else 17, boolean chains 8, loops 3, error handling 2, ternaries 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hotstar.py"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"e37454946c004416384ad310d29cce8a9b80a66df78777d09b72b806c1be5dc5"}},{"ruleId":"D2","level":"warning","message":{"text":"NineGagIE._real_extract (cognitive 31): NineGagIE._real_extract has cognitive complexity 31 (threshold 15). Drivers by points: if/else 19, loops 6, ternaries 5, boolean chains 1 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ninegag.py"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"d99f2b4f358ebb34fbd128ef3eb213efd488c6f30642310574ac007941a37d5f"}},{"ruleId":"D2","level":"warning","message":{"text":"RaiBaseIE._extract_relinker_info (cognitive 31): RaiBaseIE._extract_relinker_info has cognitive complexity 31 (threshold 15). Drivers by points: if/else 18, boolean chains 6, ternaries 6, loops 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rai.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"229275f80fa0bfb71dbba283a2b0f2a7c72ef830f8bec810997562f03babaabb"}},{"ruleId":"D2","level":"warning","message":{"text":"URPlayIE._real_extract (cognitive 31): URPlayIE._real_extract has cognitive complexity 31 (threshold 15). Drivers by points: if/else 18, boolean chains 9, loops 3, ternaries 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/urplay.py"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"248ef156f8e28e1736ad6e17fc68be026f948502489e0260bf2b1feb83b044df"}},{"ruleId":"D2","level":"warning","message":{"text":"YahooIE._extract_yahoo_video (cognitive 31): YahooIE._extract_yahoo_video has cognitive complexity 31 (threshold 15). Drivers by points: if/else 14, boolean chains 6, loops 6, ternaries 5 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yahoo.py"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b6896197619e01af1b5def066078ff4e7c8977683716f1599bd7d55babdd42a"}},{"ruleId":"D2","level":"warning","message":{"text":"ZattooPlatformBaseIE._extract_formats (cognitive 31): ZattooPlatformBaseIE._extract_formats has cognitive complexity 31 (threshold 15). Drivers by points: if/else 22, loops 6, ternaries 3 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zattoo.py"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2d8717c71555743096458fe808e484f9dcb00130fff29ece78ed74a2ecfe6ac"}},{"ruleId":"D2","level":"warning","message":{"text":"JSInterpreter._separate_at_op (cognitive 31): JSInterpreter._separate_at_op has cognitive complexity 31 (threshold 15). Drivers by points: if/else 15, loops 8, ternaries 5, boolean chains 3 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":710}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f7dfb3108b4d5ffd4428c983bf461564356cf53e87a2de207b4e13407965f40"}},{"ruleId":"D2","level":"warning","message":{"text":"AdultSwimIE._real_extract (cognitive 30): AdultSwimIE._real_extract has cognitive complexity 30 (threshold 15). Drivers by points: if/else 21, loops 5, boolean chains 4 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adultswim.py"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"a49bad231f739c5bf5e3f03adc5851053f8a466769b96c50922fd55e08129f7b"}},{"ruleId":"D2","level":"warning","message":{"text":"GediDigitalIE._real_extract (cognitive 30): GediDigitalIE._real_extract has cognitive complexity 30 (threshold 15). Drivers by points: if/else 28, boolean chains 1, loops 1 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/gedidigital.py"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb4d60df85cc9698badd115e70341f9bd7bcc39c8273f1d182c520698eda700a"}},{"ruleId":"D2","level":"warning","message":{"text":"LyndaIE._real_extract (cognitive 30): LyndaIE._real_extract has cognitive complexity 30 (threshold 15). Drivers by points: if/else 16, loops 7, ternaries 6, boolean chains 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lynda.py"},"region":{"startLine":130}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ca135b137a2c56fcfc39dc753ceda0234978dc1393dd40e506151e649dfa96f"}},{"ruleId":"D2","level":"warning","message":{"text":"TvigleIE._real_extract (cognitive 30): TvigleIE._real_extract has cognitive complexity 30 (threshold 15). Drivers by points: if/else 25, loops 4, boolean chains 1 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tvigle.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"83c09e26b10127e8aaca6c6f9522c32cd2af2f746281d55e747bb34a60de531a"}},{"ruleId":"D2","level":"warning","message":{"text":"utils.decode_png (cognitive 30): utils.decode_png has cognitive complexity 30 (threshold 15). Drivers by points: if/else 22, loops 5, boolean chains 3 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":6061}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b335d4986b44113e4fb5441035c5416a1eeae8c7f88535c87c5cad288f57e1f"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL._match_entry (cognitive 29): YoutubeDL._match_entry has cognitive complexity 29 (threshold 15). Drivers by points: if/else 27, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":793}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a7755e92cc1ccdf9674a9649a414edccd0fe651fc5e2b41dc92392f52da6bea"}},{"ruleId":"D2","level":"warning","message":{"text":"CCMAIE._real_extract (cognitive 29): CCMAIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 18, boolean chains 4, loops 3, ternaries 3, error handling 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ccma.py"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"c5dd50760d259309bc1f4ec8d4cf2dbe088e28457148a8ae044af9332e8133a7"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._initialize_geo_bypass (cognitive 29): InfoExtractor._initialize_geo_bypass has cognitive complexity 29 (threshold 15). Drivers by points: if/else 27, boolean chains 2 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":480}}}],"partialFingerprints":{"codehealthFindingId/v1":"9488948b5e4b1249824203ab6305d165e347a9598e830df66a2577f69fb27016"}},{"ruleId":"D2","level":"warning","message":{"text":"FirstTVIE._real_extract (cognitive 29): FirstTVIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 18, boolean chains 8, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/firsttv.py"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"a022523be9d6e37af57a4d21ff15976ab814f1a62ef90cf040fe41cf23a836c0"}},{"ruleId":"D2","level":"warning","message":{"text":"ImgGamingBaseIE._real_extract (cognitive 29): ImgGamingBaseIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 17, loops 7, ternaries 3, boolean chains 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/imggaming.py"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"3cd7cf8709c0b9c47ad33f6bec90b9dff81bce2198468a260c428ad8314a48f1"}},{"ruleId":"D2","level":"warning","message":{"text":"IviIE._real_extract (cognitive 29): IviIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 18, boolean chains 4, error handling 3, loops 2, ternaries 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ivi.py"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e6ea518a5a6895c3f8f5e70f8c329230a6c6a484c5c99e1d3cf55d412326eb5"}},{"ruleId":"D2","level":"warning","message":{"text":"SohuIE._real_extract (cognitive 29): SohuIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 20, loops 7, ternaries 2 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sohu.py"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f6070bf2fa13108ad5d631062ecd046c990b4676037ad0dc7e51c4f07c909ad"}},{"ruleId":"D2","level":"warning","message":{"text":"ToggleIE._real_extract (cognitive 29): ToggleIE._real_extract has cognitive complexity 29 (threshold 15). Drivers by points: if/else 18, loops 7, boolean chains 4 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/toggle.py"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba394e0cb6631710968b318f57902b828f1affe2f3b720c2973244ae9071237b"}},{"ruleId":"D2","level":"warning","message":{"text":"utils.write_xattr (cognitive 29): utils.write_xattr has cognitive complexity 29 (threshold 15). Drivers by points: if/else 19, error handling 9, boolean chains 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":6166}}}],"partialFingerprints":{"codehealthFindingId/v1":"06cf9f65e98d8262e301a2ddcfc81fe27dcaea4b336839947af4fdb10f0f522a"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.process_ie_result (cognitive 28): YoutubeDL.process_ie_result has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, boolean chains 4, loops 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1001}}}],"partialFingerprints":{"codehealthFindingId/v1":"64992e334605067f34fecbff2242042eaf14a2383d0b56be967763ea9de220d8"}},{"ruleId":"D2","level":"warning","message":{"text":"AMPIE._extract_feed_info (cognitive 28): AMPIE._extract_feed_info has cognitive complexity 28 (threshold 15). Drivers by points: if/else 19, loops 5, boolean chains 4 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/amp.py"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"f258a02e7eaeb47524e433e418d8258d84baed6b7eaf8fc32901311d16b66243"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._request_webpage (cognitive 28): InfoExtractor._request_webpage has cognitive complexity 28 (threshold 15). Drivers by points: if/else 26, boolean chains 1, error handling 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":647}}}],"partialFingerprints":{"codehealthFindingId/v1":"2eb77e87bbf1f4895e394fab7054f28bdea18d58580a8cda73fbcf36bd2d5dc2"}},{"ruleId":"D2","level":"warning","message":{"text":"LEGOIE._real_extract (cognitive 28): LEGOIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 17, boolean chains 6, loops 4, error handling 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/lego.py"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"3503dac0a4db919091ec496f61ffc7f4b9a115aa378ed31b3bbe135f81594ef8"}},{"ruleId":"D2","level":"warning","message":{"text":"LinuxAcademyIE._real_extract (cognitive 28): LinuxAcademyIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 15, boolean chains 6, ternaries 5, loops 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/linuxacademy.py"},"region":{"startLine":154}}}],"partialFingerprints":{"codehealthFindingId/v1":"43f8bf5d962b41b3e140c345389345b06c37b83423a3984780178b4e88b78f1d"}},{"ruleId":"D2","level":"warning","message":{"text":"MDRIE._real_extract (cognitive 28): MDRIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, boolean chains 3, loops 3 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mdr.py"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"85fec652d47b75cde9b1bd5c93a150331431f7c71885f768e23e20c5608ee092"}},{"ruleId":"D2","level":"warning","message":{"text":"RTBFIE._real_extract (cognitive 28): RTBFIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 16, boolean chains 6, loops 5, ternaries 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rtbf.py"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"2450bbc2902a82317fad3fc3e2527ebc72d5bfac851c10bd0c1623395e93a78a"}},{"ruleId":"D2","level":"warning","message":{"text":"SRGSSRIE._real_extract (cognitive 28): SRGSSRIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 18, loops 7, boolean chains 3 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/srgssr.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"96f69a161eb250e795f0f863c04c741b2f725fe72c568462acec1436701a66d3"}},{"ruleId":"D2","level":"warning","message":{"text":"TeamcocoIE._real_extract (cognitive 28): TeamcocoIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 25, loops 2, boolean chains 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/teamcoco.py"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8e51e27264e8121b822c8683edf5e5b3c4d4d553df8f166bbb5ee1736362826"}},{"ruleId":"D2","level":"warning","message":{"text":"WDRIE._real_extract (cognitive 28): WDRIE._real_extract has cognitive complexity 28 (threshold 15). Drivers by points: if/else 21, loops 5, boolean chains 1, ternaries 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/wdr.py"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"7768b11b9297708c68a865658af6c3c7cc928ecd0de34488482a6f006412dd8a"}},{"ruleId":"D2","level":"warning","message":{"text":"WistiaBaseIE._extract_media (cognitive 28): WistiaBaseIE._extract_media has cognitive complexity 28 (threshold 15). Drivers by points: if/else 18, boolean chains 5, ternaries 3, loops 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/wistia.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"678cc9c87bc0e8c289601fc4a9bcbe165c0a6e96a11717a67c7aeef570f057a4"}},{"ruleId":"D2","level":"warning","message":{"text":"ARDMediathekIE._real_extract (cognitive 27): ARDMediathekIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 17, ternaries 5, loops 3, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ard.py"},"region":{"startLine":161}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5ec07849257c647e1f3b6e7ac60d16c23c067a50a97fc5f5a41eb9ed8bc314f"}},{"ruleId":"D2","level":"warning","message":{"text":"CuriosityStreamIE._real_extract (cognitive 27): CuriosityStreamIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 17, loops 7, boolean chains 3 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/curiositystream.py"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"af41b8f21f31dbd50e4fb32832c1ecd9c714fa4074d9020c415b487a8f0d0051"}},{"ruleId":"D2","level":"warning","message":{"text":"HitboxLiveIE._real_extract (cognitive 27): HitboxLiveIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 22, loops 4, boolean chains 1 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hitbox.py"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"4117d7da1b528fba3ae83d486b067123aeaad10f7764484db5a97195b26354e4"}},{"ruleId":"D2","level":"warning","message":{"text":"PBSIE._extract_webpage (cognitive 27): PBSIE._extract_webpage has cognitive complexity 27 (threshold 15). Drivers by points: if/else 21, loops 4, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pbs.py"},"region":{"startLine":438}}}],"partialFingerprints":{"codehealthFindingId/v1":"670d3fe714a6d686caccc82e4f181db301807428da1fe0b80477fbfd81253717"}},{"ruleId":"D2","level":"warning","message":{"text":"SpankwireIE._real_extract (cognitive 27): SpankwireIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 20, loops 3, ternaries 3, boolean chains 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/spankwire.py"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"3182e4a59b80802e9f445396fe3495c91a41d5b5eccfa5748871889879397e0d"}},{"ruleId":"D2","level":"warning","message":{"text":"TwitchPlaylistBaseIE._entries (cognitive 27): TwitchPlaylistBaseIE._entries has cognitive complexity 27 (threshold 15). Drivers by points: if/else 23, loops 3, boolean chains 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/twitch.py"},"region":{"startLine":428}}}],"partialFingerprints":{"codehealthFindingId/v1":"88124f5b5a293ac7c6d0f86e58955334bf6e160d31388602af276a88901964b1"}},{"ruleId":"D2","level":"warning","message":{"text":"VevoIE._real_extract (cognitive 27): VevoIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 21, boolean chains 2, loops 2, ternaries 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vevo.py"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"08421b5696f6c796ea992aba2ee4dc5600b05fa13ba89637a9811345b8580260"}},{"ruleId":"D2","level":"warning","message":{"text":"VRVIE._real_extract (cognitive 27): VRVIE._real_extract has cognitive complexity 27 (threshold 15). Drivers by points: if/else 15, loops 11, boolean chains 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vrv.py"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"86bb65d27d17c25bcf460f7e10f95bb3f18cdbebb3bcb688fa6f8fc75a64104b"}},{"ruleId":"D2","level":"warning","message":{"text":"ZingMp3BaseIE._extract_item (cognitive 27): ZingMp3BaseIE._extract_item has cognitive complexity 27 (threshold 15). Drivers by points: if/else 19, boolean chains 4, loops 4 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zingmp3.py"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"41003bf086e4ba48479e64e914ed55506243ea23a43e849e854b02f83d36f7e6"}},{"ruleId":"D2","level":"warning","message":{"text":"utils._match_one (cognitive 27): utils._match_one has cognitive complexity 27 (threshold 15). Drivers by points: if/else 21, boolean chains 3, error handling 3 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4866}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d9d686509eb8a125b20536fa7eb17706fa0ea943981f298f09e8bd74c0a132e"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.__process_playlist (cognitive 26): YoutubeDL.__process_playlist has cognitive complexity 26 (threshold 15). Drivers by points: if/else 19, loops 4, ternaries 2, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1108}}}],"partialFingerprints":{"codehealthFindingId/v1":"55b4550a7141843c9d5e10587be6b79b8e12240b6b0b1d02f0cd5d322300eacf"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.process_subtitles (cognitive 26): YoutubeDL.process_subtitles has cognitive complexity 26 (threshold 15). Drivers by points: if/else 16, loops 5, boolean chains 4, ternaries 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1872}}}],"partialFingerprints":{"codehealthFindingId/v1":"b3dbfc9b27f676d3c9c443d0b27824a9f706789fc9f0d19e5562d6ed427a1bb2"}},{"ruleId":"D2","level":"warning","message":{"text":"PeerTubeIE._real_extract (cognitive 26): PeerTubeIE._real_extract has cognitive complexity 26 (threshold 15). Drivers by points: if/else 16, boolean chains 5, ternaries 3, loops 2 (nesting depth added 7). This file\u0027s own header attributes it to another copyright holder, so it is code this repository carries rather than code it wrote: restructuring the body in place forks it from upstream and turns every future re-sync into a manual merge. The performable moves are to leave the body as close to its upstream form as possible and keep it behind a narrow interface of your own, and to re-sync it when upstream changes \u2014 or, if it has already diverged far enough that you maintain it here, adopt it deliberately and then split the body into named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/peertube.py"},"region":{"startLine":531}}}],"partialFingerprints":{"codehealthFindingId/v1":"26c255f3990bddeade5caf34c901b417a50eeddf739b918036071bb30123910f"}},{"ruleId":"D2","level":"warning","message":{"text":"PinterestBaseIE._extract_video (cognitive 26): PinterestBaseIE._extract_video has cognitive complexity 26 (threshold 15). Drivers by points: if/else 18, boolean chains 4, loops 4 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pinterest.py"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"ffe58a7b02772210d2d59cafb5fa5efcded3d11f3a9a49aa859f482b229c275b"}},{"ruleId":"D2","level":"warning","message":{"text":"YandexDiskIE._real_extract (cognitive 26): YandexDiskIE._real_extract has cognitive complexity 26 (threshold 15). Drivers by points: if/else 15, boolean chains 10, loops 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yandexdisk.py"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1ffc865d20385a22589c25821228f509268f286779344eb16edc9b5c1aef93f"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDLHandler.http_response (cognitive 26): YoutubeDLHandler.http_response has cognitive complexity 26 (threshold 15). Drivers by points: if/else 20, loops 3, boolean chains 2, error handling 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":2789}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e936caca0347089ffbfa68f7b4346267f132ba40ba3077c55b151873a4ccdde"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDLCookieJar.save (cognitive 26): YoutubeDLCookieJar.save has cognitive complexity 26 (threshold 15). Drivers by points: if/else 22, boolean chains 2, loops 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":2951}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce6be13df8e71f151c0ba2b4ec5d434ad2f692c23fbf2e09cd97f8eb72551a23"}},{"ruleId":"D2","level":"warning","message":{"text":"utils.parse_codecs (cognitive 26): utils.parse_codecs has cognitive complexity 26 (threshold 15). Drivers by points: if/else 17, boolean chains 4, ternaries 4, loops 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4742}}}],"partialFingerprints":{"codehealthFindingId/v1":"c57419bf1b653091db7c37ade5537a8f4a4317e381718d4c824d33797a86988e"}},{"ruleId":"D2","level":"warning","message":{"text":"FileDownloader.report_progress (cognitive 25): FileDownloader.report_progress has cognitive complexity 25 (threshold 15). Drivers by points: if/else 23, boolean chains 2 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/common.py"},"region":{"startLine":259}}}],"partialFingerprints":{"codehealthFindingId/v1":"eccae0a1490688e92a6bbf65ec16fa0a45eb055de75d3ee1f9824c2451ec005c"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._parse_jwplayer_data (cognitive 25): InfoExtractor._parse_jwplayer_data has cognitive complexity 25 (threshold 15). Drivers by points: if/else 16, boolean chains 4, loops 3, ternaries 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":3037}}}],"partialFingerprints":{"codehealthFindingId/v1":"be60c11eb9f90bc7a8373cda1952f20bd5ac2371e5fd24a244cefad2e34e1662"}},{"ruleId":"D2","level":"warning","message":{"text":"CoubIE._real_extract (cognitive 25): CoubIE._real_extract has cognitive complexity 25 (threshold 15). Drivers by points: if/else 15, ternaries 5, loops 3, boolean chains 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/coub.py"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"d40e9188b89dc77764210fd92ecd3cbfffb8e23f54c658b91870c7f36573d132"}},{"ruleId":"D2","level":"warning","message":{"text":"GloboIE._real_extract (cognitive 25): GloboIE._real_extract has cognitive complexity 25 (threshold 15). Drivers by points: if/else 15, boolean chains 7, ternaries 2, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/globo.py"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"727549e562fcd27181f7f4ab5e6d15ba5b85b3c404e91760300e9f0173d1c42f"}},{"ruleId":"D2","level":"warning","message":{"text":"MediasiteIE._real_extract (cognitive 25): MediasiteIE._real_extract has cognitive complexity 25 (threshold 15). Drivers by points: if/else 16, loops 6, ternaries 3 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mediasite.py"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"4109c432df93fc28b2a5de930120c821ed8c7e6a8b7ca20ee47b0b8002286a5e"}},{"ruleId":"D2","level":"warning","message":{"text":"RedTubeIE._real_extract (cognitive 25): RedTubeIE._real_extract has cognitive complexity 25 (threshold 15). Drivers by points: if/else 15, boolean chains 5, loops 5 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/redtube.py"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"0fc355a883a8042d8234c0bffa3650240022ac1dd2ac5bd2ebbb6c905ede24d1"}},{"ruleId":"D2","level":"warning","message":{"text":"SVTBaseIE._extract_video (cognitive 25): SVTBaseIE._extract_video has cognitive complexity 25 (threshold 15). Drivers by points: if/else 16, boolean chains 3, loops 3, ternaries 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/svt.py"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bf0c01cf079e4cc0c4c959ba27cf1a994cbd9913e7e7ac5702a9779b3f6e159"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.trouble (cognitive 24): YoutubeDL.trouble has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, ternaries 3, boolean chains 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":610}}}],"partialFingerprints":{"codehealthFindingId/v1":"cba9a47208e40835af52fa09a94697126a7a8acd6e69ea0a501d0f8d0668b148"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL._calc_headers (cognitive 24): YoutubeDL._calc_headers has cognitive complexity 24 (threshold 15). Drivers by points: if/else 12, loops 5, ternaries 5, boolean chains 2 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1578}}}],"partialFingerprints":{"codehealthFindingId/v1":"4648f473138abe50a846dca0d9b4684c449bdebbf5349e3b3325813f4da96b3a"}},{"ruleId":"D2","level":"warning","message":{"text":"IsmFD.real_download (cognitive 24): IsmFD.real_download has cognitive complexity 24 (threshold 15). Drivers by points: if/else 17, error handling 3, loops 3, ternaries 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/ism.py"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"77f96327bd3144d3e3f519f74f2b6e19c14a762ec2c938763eb9dc647681f847"}},{"ruleId":"D2","level":"warning","message":{"text":"AppleTrailersIE._real_extract (cognitive 24): AppleTrailersIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: loops 12, if/else 10, boolean chains 2 (nesting depth added 13). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/appletrailers.py"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"028bafb0f19d9ad68767e9a9caec6472ebb915e9fa5912f12b5f50208e513524"}},{"ruleId":"D2","level":"warning","message":{"text":"CamModelsIE._real_extract (cognitive 24): CamModelsIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 21, loops 3 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/cammodels.py"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"eaf95a3e4f838c62ee82f68f125f775917b19ae6db88c6bb84101c0605d9cdac"}},{"ruleId":"D2","level":"warning","message":{"text":"DVTVIE._parse_video_metadata (cognitive 24): DVTVIE._parse_video_metadata has cognitive complexity 24 (threshold 15). Drivers by points: if/else 13, loops 7, boolean chains 4 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dvtv.py"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"86ee070f6df62c510988f108e89736e73b5c4347e8867bc2319552637a2e01f4"}},{"ruleId":"D2","level":"warning","message":{"text":"HKETVIE._real_extract (cognitive 24): HKETVIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 14, boolean chains 6, loops 2, ternaries 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hketv.py"},"region":{"startLine":74}}}],"partialFingerprints":{"codehealthFindingId/v1":"1331c905008016d38790edf68ebf03777712ec7ee2ffc838ed103fa60ca804d2"}},{"ruleId":"D2","level":"warning","message":{"text":"ITVIE._real_extract (cognitive 24): ITVIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 10, boolean chains 9, loops 3, ternaries 2 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/itv.py"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"51b8c5afb577cce781e64d335e104902efb2b069d8f6784f402244bbe3b79821"}},{"ruleId":"D2","level":"warning","message":{"text":"KinjaEmbedIE._real_extract (cognitive 24): KinjaEmbedIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 18, boolean chains 4, loops 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/kinja.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"d00ad0bc753d7e9d614e7e5f956480363b1cb2703c6aaff1790c6617a8132b0a"}},{"ruleId":"D2","level":"warning","message":{"text":"MTVServicesInfoExtractor._extract_video_formats (cognitive 24): MTVServicesInfoExtractor._extract_video_formats has cognitive complexity 24 (threshold 15). Drivers by points: if/else 13, ternaries 6, error handling 3, boolean chains 1, loops 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mtv.py"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0c699af2437e7984f979559ee210400bc6495e763c0307cc9c0e97262687e02"}},{"ruleId":"D2","level":"warning","message":{"text":"NexxIE._extract_azure_formats (cognitive 24): NexxIE._extract_azure_formats has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, boolean chains 1, ternaries 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nexx.py"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"08480a022ff2ea218be8c52fd9273511e18fb2e26c34c5fa65789eb6250bb866"}},{"ruleId":"D2","level":"warning","message":{"text":"NRKTVSeriesIE._real_extract (cognitive 24): NRKTVSeriesIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 12, boolean chains 6, loops 4, ternaries 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nrk.py"},"region":{"startLine":693}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecc2c3f22701da9a6156c4ba9a2734fc3ec4d11f7c4a317f7cf358cf2c620d07"}},{"ruleId":"D2","level":"warning","message":{"text":"VGTVIE._real_extract (cognitive 24): VGTVIE._real_extract has cognitive complexity 24 (threshold 15). Drivers by points: if/else 14, loops 4, ternaries 4, boolean chains 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vgtv.py"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0bc6bd33796224ada4c433169fd6212adbad6ed8546bfc1c1bc1e2bd0fb3c99"}},{"ruleId":"D2","level":"warning","message":{"text":"EmbedThumbnailPP.run (cognitive 24): EmbedThumbnailPP.run has cognitive complexity 24 (threshold 15). Drivers by points: if/else 23, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/embedthumbnail.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f75fa32f569f44e527db64f09930a903694389c2dfb16f2c639103593a5f4cf"}},{"ruleId":"D2","level":"warning","message":{"text":"FFmpegPostProcessor._determine_executables (cognitive 24): FFmpegPostProcessor._determine_executables has cognitive complexity 24 (threshold 15). Drivers by points: if/else 18, loops 3, ternaries 3 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/ffmpeg.py"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"03154c617064f23ebda2556be5a9900c597af2f28372a369420d3f0b7ea73d83"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._extract_akamai_formats (cognitive 23): InfoExtractor._extract_akamai_formats has cognitive complexity 23 (threshold 15). Drivers by points: if/else 11, loops 9, ternaries 2, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2911}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b14b2c1dfa6cf65f99d8f2bf9f2275e3d9e8df46f066284c293819d8801e5f1"}},{"ruleId":"D2","level":"warning","message":{"text":"CorusIE._real_extract (cognitive 23): CorusIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 15, ternaries 4, boolean chains 2, loops 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/corus.py"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"84208e74e0494be089c2490df97e518d46332d3c5b8a484f36f65c71078d8302"}},{"ruleId":"D2","level":"warning","message":{"text":"FusionIE._real_extract (cognitive 23): FusionIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 9, ternaries 8, boolean chains 3, loops 3 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/fusion.py"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"527e1d8f24f52017f138fd6cb5417f022e7e5d1cd68ea27ff6ae98ee30e728cc"}},{"ruleId":"D2","level":"warning","message":{"text":"MedalTVIE._real_extract (cognitive 23): MedalTVIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 11, boolean chains 6, ternaries 5, loops 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/medaltv.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8c4ac7cb725c41c613c8a89699cf901b9700554e06ab605e81802ed098568ff"}},{"ruleId":"D2","level":"warning","message":{"text":"OoyalaBaseIE._extract (cognitive 23): OoyalaBaseIE._extract has cognitive complexity 23 (threshold 15). Drivers by points: boolean chains 11, if/else 10, loops 2 (nesting depth added 4). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ooyala.py"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"22e233134ba7027e225656dad6a61ad6056e57cde0d80b5a0e7b2beda6933f54"}},{"ruleId":"D2","level":"warning","message":{"text":"ServusIE._real_extract (cognitive 23): ServusIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 12, boolean chains 9, loops 2 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/servus.py"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f6a7ccbc794b746b09293e10f116e713fb84f8df5b90c5582ce66e966cdb777"}},{"ruleId":"D2","level":"warning","message":{"text":"TeamTreeHouseIE._real_extract (cognitive 23): TeamTreeHouseIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 14, loops 9 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/teamtreehouse.py"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"599014c1f688f004202d52700b2d091f94dff11a04d59fb940abe810abdad242"}},{"ruleId":"D2","level":"warning","message":{"text":"TVNowBaseIE._extract_video (cognitive 23): TVNowBaseIE._extract_video has cognitive complexity 23 (threshold 15). Drivers by points: if/else 13, loops 7, boolean chains 3 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tvnow.py"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"82ad1eee3e41b1c3b425f2534fc81f3f012017e4c199f9f778c91456eafa40c7"}},{"ruleId":"D2","level":"warning","message":{"text":"UMGDeIE._real_extract (cognitive 23): UMGDeIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 19, loops 3, boolean chains 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/umg.py"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f23c4fb23718c880a4bf096880bd223514f97d5c36c32ea0f3886dc9bfa62a8"}},{"ruleId":"D2","level":"warning","message":{"text":"VideomoreIE._real_extract (cognitive 23): VideomoreIE._real_extract has cognitive complexity 23 (threshold 15). Drivers by points: if/else 16, loops 4, boolean chains 3 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/videomore.py"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a3198da54d8514302cf6d68e96dfa42a4cd3a63a30c2a5762fb0267b4ebe66a"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeTabIE._grid_entries (cognitive 23): YoutubeTabIE._grid_entries has cognitive complexity 23 (threshold 15). Drivers by points: if/else 19, loops 4 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":3560}}}],"partialFingerprints":{"codehealthFindingId/v1":"e31d200d7f64a4341076210547736af8876721490b806af5f250fd7fe86f47a8"}},{"ruleId":"D2","level":"warning","message":{"text":"prepare_manpage.filter_options (cognitive 22): prepare_manpage.filter_options has cognitive complexity 22 (threshold 15). Drivers by points: if/else 21, loops 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"devscripts/prepare_manpage.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e61708607144478630f80655170fc9e6083f35bc31b2f116c10c06119f0154c"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.__init__ (cognitive 22): YoutubeDL.__init__ has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, error handling 4, loops 2, boolean chains 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":378}}}],"partialFingerprints":{"codehealthFindingId/v1":"06b27fade1d08ae24228199440ea95d8543607201b457ca9e1b60a10074ed95f"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL._format_note (cognitive 22): YoutubeDL._format_note has cognitive complexity 22 (threshold 15). Drivers by points: if/else 9, boolean chains 8, ternaries 5 (nesting depth added 2). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":2406}}}],"partialFingerprints":{"codehealthFindingId/v1":"613f523d89797a1ec3c02e782db51dd25e4c15560401e8eb5e60bfb784f91791"}},{"ruleId":"D2","level":"warning","message":{"text":"CanvasIE._real_extract (cognitive 22): CanvasIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 16, boolean chains 3, loops 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/canvas.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"63d56cf1836ea03a1da14aea2edc9cd2e7477d09883cb1a776a632d973b6795a"}},{"ruleId":"D2","level":"warning","message":{"text":"DiscoveryGoBaseIE._extract_video_info (cognitive 22): DiscoveryGoBaseIE._extract_video_info has cognitive complexity 22 (threshold 15). Drivers by points: if/else 12, ternaries 5, loops 3, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/discoverygo.py"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0db50d0770ce2579747d96832fd2ee4482c64e6d74e52170635e4639a4a4562"}},{"ruleId":"D2","level":"warning","message":{"text":"MediasetIE._real_extract (cognitive 22): MediasetIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: loops 7, if/else 6, ternaries 4, error handling 3, boolean chains 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mediaset.py"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"63e4cc6735b31aac5729995ef8a1af7c994ccc2a4d9d134a1635e2eb6ace09a9"}},{"ruleId":"D2","level":"warning","message":{"text":"MicrosoftVirtualAcademyIE._real_extract (cognitive 22): MicrosoftVirtualAcademyIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, loops 4, boolean chains 3 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/microsoftvirtualacademy.py"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"503d150a2fa9e2e46a8c94a25575d281afc7f3f3d5b4fea5caea1d075e3a3287"}},{"ruleId":"D2","level":"warning","message":{"text":"NHLBaseIE._real_extract (cognitive 22): NHLBaseIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, ternaries 4, loops 2, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nhl.py"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"f53bb65564d680072ea6d9f04f9ee424fbaf62dc62495e63767068930394654f"}},{"ruleId":"D2","level":"warning","message":{"text":"PornHubPagedPlaylistBaseIE._entries (cognitive 22): PornHubPagedPlaylistBaseIE._entries has cognitive complexity 22 (threshold 15). Drivers by points: if/else 11, error handling 4, loops 3, boolean chains 2, ternaries 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pornhub.py"},"region":{"startLine":584}}}],"partialFingerprints":{"codehealthFindingId/v1":"13ea9365100e9d5ba50c0cc724817ff18e662300fc7a779046c0dee6581f6f02"}},{"ruleId":"D2","level":"warning","message":{"text":"TelecincoIE._real_extract (cognitive 22): TelecincoIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, boolean chains 3, loops 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/telecinco.py"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"358248b9e6836a8673bd77d5850bb56d3002f1b2781b1e2e74dfd7263d1440ca"}},{"ruleId":"D2","level":"warning","message":{"text":"TVPlayIE._real_extract (cognitive 22): TVPlayIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 18, boolean chains 2, error handling 1, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tvplay.py"},"region":{"startLine":236}}}],"partialFingerprints":{"codehealthFindingId/v1":"14456541683c015bfceca21e3557a496a98fa4cbd0b4d9fc69b3e1ef1352a58d"}},{"ruleId":"D2","level":"warning","message":{"text":"UdemyCourseIE._real_extract (cognitive 22): UdemyCourseIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 20, boolean chains 1, loops 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/udemy.py"},"region":{"startLine":437}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6fe5d78e93aed616f64348fe0eb5f8c696419f7f9d5a0957157275ced54e0bd"}},{"ruleId":"D2","level":"warning","message":{"text":"UOLIE._real_extract (cognitive 22): UOLIE._real_extract has cognitive complexity 22 (threshold 15). Drivers by points: if/else 13, loops 8, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/uol.py"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"46b14a99a4e1e57a23aa5d15f63d2f6c63684b56b26c07005ffc80dbc55870cd"}},{"ruleId":"D2","level":"warning","message":{"text":"options.parseOpts (cognitive 22): options.parseOpts has cognitive complexity 22 (threshold 15). Drivers by points: if/else 18, loops 3, ternaries 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"134fa7aee2debd40cf9d7dc1758619b0de8c4914e0dc935a5e599580858c8557"}},{"ruleId":"D2","level":"warning","message":{"text":"TestUnicodeLiterals.test_all_files (cognitive 21): TestUnicodeLiterals.test_all_files has cognitive complexity 21 (threshold 15). Drivers by points: if/else 15, loops 5, boolean chains 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/test_unicode_literals.py"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"2177f971a9d36a5f92ee1dfc072cd78d8627775644fe164ab18d3f616d06dea4"}},{"ruleId":"D2","level":"warning","message":{"text":"BrightcoveNewIE._real_extract (cognitive 21): BrightcoveNewIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 14, boolean chains 4, error handling 2, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/brightcove.py"},"region":{"startLine":589}}}],"partialFingerprints":{"codehealthFindingId/v1":"a801cee37ce41d69a95c452f10bb9e69f8987a1373470f4f33bad8ebbcfe3594"}},{"ruleId":"D2","level":"warning","message":{"text":"CondeNastIE._extract_video (cognitive 21): CondeNastIE._extract_video has cognitive complexity 21 (threshold 15). Drivers by points: if/else 13, ternaries 4, boolean chains 2, loops 2 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/condenast.py"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"f097840ad4dc6ce05d929957eb3b29f59bcc4349ffe39b62eac5fefb2b0db06a"}},{"ruleId":"D2","level":"warning","message":{"text":"DailymotionBaseInfoExtractor._call_api (cognitive 21): DailymotionBaseInfoExtractor._call_api has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, ternaries 4, error handling 3, boolean chains 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dailymotion.py"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd06906b98370b092882a1ba2a42e8b061f2cabb8cc854012e549df028d82904"}},{"ruleId":"D2","level":"warning","message":{"text":"MailRuIE._real_extract (cognitive 21): MailRuIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, boolean chains 5, ternaries 3, loops 1 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mailru.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bb0e27961dc9d59ca18883f0ab4e7337a7514d5d163310e97db760fc1682919"}},{"ruleId":"D2","level":"warning","message":{"text":"NBABaseIE._extract_video (cognitive 21): NBABaseIE._extract_video has cognitive complexity 21 (threshold 15). Drivers by points: if/else 16, boolean chains 4, loops 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nba.py"},"region":{"startLine":277}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9b0cddad6069d403b3a748b132da72189b6dfb098df6df80113be43d1bc348f"}},{"ruleId":"D2","level":"warning","message":{"text":"OdnoklassnikiIE._real_extract (cognitive 21): OdnoklassnikiIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, ternaries 3, loops 1 (nesting depth added 4). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/odnoklassniki.py"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e6316e62128e6bb5a154455450781e4ba4e0a7c3b87d84c0e3b1850b875c1e2"}},{"ruleId":"D2","level":"warning","message":{"text":"PlayvidIE._real_extract (cognitive 21): PlayvidIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 16, error handling 4, loops 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/playvid.py"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"429900930e862b17cfef0d19f7ea53acbe2389bb201d8abb9773ffc16135585d"}},{"ruleId":"D2","level":"warning","message":{"text":"RICEIE._real_extract (cognitive 21): RICEIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 18, loops 2, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rice.py"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"b36bc7eda16a42eecedfffaa17033c636d7f997dc0e27c7366f89c2c53880d89"}},{"ruleId":"D2","level":"warning","message":{"text":"RTVEALaCartaIE._decrypt_url (cognitive 21): RTVEALaCartaIE._decrypt_url has cognitive complexity 21 (threshold 15). Drivers by points: if/else 14, loops 7 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rtve.py"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd531ada80c107d59c28d47e5601bc9d6caf6fdf05a325ac934da6514dc47a45"}},{"ruleId":"D2","level":"warning","message":{"text":"RUTVIE._real_extract (cognitive 21): RUTVIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 13, ternaries 5, loops 3 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rutv.py"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"4cd43806b309f2577ba489e6cd392b96475f5149115bfcf767421aa4a73c6325"}},{"ruleId":"D2","level":"warning","message":{"text":"SevenPlusIE._real_extract (cognitive 21): SevenPlusIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 13, loops 5, boolean chains 2, error handling 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sevenplus.py"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"dae407c76037e8bcb1aa92798fdb82f5235d4d8798f9b9c80d4efa11c8fa9c20"}},{"ruleId":"D2","level":"warning","message":{"text":"SVTSeriesIE._real_extract (cognitive 21): SVTSeriesIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 13, boolean chains 5, loops 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/svt.py"},"region":{"startLine":303}}}],"partialFingerprints":{"codehealthFindingId/v1":"2457e931fe006fc79cda05108c0800462dff871b7fa323c1e0864938a32c2f66"}},{"ruleId":"D2","level":"warning","message":{"text":"VidmeIE._real_extract (cognitive 21): VidmeIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, ternaries 4, boolean chains 3, error handling 1, loops 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vidme.py"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba62701d98008ed3b2ebf23b4bfac6975b1116c0c1340215a69e1608eeb9ebdd"}},{"ruleId":"D2","level":"warning","message":{"text":"VoxMediaVolumeIE._real_extract (cognitive 21): VoxMediaVolumeIE._real_extract has cognitive complexity 21 (threshold 15). Drivers by points: if/else 10, boolean chains 7, ternaries 3, loops 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/voxmedia.py"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"845122dcda78bb073f1bd6430024711013658d027c9ce4d466ace01cbffde853"}},{"ruleId":"D2","level":"warning","message":{"text":"OnDemandPagedList.getslice (cognitive 21): OnDemandPagedList.getslice has cognitive complexity 21 (threshold 15). Drivers by points: if/else 14, ternaries 4, boolean chains 2, loops 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4162}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a316d320814d3a8b23a104db9016ccaef402118a63ace425cd5503bed0e1cba"}},{"ruleId":"D2","level":"warning","message":{"text":"CONtvIE._real_extract (cognitive 20): CONtvIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 11, loops 8, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/contv.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"1848fdb4877f04ca6524163a85b077909109b734d42c797a5db1b60cb6c23ecb"}},{"ruleId":"D2","level":"warning","message":{"text":"HiDiveIE._real_extract (cognitive 20): HiDiveIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 14, boolean chains 3, loops 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hidive.py"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"0bd2f596e7e96ff49ef53602940e87a2ca6fddd127a428d702cf9f46884119b4"}},{"ruleId":"D2","level":"warning","message":{"text":"MindsIE._real_extract (cognitive 20): MindsIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 11, boolean chains 7, loops 1, ternaries 1 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/minds.py"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"29b79aeaa233543bf7dab903401fd0b35ff2345f95b8e147f4461b9683411904"}},{"ruleId":"D2","level":"warning","message":{"text":"MixcloudIE._real_extract (cognitive 20): MixcloudIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 10, boolean chains 7, loops 3 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mixcloud.py"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"8333440147ea6e7ad5a487378707348284d0b2fcdafc11c6262288067198350d"}},{"ruleId":"D2","level":"warning","message":{"text":"NownessBaseIE._extract_url_result (cognitive 20): NownessBaseIE._extract_url_result has cognitive complexity 20 (threshold 15). Drivers by points: if/else 18, loops 2 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nowness.py"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"e2dae0d259697453959c7e7654a8501e5db297775d28d5f0ab40b1e67c80d998"}},{"ruleId":"D2","level":"warning","message":{"text":"PyvideoIE._real_extract (cognitive 20): PyvideoIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 14, loops 4, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pyvideo.py"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"a9ed9fc1887b0925ec665aa39069d1537e47453bebd971a2c3243441bdc1a770"}},{"ruleId":"D2","level":"warning","message":{"text":"RoosterTeethIE._real_extract (cognitive 20): RoosterTeethIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 11, boolean chains 4, loops 4, error handling 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/roosterteeth.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"146963f098856315661c5b835b1feb512e0fc1f3bb1650ceaed558f1fa59f535"}},{"ruleId":"D2","level":"warning","message":{"text":"ThePlatformIE._real_extract (cognitive 20): ThePlatformIE._real_extract has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, loops 2, ternaries 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/theplatform.py"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"6527fad41c2b887958270920d87fb332e5bc6d499db7ca1f6f18b29d7419addd"}},{"ruleId":"D2","level":"warning","message":{"text":"ZDFBaseIE._extract_ptmd (cognitive 20): ZDFBaseIE._extract_ptmd has cognitive complexity 20 (threshold 15). Drivers by points: loops 10, if/else 9, boolean chains 1 (nesting depth added 12). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/zdf.py"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc6807ada1d090d29c887774d6d64a5573a55440839b15565be1e27f0df954e4"}},{"ruleId":"D2","level":"warning","message":{"text":"LazyList.__getitem__ (cognitive 20): LazyList.__getitem__ has cognitive complexity 20 (threshold 15). Drivers by points: boolean chains 9, if/else 8, error handling 3 (nesting depth added 3). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4094}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbd9925d1066a77875000a2cecd04e0164b34be3b8581ad46f1201c2fd5e0c0d"}},{"ruleId":"D2","level":"warning","message":{"text":"AparatIE._real_extract (cognitive 19): AparatIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 12, boolean chains 4, loops 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/aparat.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b9d874199f7aba3f70440c0798e93133f4b77e004ad26f62dc94fbdd080de2e"}},{"ruleId":"D2","level":"warning","message":{"text":"ARDIE._real_extract (cognitive 19): ARDIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, loops 4, boolean chains 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ard.py"},"region":{"startLine":283}}}],"partialFingerprints":{"codehealthFindingId/v1":"d45d64133d4370325b9059df410ecdda6220f6b2dd0fdba0097d205ca1c7ba2f"}},{"ruleId":"D2","level":"warning","message":{"text":"CiscoLiveSearchIE._entries (cognitive 19): CiscoLiveSearchIE._entries has cognitive complexity 19 (threshold 15). Drivers by points: if/else 14, loops 3, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ciscolive.py"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f8ae184cdca87248f0e79f0e795395630fc55d31e09026bd26693b81ec67ed7"}},{"ruleId":"D2","level":"warning","message":{"text":"EaglePlatformIE._real_extract (cognitive 19): EaglePlatformIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 2, ternaries 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/eagleplatform.py"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"303792255251bf7bc240e38c9238ff679e0808b94ec334bb5374bff8f572cad8"}},{"ruleId":"D2","level":"warning","message":{"text":"EpornerIE._real_extract (cognitive 19): EpornerIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, boolean chains 3, loops 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/eporner.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"b3ba5d42be19dc9b2a54b16d00f70608e4d6f652c74660fa1f8cac103fe412da"}},{"ruleId":"D2","level":"warning","message":{"text":"FunimationIE._real_extract (cognitive 19): FunimationIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 10, boolean chains 7, error handling 1, loops 1 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/funimation.py"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9a5718680af144943bd1282d8b3fda28cfd77cd7142e812e83ced9838788673"}},{"ruleId":"D2","level":"warning","message":{"text":"IPrimaIE._real_extract (cognitive 19): IPrimaIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 10, loops 7, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/iprima.py"},"region":{"startLine":74}}}],"partialFingerprints":{"codehealthFindingId/v1":"12ad3afc211069209c3dde3b7598bf3de018b8ecb376d15044b118361bf005c6"}},{"ruleId":"D2","level":"warning","message":{"text":"KeezMoviesIE._extract_info (cognitive 19): KeezMoviesIE._extract_info has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, boolean chains 2, loops 2, error handling 1, ternaries 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/keezmovies.py"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"842e0a4e9cc2a046694ff165f99e1fe4092cbedae502e986ddc65b537a574473"}},{"ruleId":"D2","level":"warning","message":{"text":"ManyVidsIE._real_extract (cognitive 19): ManyVidsIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, boolean chains 3, loops 2, error handling 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/manyvids.py"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d7f1701215bcf7fd9956c5dabd67043211070d0a81de781de89dbef3cb8dab1"}},{"ruleId":"D2","level":"warning","message":{"text":"NetEaseMusicBaseIE.extract_formats (cognitive 19): NetEaseMusicBaseIE.extract_formats has cognitive complexity 19 (threshold 15). Drivers by points: if/else 12, boolean chains 4, loops 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/neteasemusic.py"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"4dbb77bed98194b10f53bfdf4bd098eef5d73c427d0558a387a1ab1185338b59"}},{"ruleId":"D2","level":"warning","message":{"text":"ORFONBase._extract_video (cognitive 19): ORFONBase._extract_video has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, loops 3, ternaries 2, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/orf.py"},"region":{"startLine":531}}}],"partialFingerprints":{"codehealthFindingId/v1":"a704f3d188b33c67f7727d200ab35f53591baaf3dde7f40313fdf0e4261aed38"}},{"ruleId":"D2","level":"warning","message":{"text":"PatreonIE._real_extract (cognitive 19): PatreonIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 14, boolean chains 4, loops 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/patreon.py"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"d229d9a5e1cac139c1ef9a0e986a30a5ea45c563434ae86c4904ba4d979bd9b0"}},{"ruleId":"D2","level":"warning","message":{"text":"RaiPlayPlaylistIE._real_extract (cognitive 19): RaiPlayPlaylistIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 10, loops 6, boolean chains 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/rai.py"},"region":{"startLine":365}}}],"partialFingerprints":{"codehealthFindingId/v1":"f82c470546a99b7a9d3851e99d86d241b334a3bf3aa4f8e741885517ac7ede86"}},{"ruleId":"D2","level":"warning","message":{"text":"SkyBaseIE._process_ooyala_element (cognitive 19): SkyBaseIE._process_ooyala_element has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, boolean chains 4 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sky.py"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"94e482f03b8b67d21b158bb5a6bb668a08ea4c6428edb656fbf10705b2b5eee9"}},{"ruleId":"D2","level":"warning","message":{"text":"VideaIE._real_extract (cognitive 19): VideaIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 10, ternaries 4, boolean chains 3, loops 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/videa.py"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"71823c1f1da97738c0b287b70a7f8bf0f2e0e533c773ae87a8eabe5f69f3c0d8"}},{"ruleId":"D2","level":"warning","message":{"text":"YahooIE._real_extract (cognitive 19): YahooIE._real_extract has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, boolean chains 2, loops 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yahoo.py"},"region":{"startLine":276}}}],"partialFingerprints":{"codehealthFindingId/v1":"b18883f454f4d3f12d23467376e47560564bbd9cb3ce5cd7eb7425ffa298683b"}},{"ruleId":"D2","level":"warning","message":{"text":"FFmpegPostProcessor.get_audio_codec (cognitive 19): FFmpegPostProcessor.get_audio_codec has cognitive complexity 19 (threshold 15). Drivers by points: if/else 12, boolean chains 2, loops 2, ternaries 2, error handling 1 (nesting depth added 4). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/ffmpeg.py"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"8748b9cee5c1d9a51afe0b6ac1f19ded45dc1ec4f2e3eb7b0ed7183307d7b3a6"}},{"ruleId":"D2","level":"warning","message":{"text":"helper.expect_value (cognitive 18): helper.expect_value has cognitive complexity 18 (threshold 15). Drivers by points: boolean chains 8, if/else 8, loops 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/helper.py"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"2423db9dd32c0d46fbc1a8393ed2979ceae00290fa2bffb7cdeb98e7792d4db7"}},{"ruleId":"D2","level":"warning","message":{"text":"ADNIE._get_subtitles (cognitive 18): ADNIE._get_subtitles has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, boolean chains 3, loops 3, ternaries 3 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adn.py"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c111104d97dfd304517b6a45958753795c281e64e7e194b12b2666aaa0e6577"}},{"ruleId":"D2","level":"warning","message":{"text":"BRMediathekIE._real_extract (cognitive 18): BRMediathekIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 5 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/br.py"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f2940980570aa487c0994f44c353f8864ee37251169350acb7cd224ea0f8810"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._search_regex (cognitive 18): InfoExtractor._search_regex has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, loops 2, boolean chains 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1063}}}],"partialFingerprints":{"codehealthFindingId/v1":"11b3377e7d0a5a7cee3d21fc7695660985be9d54371890dfff2dfb575863ebd7"}},{"ruleId":"D2","level":"warning","message":{"text":"ImgurIE._real_extract (cognitive 18): ImgurIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 3 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/imgur.py"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"f45716efd032ba355425e723b42f8a7712d0b9e4f50eeedd1a7edcd3c2563923"}},{"ruleId":"D2","level":"warning","message":{"text":"KakaoIE._real_extract (cognitive 18): KakaoIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, boolean chains 4, error handling 4, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/kakao.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"e2d99dfc7bb2a6bb2023f8fe121b9fb206d4a2ade9c4444e70eb5e5ffc956f1f"}},{"ruleId":"D2","level":"warning","message":{"text":"MLBBaseIE._real_extract (cognitive 18): MLBBaseIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, boolean chains 3, loops 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mlb.py"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"0fc31a2a101e78534df53d7ee4a7db57b6ad4c47048aeed3f17bf6ec520cbf68"}},{"ruleId":"D2","level":"warning","message":{"text":"MTVServicesInfoExtractor._get_video_info (cognitive 18): MTVServicesInfoExtractor._get_video_info has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, ternaries 4, boolean chains 1 (nesting depth added 4). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mtv.py"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf9985988636792e0a795e03582f9ab856fc70373064e98e9884e2410c047e72"}},{"ruleId":"D2","level":"warning","message":{"text":"PuhuTVSerieIE._extract_entries (cognitive 18): PuhuTVSerieIE._extract_entries has cognitive complexity 18 (threshold 15). Drivers by points: if/else 10, loops 7, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/puhutv.py"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e73b15d1c6c3d23585dbb924b871c0a8e957609b8c53c9dee33b840ce548ee2"}},{"ruleId":"D2","level":"warning","message":{"text":"RayWenderlichIE._extract_video_id (cognitive 18): RayWenderlichIE._extract_video_id has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/raywenderlich.py"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8e424be435feb34730ddbacaa8bc59f97a733a95fbaf7e7fb2e0e921a1bba8f"}},{"ruleId":"D2","level":"warning","message":{"text":"TeachableIE._real_extract (cognitive 18): TeachableIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, loops 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/teachable.py"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"d24708bcaf6157fa4d04f2af5e95ddf11a7c3a347178787f4f59f6661f90077c"}},{"ruleId":"D2","level":"warning","message":{"text":"Vbox7IE._real_extract (cognitive 18): Vbox7IE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: boolean chains 7, if/else 6, ternaries 3, error handling 2 (nesting depth added 2). To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vbox7.py"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"463e239a9c020302d85b7aabf026d713571fd5f11dfe1cff12979efb0777af0a"}},{"ruleId":"D2","level":"warning","message":{"text":"ViewLiftEmbedIE._real_extract (cognitive 18): ViewLiftEmbedIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: if/else 11, boolean chains 2, loops 2, ternaries 2, error handling 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/viewlift.py"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"1aa02f0e5584c89a473a7218f9a73b511d02617de12d0514f4a5caaf08c0b641"}},{"ruleId":"D2","level":"warning","message":{"text":"VRVBaseIE._call_cms (cognitive 18): VRVBaseIE._call_cms has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, boolean chains 3, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vrv.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"70870c8e945d45e55049b8500c89e746e3e9383f81360a23acc98cbfa2d7c9f9"}},{"ruleId":"D2","level":"warning","message":{"text":"WebcasterIE._real_extract (cognitive 18): WebcasterIE._real_extract has cognitive complexity 18 (threshold 15). Drivers by points: loops 7, if/else 6, ternaries 5 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/webcaster.py"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"d154e773caf3fa7cef41bcb2c5efe1a8907e0835d5ea1d9728ac060a5b6cd712"}},{"ruleId":"D2","level":"warning","message":{"text":"XAttrMetadataPP.run (cognitive 18): XAttrMetadataPP.run has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, ternaries 3, error handling 2, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/xattrpp.py"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"86afb98f5c4e5e4e70196beaa2541c523c710cba268b205bd03eee1e6bfbd1ce"}},{"ruleId":"D2","level":"warning","message":{"text":"helper.expect_info_dict (cognitive 17): helper.expect_info_dict has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, loops 3, boolean chains 2, ternaries 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/helper.py"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0f837afc8753bd8cf8107cc1221e03874a1d299ed29a66e2932572846fd28b5"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL._build_format_filter (cognitive 17): YoutubeDL._build_format_filter has cognitive complexity 17 (threshold 15). Drivers by points: if/else 15, error handling 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1225}}}],"partialFingerprints":{"codehealthFindingId/v1":"96e96460a4a19eb67194d6d625862550ec00203235881fbc8681e279f3fa3c5e"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL.print_debug_header (cognitive 17): YoutubeDL.print_debug_header has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, error handling 3, loops 1, ternaries 1 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":2497}}}],"partialFingerprints":{"codehealthFindingId/v1":"5efd80a1d1e1af1c47c1a109f5c5f6e37ace151871866c1c93d94a0e16441f88"}},{"ruleId":"D2","level":"warning","message":{"text":"YoutubeDL._write_thumbnails (cognitive 17): YoutubeDL._write_thumbnails has cognitive complexity 17 (threshold 15). Drivers by points: if/else 8, ternaries 4, error handling 3, boolean chains 1, loops 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":2680}}}],"partialFingerprints":{"codehealthFindingId/v1":"c841a40bceed0496ee1169c76636770c94f3df72f801918924d73dc9f4535c90"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpFD.real_download (cognitive 17): HttpFD.real_download has cognitive complexity 17 (threshold 15). Drivers by points: if/else 7, error handling 6, boolean chains 2, loops 1, ternaries 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/http.py"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"28a09d97d763a3101c322ce78fe7bb0086fd763e7eb4b86846b762c1536065ae"}},{"ruleId":"D2","level":"warning","message":{"text":"AdobeTVBaseIE._parse_video_data (cognitive 17): AdobeTVBaseIE._parse_video_data has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, boolean chains 2, loops 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/adobetv.py"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"463a2db217687a99204cd0f7cf6c0e53a5c9ce9cf81cd63f8b56a6c2be810928"}},{"ruleId":"D2","level":"warning","message":{"text":"AnvatoIE._get_anvato_videos (cognitive 17): AnvatoIE._get_anvato_videos has cognitive complexity 17 (threshold 15). Drivers by points: boolean chains 6, if/else 5, ternaries 4, loops 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/anvato.py"},"region":{"startLine":273}}}],"partialFingerprints":{"codehealthFindingId/v1":"765573d04e4081429e7cffee9dd61e09afc03e64ede442a46d481065f0d1f7f7"}},{"ruleId":"D2","level":"warning","message":{"text":"FazIE._real_extract (cognitive 17): FazIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, boolean chains 1, loops 1, ternaries 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/faz.py"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"51c73858c8a6524177312df23e253e993b2ed106e26701de86f75c1a628ce2ed"}},{"ruleId":"D2","level":"warning","message":{"text":"IndavideoEmbedIE._real_extract (cognitive 17): IndavideoEmbedIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, boolean chains 2, loops 2 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/indavideo.py"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"d748988a951928c4cc4b1e342f9f12fba33798d1e712be9fbd77e98f4d8cb32b"}},{"ruleId":"D2","level":"warning","message":{"text":"IqiyiIE._real_extract (cognitive 17): IqiyiIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/iqiyi.py"},"region":{"startLine":339}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c79401bdd131a369896b345fc8dad12a5434a134dd9c02931ed3075e6e5bd09"}},{"ruleId":"D2","level":"warning","message":{"text":"MixcloudPlaylistBaseIE._real_extract (cognitive 17): MixcloudPlaylistBaseIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: ternaries 6, if/else 5, boolean chains 3, loops 3 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/mixcloud.py"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b8628e79c0cc2ba47533f79307c308fc15f6596057851f787b2d9d2d4e5490c"}},{"ruleId":"D2","level":"warning","message":{"text":"NYTimesBaseIE._extract_video_from_id (cognitive 17): NYTimesBaseIE._extract_video_from_id has cognitive complexity 17 (threshold 15). Drivers by points: if/else 8, boolean chains 6, loops 2, ternaries 1 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nytimes.py"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"f739148c421d1f4d4dbb4eeb20ad9f4e2f6a634a4a03a8ffb16cfe2a6f2455de"}},{"ruleId":"D2","level":"warning","message":{"text":"PlatziCourseIE._real_extract (cognitive 17): PlatziCourseIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/platzi.py"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"674ff9ca32914e35c812a5b2297c6c8f3d755a00f7dfce373d86cb57049c0163"}},{"ruleId":"D2","level":"warning","message":{"text":"SenateISVPIE._real_extract (cognitive 17): SenateISVPIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 8, loops 4, ternaries 4, boolean chains 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/senateisvp.py"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"85edca68f5ea77c9d92e57ed79383a220cdc9ea7c9f1cf2804b0712524a35cdd"}},{"ruleId":"D2","level":"warning","message":{"text":"SinaIE._real_extract (cognitive 17): SinaIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, loops 2, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sina.py"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"25f76ce20fc1d7ee7c1c781e84d197b774151041fe828713f159901aafabd43f"}},{"ruleId":"D2","level":"warning","message":{"text":"TagesschauIE._extract_formats (cognitive 17): TagesschauIE._extract_formats has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tagesschau.py"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"0518a5e018e773a1687f0a1cf5b664b95e138fad2e886c652340cfb1dcccdab8"}},{"ruleId":"D2","level":"warning","message":{"text":"ThePlatformBaseIE._extract_theplatform_smil (cognitive 17): ThePlatformBaseIE._extract_theplatform_smil has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/theplatform.py"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d809f45edcffab7852a6b1a05528ad9db013627f9b3c17614436af3fa53537b"}},{"ruleId":"D2","level":"warning","message":{"text":"TNAFlixNetworkBaseIE._real_extract (cognitive 17): TNAFlixNetworkBaseIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, ternaries 3, loops 2, boolean chains 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tnaflix.py"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"05875ee572f729e060ab5b54500218b74f3a469d339be38a091cf1e5f706e111"}},{"ruleId":"D2","level":"warning","message":{"text":"TurnerBaseIE._extract_ngtv_info (cognitive 17): TurnerBaseIE._extract_ngtv_info has cognitive complexity 17 (threshold 15). Drivers by points: if/else 10, loops 4, boolean chains 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/turner.py"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca0ec39340f7a300d5a83b316021cd0b3e9d1f39c24a2b6f8d0fdeb5a350e164"}},{"ruleId":"D2","level":"warning","message":{"text":"TVNetIE._real_extract (cognitive 17): TVNetIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 8, boolean chains 4, loops 3, ternaries 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tvnet.py"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"20b5cae8b9b8d4b394f7567f889bbe619f2362add3c3d00d493d12861768a043"}},{"ruleId":"D2","level":"warning","message":{"text":"YouPornIE._real_extract (cognitive 17): YouPornIE._real_extract has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, boolean chains 4, loops 2, ternaries 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youporn.py"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"69970edddd1321f537e6d14441496e7a6d2f204afca01cfddb20911fcf59c809"}},{"ruleId":"D2","level":"warning","message":{"text":"InfoExtractor._extract_wowza_formats (cognitive 16): InfoExtractor._extract_wowza_formats has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, loops 5, boolean chains 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":2967}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f8e44d606797a4e46ea7a4f28a523f491c9013f5106ec66247cfdeb3d2ed733"}},{"ruleId":"D2","level":"warning","message":{"text":"DiscoveryIE._real_extract (cognitive 16): DiscoveryIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, boolean chains 5, error handling 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/discovery.py"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"6299d5aa4910b7a724f351b5144af6d1f0fa912c31668a7120b0c30dd74e9f49"}},{"ruleId":"D2","level":"warning","message":{"text":"DRTVLiveIE._real_extract (cognitive 16): DRTVLiveIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, loops 6 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/drtv.py"},"region":{"startLine":319}}}],"partialFingerprints":{"codehealthFindingId/v1":"e87b3b03eca4767c9f81c75f143297aade3e96d363710f704783c349db4e384f"}},{"ruleId":"D2","level":"warning","message":{"text":"GenericIE._extract_rss (cognitive 16): GenericIE._extract_rss has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, loops 3, boolean chains 2, ternaries 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":2349}}}],"partialFingerprints":{"codehealthFindingId/v1":"68f47b659da8a9dc42efc625b84c867e23d0f7633ea9754f96b516c97e3aea26"}},{"ruleId":"D2","level":"warning","message":{"text":"ITVBaseIE._download_webpage_handle (cognitive 16): ITVBaseIE._download_webpage_handle has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, boolean chains 4 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/itv.py"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5cc8b05d97d3330ec930cd5b49cb09fb5eeb402021c6b5edf0790b1c2695030"}},{"ruleId":"D2","level":"warning","message":{"text":"JojIE._real_extract (cognitive 16): JojIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 6, boolean chains 4, loops 3, ternaries 3 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/joj.py"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"77348894c04c963b7ae588f696a86e2965261a6f488ced4a87c336974bf99c32"}},{"ruleId":"D2","level":"warning","message":{"text":"NBCNewsIE._real_extract (cognitive 16): NBCNewsIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, loops 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nbc.py"},"region":{"startLine":376}}}],"partialFingerprints":{"codehealthFindingId/v1":"6bcb9cad6b9eeb5e1664fcc30aeeaa4d59f5dc23e9a52726d3dda6ebbdae0780"}},{"ruleId":"D2","level":"warning","message":{"text":"PlaytvakIE._real_extract (cognitive 16): PlaytvakIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, boolean chains 2, loops 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/playtvak.py"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7569e1bf16570be26f6885b551be159d2cd3b426468f01bfbc82bd1ac607e56"}},{"ruleId":"D2","level":"warning","message":{"text":"ScreencastIE._real_extract (cognitive 16): ScreencastIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 16 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/screencast.py"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"1421186d98154354b1e62b17a4c8f98e42e54de4118e9be995491a7bc35de578"}},{"ruleId":"D2","level":"warning","message":{"text":"SportDeutschlandIE._real_extract (cognitive 16): SportDeutschlandIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, boolean chains 6, ternaries 2 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/sportdeutschland.py"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"f93aadf21cd91da8952d31fbcfda8e2341ffd0fd75ef811ac3aec798046bf84f"}},{"ruleId":"D2","level":"warning","message":{"text":"SpotifyBaseIE._extract_episode (cognitive 16): SpotifyBaseIE._extract_episode has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, boolean chains 4, loops 2 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/spotify.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5f721702e171daaba072d841634f6ed9b0f2e3167ef0df97c8ea98fae243051"}},{"ruleId":"D2","level":"warning","message":{"text":"STVPlayerIE._real_extract (cognitive 16): STVPlayerIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: boolean chains 9, if/else 3, loops 2, ternaries 2 (nesting depth added 2). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/stv.py"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5d57b076b65dc85ff38a228dd8b934c4bd2b5bfcce0c34ae6321077419b4972"}},{"ruleId":"D2","level":"warning","message":{"text":"ViceIE._real_extract (cognitive 16): ViceIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: boolean chains 9, if/else 5, error handling 1, loops 1 (nesting depth added 2). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/vice.py"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"5050be08792708661820e9dd0edfac161afc90b3a9964514d6bea1f2bcba6010"}},{"ruleId":"D2","level":"warning","message":{"text":"ViqeoIE._real_extract (cognitive 16): ViqeoIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, ternaries 6, boolean chains 1, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/viqeo.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f97d22613816b38cd59c2c589d7de63401d79d30ca8c6762392f15cadca171b"}},{"ruleId":"D2","level":"warning","message":{"text":"WatchBoxIE._real_extract (cognitive 16): WatchBoxIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: boolean chains 11, if/else 5. To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/watchbox.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5ced0fc1e7e415729b0c4e235ad9a2fccfae23a2ca3659a8adcbdd739affb34"}},{"ruleId":"D2","level":"warning","message":{"text":"XimalayaIE._real_extract (cognitive 16): XimalayaIE._real_extract has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, ternaries 4, loops 2 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ximalaya.py"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cdfa79ff78c5f0f7fe10d99dca0f9dc202269ce0d04379877bf791b38262d26"}},{"ruleId":"D2","level":"warning","message":{"text":"JS_RegExp.__getattr__ (cognitive 16): JS_RegExp.__getattr__ has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, ternaries 6, loops 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":484}}}],"partialFingerprints":{"codehealthFindingId/v1":"6890818c870152b6bf1cd82bef652aa67e3b1494d1de3af04ba2bc94f7926b57"}},{"ruleId":"D2","level":"warning","message":{"text":"utils.parse_duration (cognitive 16): utils.parse_duration has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, ternaries 5 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":3929}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4b99d13dd7d1898bbde64d439ea7a256c7aa459ab740a18f77a22e170f65eb7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/utils.py: FileTooLong \u2014 2977 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"963268260d45b4320a7c94119b7ac9b59a70b170d4f8da3bbda96536ef010cfb"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/youtube.py: FileTooLong \u2014 2518 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"edd857fe2244f9ca231632f5709fbd448775c7db4c1b63a897bb363eb81babc8"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/generic.py: FileTooLong \u2014 2515 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d71dba400227b9f64d29e512583aceada68c670c9d7c72711dd16acff34921ff"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/common.py: FileTooLong \u2014 2329 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"efae15b31b94aac1bc27cebcf54268f581aad4dbe3a6f007305fd4f04388c70f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: InfoExtractor: TooManyMethods \u2014 124 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"d2f2c5cf41b12cf3a065161fd521d5e99486df159f168fef6dcea20790765d99"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/casefold.py: FileTooLong \u2014 1565 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/casefold.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d24a1d10756ad079ff24088a57d57f96d2ae70a6dfc1316709f07b3f6779c6ca"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: YoutubeDL: TooManyMethods \u2014 67 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":148}}}],"partialFingerprints":{"codehealthFindingId/v1":"85c0cca6762c961f50924ca6d8841fdefddd36b18a278e3a86cdc86d51f1a520"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/YoutubeDL.py: FileTooLong \u2014 1082 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"83e8b469674757bed15f599ca4120842313ff928f6b6f0c374635122f729d493"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/jsinterp.py: FileTooLong \u2014 974 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/jsinterp.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c36b97f8244df955f4c795a3af23697bb3253640ec6f243005d66e2b02c6201b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/options.py: FileTooLong \u2014 887 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"28fb996ad7203386047b269b74a58862c67e51da99fbd912a78ca825e97d71a5"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/bbc.py: FileTooLong \u2014 808 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"168eafbaff64563767cc5e5783722827af53f6246d0691dcb4b0e5595ce93826"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: youtube_dl/swfinterp.py: FileTooLong \u2014 733 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/swfinterp.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4003fbedfc1acd1b42bb7d95bd515e775f388b8179a818b133c420f4c984ed2"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: FileDownloader: TooManyMethods \u2014 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/common.py"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"965ed9b053c147e822e531de9895d251a30689336da002368c87ba46e269242c"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/orf.py: FileTooLong \u2014 589 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/orf.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"da842182fb031babb63079327f0b19b5a89aa2a5eae412bebb425c88fb4ad4bd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: YoutubeIE: TooManyMethods \u2014 34 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":685}}}],"partialFingerprints":{"codehealthFindingId/v1":"be40e95a7354f07c1b9f9ebe27c8262c37b01eacc24543bbbf1cd4d10ecec4f0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/peertube.py: FileTooLong \u2014 528 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/peertube.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f650a949299bc7a176ad20b26b3a70d300bd59a2dddfdd94db161d7dc9ef066"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/twitter.py: FileTooLong \u2014 526 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/twitter.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fda9df892030c2b676ad024aaf99c075b91c41a277d7cd4a914a03b62e79fd91"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: postprocessor/ffmpeg.py: FileTooLong \u2014 520 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/postprocessor/ffmpeg.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cfa34dabed9fbd8bf60291b2c79bab8d9f50ae8e1f328cc565aca198a18c08e9"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extractor/npo.py: FileTooLong \u2014 519 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/npo.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed41a0ae0ec191748a3756f2105e327db2bff7d1e540cac3c8131c1457150288"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (26 lines \u00D7 2): youtube_dl/extractor/go.py:290-315 | youtube_dl/extractor/vrv.py:217-246 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/go.py:290\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/go.py"},"region":{"startLine":290}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc81874751dd472ffff65deb89b7259f98a21f82d5dcec691033cd395180c3d9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): youtube_dl/extractor/frontendmasters.py:36-53 | youtube_dl/extractor/pluralsight.py:169-186 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/frontendmasters.py:36\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/frontendmasters.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"10bfd0e81a7809a21480e2996f085edad78cf91cdd874ed9542bd36b3b8cb7f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): youtube_dl/extractor/hornbunny.py:32-47 | youtube_dl/extractor/porn91.py:47-61 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/hornbunny.py"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"347334e57004ee39733bfc05e40700b32ceedacd3a622e9741057d9ae156be53"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): youtube_dl/extractor/scte.py:22-36 | youtube_dl/extractor/udemy.py:176-191 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/scte.py:22\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/scte.py"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0fc4dee4948ae051a694d63adee5af435e49c58ea3d3577220c54b248acdb40"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): youtube_dl/extractor/livestream.py:163-176 | youtube_dl/extractor/livestream.py:291-304 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/livestream.py:163\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/livestream.py"},"region":{"startLine":163}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a90311b6afc55a354733b966fbfae7da572532655e36186668b512b7ab3d0eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): youtube_dl/extractor/limelight.py:167-182 | youtube_dl/extractor/theweatherchannel.py:76-88 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/limelight.py:167\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/limelight.py"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"2728198b11eb0b00cb1a8600f1899be19d13e5f485f332865c47f1c13f32fba0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): youtube_dl/update.py:109-121 | youtube_dl/update.py:155-167 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/update.py"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6e5aa1b68c1bdfc7b34d168c4ac7973f0e98a7b13ee4cd9c8458a8f4d3ad74f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): youtube_dl/options.py:145-156 | youtube_dl/options.py:746-757 | youtube_dl/options.py:758-769 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/options.py:145\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":145}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d6fbc7607a8c4f04927c5e20c1a61297ba6db7ed976de5b6a764befcbe1c33b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): youtube_dl/options.py:185-196 | youtube_dl/options.py:635-646 | youtube_dl/options.py:660-671 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/options.py:185\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":185}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b1144b66aa36498cd8452e72a4ff8f8abec429829f8eb9a126a3826c083c695"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): youtube_dl/options.py:442-453 | youtube_dl/options.py:615-626 | youtube_dl/options.py:672-683 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/options.py:442\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":442}}}],"partialFingerprints":{"codehealthFindingId/v1":"124723e10cf887f4c81a421416f78e36af0415471e5be32c9f8d71c696f5c3d7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): youtube_dl/options.py:607-618 | youtube_dl/options.py:639-650 | youtube_dl/options.py:664-675 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/options.py:607\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":607}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb4d029bacc09447b97f877e7ef64356d77f283ada99c34c0caf75fb2870f637"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/YoutubeDL.py:1464-1475 | youtube_dl/YoutubeDL.py:1476-1487 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/YoutubeDL.py:1464\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1464}}}],"partialFingerprints":{"codehealthFindingId/v1":"c329247641748273d11610f7dd210888867010a2c2aee4e997bcdb61c98015fd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/downloader/dash.py:22-33 | youtube_dl/downloader/ism.py:214-225 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/dash.py"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcdb90ebe2b0f4d4ef31fdba05f135d654ee96cb6afa2582b01c1f4384b168a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/extractor/common.py:531-542 | youtube_dl/extractor/common.py:552-563 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/common.py"},"region":{"startLine":531}}}],"partialFingerprints":{"codehealthFindingId/v1":"6bdc9ab71903314c139ffdbb0927a8e81d1caa21452efdb96358513e3a0e207e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/extractor/morningstar.py:31-42 | youtube_dl/extractor/ruhd.py:23-35 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/morningstar.py:31\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/morningstar.py"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"1cd9b972586394d8e48c3790e00cf1c1caa6b06170cc5b363e2a2b1e80f26fe2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/extractor/youtube.py:3819-3830 | youtube_dl/extractor/youtube.py:3934-3945 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":3819}}}],"partialFingerprints":{"codehealthFindingId/v1":"fced3807039fe41ecfc985e94141d7d8861f5c10dd9f136949a57f3fd435fcf8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/options.py:477-488 | youtube_dl/options.py:754-765 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/options.py:477\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/options.py"},"region":{"startLine":477}}}],"partialFingerprints":{"codehealthFindingId/v1":"6de1d2fc276d1bc47fbe0871aa037f545c32a876ef569d0e8662a8b1897f0eb7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): youtube_dl/utils.py:4867-4888 | youtube_dl/utils.py:4919-4930 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/utils.py:4867\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/utils.py"},"region":{"startLine":4867}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ef389de026f1d4cb3e012d3ada6d4e4efcb62d4b74a0914c0fd8efc0e8da572"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): youtube_dl/extractor/dplay.py:233-243 | youtube_dl/extractor/generic.py:3574-3587 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/dplay.py:233\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/dplay.py"},"region":{"startLine":233}}}],"partialFingerprints":{"codehealthFindingId/v1":"676415003fa189183aa633b96a87df18c9679c5cf72a1f2efd10fa3e4c91761a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): youtube_dl/extractor/generic.py:2968-2978 | youtube_dl/extractor/generic.py:3113-3131 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/generic.py:2968\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":2968}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9002f53d0239e9cf3814a0d94c5147fc53c64b7a1f0da3349ae1f1e49c26869"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 5): youtube_dl/extractor/generic.py:2938-2947 | youtube_dl/extractor/generic.py:2968-2978 | youtube_dl/extractor/generic.py:3064-3075 | youtube_dl/extractor/generic.py:3113-3131 | youtube_dl/extractor/generic.py:3154-3166 \u2014 all 5 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/generic.py:2938\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":2938}}}],"partialFingerprints":{"codehealthFindingId/v1":"8461f872521e68517321b6534fb18ecf670e9310704f62b3912ba4c3a8a9a376"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/YoutubeDL.py:1244-1253 | youtube_dl/utils.py:4905-4914 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/YoutubeDL.py"},"region":{"startLine":1244}}}],"partialFingerprints":{"codehealthFindingId/v1":"503e911f5240914c77571c15c1d7d079703a8e1657f65c66efc332ae29ad53d3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/downloader/external.py:452-461 | youtube_dl/downloader/rtmp.py:129-138 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/external.py"},"region":{"startLine":452}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f9311c50b7f4f7a2b147827ef1df6237109f2a992b5c694e12dfa817dff44b8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/extractor/ard.py:84-93 | youtube_dl/extractor/tvplay.py:265-274 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/ard.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"2c48b5d869e93dff24caa7854bb0f2c523669fe9662a3434daf78f8c0f50bfc2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/extractor/atresplayer.py:90-99 | youtube_dl/extractor/swrmediathek.py:78-87 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/atresplayer.py:90\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/atresplayer.py"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ce43046d0e9bcfd547ff5eb1aa6275a3215daa1c84f00e88241a8f116a36a02"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/extractor/byutv.py:87-96 | youtube_dl/extractor/crackle.py:107-116 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/byutv.py"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d3543549a67a18147affb5b36546703dcf01b5cfe4ce4f5f2404e8f45f23a07"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): youtube_dl/swfinterp.py:701-710 | youtube_dl/swfinterp.py:740-749 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/swfinterp.py:701\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/swfinterp.py"},"region":{"startLine":701}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c11fe5005fa726c477f57edfb9589c7b626300332a2c48e93199f553ed3b930"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): youtube_dl/extractor/redtube.py:90-99 | youtube_dl/extractor/udemy.py:290-298 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/redtube.py:90\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/redtube.py"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9be0ec0537247164f535ef8e1b20cacb86efe1be43fef8f673d6da91e2e07b8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): youtube_dl/extractor/youtube.py:302-310 | youtube_dl/extractor/youtube.py:355-364 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/youtube.py"},"region":{"startLine":302}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0f4254b15dd7df87a99bdaf3ce8d992e3d118a0114ed63e35598b685280ae7b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): youtube_dl/downloader/external.py:159-166 | youtube_dl/downloader/external.py:208-215 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/external.py"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"cfe8e3db750b35f203fccc11eeea08bb838ab4af8441aab92a569e2e2f36c611"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): youtube_dl/downloader/external.py:444-451 | youtube_dl/downloader/rtmp.py:101-108 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/downloader/external.py"},"region":{"startLine":444}}}],"partialFingerprints":{"codehealthFindingId/v1":"0720de95b92358e4094e035a9f79c33cf3adf883be28ea0ab4e0eb3ccd7e0b3b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): youtube_dl/extractor/metacafe.py:236-243 | youtube_dl/extractor/nobelprize.py:38-45 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/metacafe.py"},"region":{"startLine":236}}}],"partialFingerprints":{"codehealthFindingId/v1":"68a7dd5b27c465b0c5db91fd9f9ffeabe19797f5c139d77d62d18a56654401f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): youtube_dl/extractor/tudou.py:20-27 | youtube_dl/extractor/tudou.py:42-49 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/tudou.py:20\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/tudou.py"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"f02f448feba03694e23f3803ccc62ac3fb5c033f54f4b0d47e6d6048d6bfcce0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): youtube_dl/extractor/arkena.py:66-73 | youtube_dl/extractor/francetv.py:223-229 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/arkena.py"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"4eafe3adf2d13025412aed4224b67544747864132abea5a9e4bdcd223709701c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): youtube_dl/extractor/filmon.py:45-51 | youtube_dl/extractor/filmon.py:130-136 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/filmon.py"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc66f7244309590671b9e867d1a16f9d96b845a3aebc0886c010e9cd66ef3713"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): youtube_dl/extractor/pbs.py:635-647 | youtube_dl/extractor/ted.py:261-267 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/pbs.py"},"region":{"startLine":635}}}],"partialFingerprints":{"codehealthFindingId/v1":"ab93a3391e1ea842d11219fbd005084a2c04b7dbcd53a66a53f5c6c53bbbf053"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): youtube_dl/extractor/crunchyroll.py:338-343 | youtube_dl/extractor/crunchyroll.py:349-354 | youtube_dl/extractor/crunchyroll.py:369-374 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/crunchyroll.py"},"region":{"startLine":338}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bacbf3d9403abde309ac94a17bf7dddb37725acb4c57f6c91614f7cff672143"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): youtube_dl/extractor/nbc.py:377-383 | youtube_dl/extractor/tiktok.py:108-113 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060youtube_dl/extractor/tiktok.py:108\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/nbc.py"},"region":{"startLine":377}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d8327c348cdb52db617d2c322d2fddf69ba338beac972fac26a9f9d3236f220"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): youtube_dl/extractor/yandexmusic.py:407-412 | youtube_dl/extractor/yandexmusic.py:436-441 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/yandexmusic.py"},"region":{"startLine":407}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b62084e418a6ae38d96d7d823e74467a9cbbc4bf27904d9b16cbe8ff98b3161"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): youtube_dl/extractor/imggaming.py:57-62 | youtube_dl/extractor/sevenplus.py:59-63 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/imggaming.py"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"b019f91f9f0fc71c5a41bc353768316fb73827fd11d699fe3904713f87697c58"}},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1334380118029ff9d25c8c7dded24529b01f105d832f476a84277001943546ba"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a0eead76c7bb495255187cc6661047829b7d5f331c0fbdcfa9cb1e88ccf5da47"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0f9dc653747bd4ad152dc7a22a4633cfa9e5af70ab07c092ef382d6981aadf09"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7453521c74cdd6ddc3cd47c1a20334e9b29e0b2620b5066dc957a670d3a7435f"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"72d1837afd10bbdbc07796b88b4bbe521b43dffdbd842df0febba482b7317f56"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"bf32d47e6e95c4ffd10e7db8998abbf79a43dd11a80c5278ab1217dc03d58f08"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"da860c92c0556fb8e9314d525dcd46d1eda74c9b9be5e5fc8415c85ce1e2b9d8"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0a5b9fa123000b285d6481de9be5856525b4672d27bc160d77a28ae9463deb7d"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"11e05c2bee5b7fedac456d1352964b9292b96c4d8030856b422a71a5e2fcf855"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 10 significant file(s) lose their only recent owner: youtube_dl/utils.py, youtube_dl/extractor/youtube.py, youtube_dl/extractor/common.py, youtube_dl/YoutubeDL.py, youtube_dl/compat.py, youtube_dl/jsinterp.py, youtube_dl/options.py, youtube_dl/__init__.py (\u002B2 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1c18cf7df5298efc78cad6670630ae1316692c75800aeaa2115aadf3342b6f61"}},{"ruleId":"D19","level":"note","message":{"text":"The site list is a bare enumeration with no brief description of each site\u0027s purpose or what it can extract.: Add one line per supported site stating its name and the video types it supports (e.g. \u00271tv: \u041F\u0435\u0440\u0432\u044B\u0439 \u043A\u0430\u043D\u0430\u043B - TV channels\u0027)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"docs/supportedsites.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"827a2f9854ee4337d2c7b8da451d5c983e85daeb108a567c42c71e04b152d8d3"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b603818a1e7fc0e77ce764e2cfe525bbb5806471219e6a838b2756090e2719fb"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7b624bd328da8f26cb66c6289091f72b4abf5754fefa938e1e6138aae241429d"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d375a5fcd0fdb932965d13728e0cdd5dd942e399acf216d0d55e811b1a8644b4"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"396e74c371eb62ba59df541859420ec89e08637a747aec5ffe3179b376867ec9"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"974282f7eea77ff343fa0d0ea927883799ad75582666255513fb9c91bb2608ba"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9f830bbc1a0e63091e2ac76f7f5887172fc78f2c0505d9b42b4b38aabef5fa3c"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7613fc43408227cce6a0ac1a80f3536aa071ebef0e731354b7bbeaa0c98aa569"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"033ed9ee88f0862914efb1d348289e5841f48811533c4e5c052c605cdb78feb1"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"59eaf8bce46e5009afdd16a989241c3377be6b778a5bf281197b6f0dad0d9fe4"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"76d6ba4fd55189cf94967d4ae294142719054ea50c80a8be1681c0e427a1201b"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c7fe62c482ea32a94fd537afc8222690986e658349e1052104b134fe8027fa3e"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"cf97b39128b74cd9f727aa374a223c3b34cf58c16583e7cdabc77220e14f765a"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"73e0362e00b53341eb0a006d3e74cfb61672c3faf186e6441cda8d79f53378da"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"812ccacf8b4e33b3f4b3aee5b3b72c9cc8e2e2e6ce0ce6497b50fe7597cee76e"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a06cf78886ef721d415ad6e423bd23382ff514f9909e53e1aa3feb97b8b24371"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3e2abf8ad49c816d8d7f3370d8bc50d4e74e7145d4fda0233d98bece19b4191c"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90684186806462500c1bd2bdf8d27ed0699325a33824103238e9b4f18038b466"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ab91d26dcf6da52706635253f515b11cb59c744690a46e161c61607ba4b50612"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3dcd79d9bbfeadca5fac19529651098b63586013050542d5c1d393e13d5f04d6"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"192f427e42511dc6a4c1a591e903d155ed734d17cc49f012e5af73ff0a999298"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"07131d0138b9eb0a8df6622a045ecfd5977da4cf63329b0bfe8cd9406ba3dc3a"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"fa244e166735327d1342af3bca26d2b350c671fdd32be2376611630f55a5b059"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5c722f018dd67d6064d9cebb6d80bb17b56a98490a8906acc4506aacc99bd207"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"62f0e939b80489b08e5693771426146fdef025fc411a2660901191ec5f274625"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a4fa874f4c70e58771a1b132ded1c22c046ee57655c58463813f890fc68e8db7"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"42eed5fb12b0093954d498a9bd5186b49364e7de25fdd1addc18cb3764cddac2"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"efdbfe613aa3e424ea2621774e316876ae16077bc7977ae173847a28a3685517"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8f64533efe76853936791b64d305aba2d70a415c1745f80854f408c5b7c7be45"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7b87b3403c712988197d7caf5a13584860fbd179d3c791cbfeb893df1f2bdada"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"28202d1b128f78156611f5dbcaae8a990b938dc2b11cabec392a30c99b467252"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9c0122b7727d0cf534129d442a5120b94fe331bb2a09a5015ffa4c5eb6660795"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c88a7045abd6109539f0c9ef91e2bfd074082c96b2b2d18809cbf8e1dbaa705e"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6f119259ae97c7cb77408fd169af99508ff31270102a73beafd30de4a7890dc0"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0d6695ba909093254436fbf916fd908f26dbd36368dd5a5211df5af42faf44ef"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ce45f1d81d0526a4a6f4307c23cc5908697b048f9c0ac25235e10c61a2f8e8d6"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a52daed284eda2a6e2e90d2d87d66e9a482e215cd4adc8fd5ff92160f62f6ebc"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4980bee595c2c529feb5669296da09df378cd51eb503c76452c18f4fb4976a19"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"27e91cfe38c052cfe74941b6c49622d919200fd684f00f10b4ce0be1a7fdcd21"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b90a7edc25d1a5fe0935d52f8af5e0982ff788f652cf90a32740d8c83baa6c8"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0672cbdfbf916521dc1c51c20a8e95c5fd9228fcaa22a1179e363fbea1979da0"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1f7a142d4be17ed2c9f529e36887a290fa792fdd06b263397cfc769a99ee66db"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5e77e331ec0985d6daf3e1a843656f3cb4ac2cf9a26e50c49a0ad9e0abd06824"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8c6f58eb1fcfe6c379075a99880f0f47b5738cb7133f12f772bd25e7671a2849"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0ec890fb839bbf8db46efa771d6d400d640bcb71a4643e78e288b03e8c1d9431"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1da3e229774380d77806e81480c9994db92e6dd34edf5750759ac275a7f04422"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9517b5d538dd99537ab416f47284a7eebead8d086e440721ff27c5f742e96bc7"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"2991d413af766ccdd0abc2045b597b2bf18d39586d6068b66054b13d7d61c0bf"}},{"ruleId":"D28","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"40eacf4c9661dde5370cef87da9c1e9ecbd3e4c37321ed6a3eee0061349745e5"},"taxa":[{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7ceee73d76663034321cbd3b5bbecae8b673163039b70b12462f979a331e73d3"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"45ca975847d8db86d48e4ff646bde852dfdc798f2d0515f37fda62ab2a25f24e"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"98bc95744487d6f8bb36ba3a49535c74c1160f6846de0c05d0a36ca260c39063"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"53e31539fd6c680bc524cd465b04ae19c17835bc13d80d46925869e82647ba77"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e539cb0740dea86a7df86b7287bb271d3368d49d45f29340e134af4dad7d9c2f"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3566a4535f32b9e3b41d1001b00837e415a5916934896370e7fc4877cd60d5f5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8eb50784ab958284eb3ecd7050384e4061ddeae0c76cf46d9d242ff3f816fc6b"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a2351c8d359985ff0c6a3e3f0e13f53d24cd4d1cec7142d1690a76900460bb00"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d0a83c61c1a1cb5d0bb61608a4a4601b18da11e5fcdb87ffe1089f47f2954cf1"},"taxa":[{"id":"CWE-95","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ccc36c566a901115864d4b1cca6abfb7e763474bd607dd74235825679b6d6a75"},"taxa":[{"id":"CWE-95","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1f64d35d10dc8e1e57bc200c63e9243d45500b869ff46899d1cf21d7520cc05a"},"taxa":[{"id":"CWE-276","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"30647b53987146dcb75c166ad1bd1aa4be703ca9362f21b33def338033015b6b"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"dba2bf216f6af108f18556334d59056562deccdf121f706403f6687cf86f8cc0"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e20cdfdba1ef1d192e7f57f4a1bc40e372df959ad7444390a9ff7258dafea99c"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"dac6bb1e2bd1742104b1870d3c2f0021864b962e62810614b4500462f2d16683"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5b456c14b33440d933a55703ae854c05837bcab1d74419781663f58b91d6d6c2"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"566df680f2f6af51b4f24ef65e5fc3b5bf793225cccccc0ca1fdd8f49cc4962f"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0ce1ded9a2a706189a61b4d83ef23943e07abe8f759edd029d066e2de8a9dafd"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1a250223279af7416d45f062d1a817f88ff3fc1fe369d7a17f46c2a07f370ebe"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f4502bcd3c0fa443ac62bb43f4ada2626d8da6e40d8a3e766f496303ad6d463f"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e5114a8ff58858f3a86cbe91296de9ffc38c72f9a4fff5de524ff4dcb167c156"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"716d66c2265133879b43dab8386b38883500a1209a331d8549adf15e26065383"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f0a4ded16c6faae074d066071ba49abc65cb8144fe4a568da8667f7bd2832ab3"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"aff224334c627cf84c39550fa45338b08654d91275ecaec4af15505b46fe3265"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"dfeb83b0862d873787d3c923293fcd29578e782151174e5c1e28d9b21afac29a"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"43545ad9034dac7f8785e4e6bc9d682ce7fae95ab434683eb5196a9b1351c3d8"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3bcc9ca693e9ea18fac1b155ba42af66e28cd113b4aef15025527f3f00ff02c6"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d8e36249f750aee75c08e8cd4eef19b51348bb1f2f53ab631b6c4312d67c8d49"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4dca78361144a657561d76b398d2c8bae2b3d08086cf088679d05c5754c2170a"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"28b9f282be661241462e9ce34879c012e39798c7f5c879a354934e3f7cffb423"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"917469c1cf28ed1e2f7064e3d5450e898fd704de3db5eec0a8613882be4a3fd7"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"faee3743a897aaac0bd664adcf95a02e4db38a6d1852450a8a40ae18eaabf793"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7b17302f49ec724600789bd0a8d66fd5834158a633da2c35c49b6c20fce2a0d0"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"cead2e3709b3df277f8792fab462f6e1200319fefe90eeb5e443dd144af892ce"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"88c53c5c7bcb6a9ff13f6df6a6ccc5b23296e3035e384302b787559dba8b08d6"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0d8188db698f8dfa98d2bae8e44cd6eec0f53cc68390f0d9799d01a6b0aaf112"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"86a6c52f103c701851b382afad9274bb777661fe33455a630fffb32bbf402918"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e1f792b951ab892f2e3160f2d796c7adb0221eedb8cecf2089ce0983b1a37f3f"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"328377ec14d15dce097f99b11004210d89275b40caa4d1c23b5a334da125181f"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4c027abd2ec8051c90178712938c2bc4fe26d3884ce95ce0dbd41b2425b0e5bf"},"taxa":[{"id":"CWE-327","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9c11149aa25cb176253e40db49d9a1598cbbce6ee118c0e6a58d01a69a14ffb8"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"43d4f8e6de6e1e6659941f7846aab71186fc6032addae76b07456a19f892202d"},"taxa":[{"id":"CWE-326","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6e1f315f53db33d8e400cd8980ffdc8dbe1ba95d26611f54dde1341aafc71528"},"taxa":[{"id":"CWE-326","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"14a5c883846450bce988daf4933fbd844d8ec0c2325bc64d1e49332daef329db"},"taxa":[{"id":"CWE-326","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8250b377d8c26b1e8438c5b18fe20d0f5e5a101bc1636c4d05711981b7e31466"},"taxa":[{"id":"CWE-326","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0be793446b875dfa16a9ab89ea1cb157d3652f48501ef3a9c0dac3706fe57cf8"},"taxa":[{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D32","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a49c14317ec6eb1754b39833a6bd37d920c12add4abdd0382268a1e4dad9163e"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 599 of 610 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 599 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/generic.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3b1032d098072da749a19437a73db44e7fcc7b777bfca876c175629b81f4ed6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/casefold.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b51ce4edca5e6e1281d86d5b6ec05482b9dde7bf1714ed7d074d5122c4938a7"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"youtube_dl/extractor/bbc.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4986bc7da685805d48bcee18a0c0d54dd24e4fb12cd03856f277f4425b66c372"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-200","guid":"b0ce3b1d-7a29-fe50-8aab-9aba899d2988","name":"Exposure of Sensitive Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Sensitive Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/200.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-276","guid":"4e27da05-61af-1d5c-aeb5-9f56b6ede3e3","name":"CWE-276","shortDescription":{"text":"CWE-276"},"helpUri":"https://cwe.mitre.org/data/definitions/276.html"},{"id":"CWE-312","guid":"96724ece-b0b2-a45c-83f9-0869fa3f6bea","name":"Cleartext Storage of Sensitive Information","shortDescription":{"text":"Cleartext Storage of Sensitive Information"},"helpUri":"https://cwe.mitre.org/data/definitions/312.html"},{"id":"CWE-326","guid":"7ee78bef-7589-f65f-a9d7-619f3485e844","name":"CWE-326","shortDescription":{"text":"CWE-326"},"helpUri":"https://cwe.mitre.org/data/definitions/326.html"},{"id":"CWE-327","guid":"e51910ff-67b5-3c51-aa3d-92837d9eab90","name":"CWE-327","shortDescription":{"text":"CWE-327"},"helpUri":"https://cwe.mitre.org/data/definitions/327.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-359","guid":"b7dfe5b0-0351-645b-a311-b936102c2929","name":"Exposure of Private Personal Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Private Personal Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/359.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-611","guid":"1afbae66-ea29-2d59-aaa2-134e3ae2e85a","name":"CWE-611","shortDescription":{"text":"CWE-611"},"helpUri":"https://cwe.mitre.org/data/definitions/611.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"},{"id":"CWE-95","guid":"400bba4e-483c-5c50-a695-114fa9168003","name":"CWE-95","shortDescription":{"text":"CWE-95"},"helpUri":"https://cwe.mitre.org/data/definitions/95.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":108,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}