v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • UUID 3bcd3db3-383b-42f3-a2a3-e8fbfcc8f6be에 해당하는 모니터링을 찾을 수 없습니다.
아직 없음 초 전
            False
        
아직 없음 초 전
가장 최근 요청의 현재 오류 스크린샷

트리거 텍스트 무시된 텍스트 차단 텍스트

3시간 전
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              yt-dlp / yt-dlp Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 15.8k
                * Star 184k
          * Code
          * Issues 2k
          * Pull requests 629
          * Actions
          * Projects
          * Wiki
          * Security and quality 13
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights

        Releases: yt-dlp/yt-dlp

              Releases Tags
            Releases · yt-dlp/yt-dlp

                Release list

                    * yt-dlp 2026.07.04
                    * yt-dlp 2026.06.09
                    * yt-dlp 2026.03.17
                    * yt-dlp 2026.03.13
                    * yt-dlp 2026.03.03
                    * yt-dlp 2026.02.21
                    * yt-dlp 2026.02.04
                    * yt-dlp 2026.01.31
                    * yt-dlp 2026.01.29
                    * yt-dlp 2025.12.08
                    Previous Next
                Jump to release
                        * yt-dlp 2026.07.04
                        * yt-dlp 2026.06.09
                        * yt-dlp 2026.03.17
                        * yt-dlp 2026.03.13
                        * yt-dlp 2026.03.03
                        * yt-dlp 2026.02.21
                        * yt-dlp 2026.02.04
                        * yt-dlp 2026.01.31
                        * yt-dlp 2026.01.29
                        * yt-dlp 2025.12.08
                    Previous Next

                yt-dlp 2026.07.04

                              yt-dlp 2026.07.04 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 04 Jul 22:41
                              Immutable release. Only release title and notes can be modified.
                              2026.07.04
                              fdec00e

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Important changes

                            * The minimum recommended Python version has been raised to 3.11
                              - Since Python 3.10 will reach its end-of-life in October 2026, support for it will be dropped soon. Read more
                            * The official Windows release binaries will soon require Windows 10 or later. Read more
                            * Security: [CVE-2026-55404] Downstream command injection via improper sanitization of --write-link output
                              - Shortcut file data is now properly validated and sanitized when the --write-link options are used

                          Changelog

                          Core changes

                            * Always include warnings in debug output (#17059) by bashonly
                            * Fix allow-unsafe-ext compat option (#16920) by bashonly
                            * Raise minimum recommended Python version to 3.11 (#17034) by bashonly
                            * Validate and escape values in --write-link output by bashonly
                            * cookies: Use ' instead of " for SQL string quoting (#17078) by Grub4K
                            * utils
                                + Deprecate make_dir in favor of make_parent_dirs (#16931) by doe1080
                                + HTTPHeaderDict: Fix __ior__ (#16930) by doe1080
                                + parse_duration: Return int when appropriate (#13899) by doe1080
                                + parse_resolution: Support fps suffixes (#17073) by doe1080
                                + pkcs1pad: Fix invalid PKCS#1 v1.5 padding bytes (#17035) by doe1080
                                + qualities: Avoid repeated index lookups (#17025) by doe1080
                                + random_user_agent: Bump version range 143-149 => 144-150 (#17117) by bashonly, dlp-bot

                          Extractor changes

                            * Always include id in request error output (#17068) by bashonly, HybridDog
                            * Fix request logging (#17072) by bashonly
                            * arte: Fix playlist support (#13191) by 1100101
                            * bandcamp: weekly: Fix extractor (#16925) by bashonly (With fixes in 9055188)
                            * bilibili: Fix API extraction (#13730) by grqz
                            * instagram
                                + Detect when cookies are invalidated (#17126) by bashonly
                                + Rework extractor (#17075) by bashonly (With fixes in 8b8e3e3)
                            * linkedin: Remove broken login support (#17039) by 0xvd
                            * mgtv: Fix VIP stream extraction (#16982) by longcharmroeun
                            * mxplayer
                                + Fix extractors (#16988) by 0xvd
                                + Rework extractors (#17018) by doe1080
                            * niconico
                                + Fix error detection (#16991) by doe1080
                                + Support shorts (#16992) by doe1080
                            * omnyfm: Add extractors (#15942) by doe1080
                            * openrec: Rework extractors (#16857) by doe1080 (With fixes in 6694ef8)
                            * patreon: Support new URL format (#16926) by 0xvd
                            * peertube: Support password-protected videos (#16873) by selfhoster1312
                            * periscope: Improve metadata extraction (#16084) by doe1080
                            * reddit: Remove broken login support (#17038) by 0xvd
                            * soundcloud
                                + Extract uploader_url for playlists (#16842) by noseb13eds
                                + [Extract comments](h...
                        Read more
                          Assets 27
                                  * SHA2-256SUMS
                                      sha256:eca42575010efc77b8dc1e263c57e19c4bddc42d3e08ba789ccde72c97d48c64
                                    1.56 KB 2026-07-04T22:41:37Z
                                  * SHA2-256SUMS.sig
                                      sha256:3fb88fc2f120ccae9572e5018136a25ff74954da2366936b87bd09eab2ac09c6
                                    566 Bytes 2026-07-04T22:41:37Z
                                  * SHA2-512SUMS
                                      sha256:19733ab3cd8bf9ee5a9912b0ad171347db93dd3a211f9e828d3c8cc3044c0bb5
                                    2.75 KB 2026-07-04T22:41:37Z
                                  * SHA2-512SUMS.sig
                                      sha256:2ac751cc7baa8cfeaa0a81630cd0467ab77f3b56cc287cb6f6fa9e148b2c8643
                                    566 Bytes 2026-07-04T22:41:37Z
                                  * yt-dlp
                                      sha256:495be29ff4d9d4e9be7eabdfef225221e5d5282e77f2f505abc6dca80349f3fd
                                    2.93 MB 2026-07-04T22:41:37Z
                                  * yt-dlp.exe
                                      sha256:52fe3c26dcf71fbdc85b528589020bb0b8e383155cfa81b64dd447bbe35e24b8
                                    17.4 MB 2026-07-04T22:41:37Z
                                  * yt-dlp.tar.gz
                                      sha256:31c32457d1a573a341bb0929386c624fe47339a5338829e6e9c9454bdfa7397a
                                    5.74 MB 2026-07-04T22:41:37Z
                                  * yt-dlp_arm64.exe
                                      sha256:1525690b037ecc0bb677e38e7147b0025179cbc9a8d0c57264e3100b18099280
                                    21.2 MB 2026-07-04T22:41:37Z
                                  * yt-dlp_linux
                                      sha256:6bbb3d314cde4febe36e5fa1d55462e29c974f63444e707871834f6d8cc210ae
                                    38.1 MB 2026-07-04T22:41:38Z
                                  * yt-dlp_linux.zip
                                      sha256:d7d2d09e900b5ae11821b5784b18cf064984a2bd88b1ca5c798d744bcbe3658b
                                    38.1 MB 2026-07-04T22:41:38Z
                                  * Source code (zip)
                                    2026-07-04T22:23:07Z
                                  * Source code (tar.gz)
                                    2026-07-04T22:23:07Z
                                  * Release attestation (json)
                                    2026-07-04T22:23:07Z
                                  * Show all 27 assets Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 133 AndyMutz2, albertjoelbg, rekt0ro, kg68k, my-password-is-password, 651961, RndUser0, IceArms, EliothMonroy, nimbold, and 123 more reacted with thumbs up emoji 😄 3 By183, AB-Pardakulov, and IgorTheLight reacted with laugh emoji 🎉 24 0xfeeddeadbeef, Endier, manoskop, IceArms, andrew121410, looser71, th108, ebb-earl-co, whiztech, methbkts, and 14 more reacted with hooray emoji ❤️ 62 billwieboldt, egmtm, qCornyx, IceArms, nikolay-borzov, Inconnubro, andrew121410, official-jayesh, WangleLine, looser71, and 52 more reacted with heart emoji 🚀 21 ageorge95, sokai, fauz6n, K3V1991, NitroHP, sweetburble, SymphonySimper, audacieuxnumber1, mayconhvab, QuantumDmitriy, and 11 more reacted with rocket emoji 👀 9 ageorge95, mehrdad87org, Caffiez3, aaronmwalephotography, By183, AB-Pardakulov, Theonebash, IgorTheLight, and AghaMahmooD reacted with eyes emoji
                                All reactions
                                  * 👍 133 reactions
                                  * 😄 3 reactions
                                  * 🎉 24 reactions
                                  * ❤️ 62 reactions
                                  * 🚀 21 reactions
                                  * 👀 9 reactions
                              192 people reacted

                yt-dlp 2026.06.09

                              yt-dlp 2026.06.09
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 09 Jun 23:26
                              Immutable release. Only release title and notes can be modified.
                              2026.06.09
                              7f7bdc9

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Important changes

                            * The minimum supported versions of Deno, Node, and Bun have been raised.
                              The minimum required version of Deno is now v2.3.0; supported Node versions are v22 and up; Bun support has been deprecated and limited to versions 1.2.11 through 1.3.14.
                            * Security
                                + Usage of vulnerable conversions (e.g. %()s) with the --exec option is an all-too-common pitfall. To remedy this, --exec now only allows safe conversions in its command templates.
                                    o Most users can simply replace %(...)s with %(...)q in their --exec argument(s). Numeric conversions are unaffected by this change. Using unsafe conversions with --exec poses a significant security risk. Read more
                                + [CVE-2026-50019] File Downloader cookie leak with curl
                                    o Impact is limited to users of --downloader curl; cookies are now properly passed to curl so that it respects their scope
                                + [CVE-2026-50023] Dangerous file type creation via insufficient filename sanitization
                                    o Writing files with the extensions .desktop, .url, or .webloc is now only allowed in the context of --write-link functionality
                                + [CVE-2026-50574] Arbitrary code execution via manifest downloads with aria2c
                                    o Impact is limited to users of --downloader aria2c
                                    o Support for downloading HLS and DASH formats with aria2c has been removed. Users affected by this change should migrate to use -N for concurrent fragment downloads via the native downloader

                          Changelog

                          Core changes

                            * Add lockfile and pinned extras (#16421) by bashonly, Grub4K (With fixes in 88c8a68 by bashonly)
                            * Fix default extra for ios platforms (#16376) by bashonly
                            * Remove url, desktop and webloc from safe extensions by Grub4K
                            * update: Bump GitHub REST API version to 2026-03-10 (#16435) by bashonly
                            * utils
                                + random_user_agent
                                    o Bump version range 137-143 => 142-148 (#16588) by dlp-bot
                                    o Bump version range 142-148 => 143-149 (#16906) by dlp-bot

                          Extractor changes

                            * Extract supplemental codecs from DASH manifests (#16827) by chrisellsworth
                            * _resolve_nuxt_array: Handle Pinia skipHydrate (#16447) by doe1080
                            * abematv: Extract subtitles (#16502) by garret1317
                            * ard: Support new ardsounds domain (#16381) by evilpie
                            * bandcamp: weekly: Fix extractor (#16373) by bashonly
                            * iwara: Fix extractors (#16014) by vpertys
                            * monstercat: Support older URLs (#16780) by AnAwesomGuy
                            * onsen: Fix extraction (#16830) by doe1080
                            * pornhub: Support browser impersonation (#16794) by 0xvd
                            * reddit: Fix unauthenticated extraction (#16839) by 0xvd, bashonly, jdesgats
                            * rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly
                            * s4c: Extract more metadata (#16813) by Suntooth
                            * soop: Adapt extractors to new domain (#16436) by thematuu
                            * soundcloud
                                + Improve error handling (#16602) by bashonly
                                + Support --extractor-retries for original formats (#16690) by HarmfulBreeze
                            * thisoldhouse: Fix extractor (#16909) by bashonly, dirkf
                            * twitch
                                + Remove dead rechat subtitles (#16660) by kasper93
                                + clips: Fix extractor (#16466) by Ventriduct
                            * twitter: Fix view_count extraction (#16814) by MemoKing34
                            * wikimedia: Rework extractor (#15413) by seproDev
                            * youtube
                                + [Drop support for bun<1.2.11 and bun>1.3.14]...
                        Read more
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 161 JonnyTech, nimbold, my-password-is-password, SenseiDeElite, Very-cool-guy, pasical, looser71, jumpx2, IceArms, SilmorSenedlen, and 151 more reacted with thumbs up emoji 😄 12 SenseiDeElite, LinuxOpa, YannMagnin, fadrian06, zhuravkovigor, Eyma88, yechouamelrang-hash, rrajan100, StefanOfficial, Misa-Chan330, and 2 more reacted with laugh emoji 🎉 41 SenseiDeElite, miangraham, looser71, IceArms, LyriasAJ, AAndyProgram, bigjoe54321, E0697, LinuxOpa, DianaNites, and 31 more reacted with hooray emoji ❤️ 62 dieroboter, qCornyx, ItzFlitz, SenseiDeElite, looser71, IceArms, DiegoAlfaroUCR, billwieboldt, LyriasAJ, dxps, and 52 more reacted with heart emoji 🚀 32 SenseiDeElite, looser71, SilmorSenedlen, billwieboldt, LyriasAJ, bigjoe54321, NitroHP, LinuxOpa, DianaNites, Safari77, and 22 more reacted with rocket emoji 👀 17 SenseiDeElite, looser71, LinuxOpa, TzurSoffer, scharmach, ageorge95, fadrian06, zhuravkovigor, Eyma88, gack02, and 7 more reacted with eyes emoji
                                All reactions
                                  * 👍 161 reactions
                                  * 😄 12 reactions
                                  * 🎉 41 reactions
                                  * ❤️ 62 reactions
                                  * 🚀 32 reactions
                                  * 👀 17 reactions
                              221 people reacted

                yt-dlp 2026.03.17

                              yt-dlp 2026.03.17
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 17 Mar 23:42
                              Immutable release. Only release title and notes can be modified.
                              2026.03.17
                              7fd74d1

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Extractor changes

                            * youtube
                                + Always respect webpage_client extractor-arg (#16250) by bashonly
                                + Fix --live-from-start support (#16254) by bashonly
                                + Update ejs to 0.8.0 (#16269) by bashonly, Grub4K

                          Misc. changes

                            * build: Use PyInstaller v6.19.0 for Windows (#16265) by bashonly
                            * ci: Bump actions pins (#16252) by bashonly
                            * docs: Fix player_client extractor-arg documentation (#16235) by bashonly
                            * test: networking: Mark all CurlCFFIRH tests as flaky for any OS (#16266) by bashonly
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 215 SilmorSenedlen, brandaltux, my-password-is-password, classronin, SenseiDeElite, RndUser0, theandrewbailey, SilentCoderHere, marcelog09, AAndyProgram, and 205 more reacted with thumbs up emoji 😄 18 SenseiDeElite, m2k3d, genesis-dev417, arizamoisesco, Eyma88, IgorTheLight, typingthomas, JefersonPc, PythonLuvr, Dahiro-chan, and 8 more reacted with laugh emoji 🎉 31 aosan, classronin, SenseiDeElite, AAndyProgram, RgeditV1, E0697, whiztech, ebb-earl-co, 7zeb, genesis-dev417, and 21 more reacted with hooray emoji ❤️ 63 dieroboter, qCornyx, Casonctin, k1m1nonawa4869, FiddleStickers, classronin, SenseiDeElite, AAndyProgram, billwieboldt, he-sb, and 53 more reacted with heart emoji 🚀 33 sweetburble, SenseiDeElite, blueberrystream, billwieboldt, K3V1991, 0xfeeddeadbeef, IceArms, SymphonySimper, scharmach, ageorge95, and 23 more reacted with rocket emoji 👀 15 Yosshy-123, SenseiDeElite, 7zeb, ageorge95, genesis-dev417, TzurSoffer, IgorTheLight, JefersonPc, PythonLuvr, Luminous-16, and 5 more reacted with eyes emoji
                                All reactions
                                  * 👍 215 reactions
                                  * 😄 18 reactions
                                  * 🎉 31 reactions
                                  * ❤️ 63 reactions
                                  * 🚀 33 reactions
                                  * 👀 15 reactions
                              276 people reacted

                yt-dlp 2026.03.13

                              yt-dlp 2026.03.13
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 13 Mar 09:02
                              Immutable release. Only release title and notes can be modified.
                              2026.03.13
                              990fdf3

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Extractor changes

                            * tiktok: Fix challenge solving (#16223) by bashonly
                            * youtube
                                + Fix android_vr player client (#16168) by gamer191
                                + Fix use_ad_playback_context extractor-arg (#16196) by bashonly
                                + Fix web_embedded player client (#16177) by bashonly, SparseOrnament15
                                + Request web_safari & web_creator client configs (#16198) by bashonly
                                + Update ejs to 0.7.0 (#16231) by bashonly, Grub4K
                                + tab
                                    o Fix album extraction (#16041) by FriederHannenheim
                                    o Improve description extraction (#16057) by Peter-Devine
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 103 Dendraspis, byv81, SilentCoderHere, xfzv, he-sb, eymonk, AAndyProgram, bishaltm567, user32651487, bidu2352, and 93 more reacted with thumbs up emoji 😄 9 sweetburble, Brezzeyboi, SenseiDeElite, bophanthienphu-ux, kshitiz106, Annor-Gyimah, classronin, MechanicusHub, and GustavoPR5 reacted with laugh emoji 🎉 25 AAndyProgram, E0697, bishaltm567, StudentWeis, methbkts, eymonk, Brezzeyboi, patrickkfkan, SenseiDeElite, regseb, and 15 more reacted with hooray emoji ❤️ 34 AAndyProgram, 56k-modem, dogknowsnx, arsa0x, eymonk, Brezzeyboi, lc-nyovchev, SenseiDeElite, ali0une, billwieboldt, and 24 more reacted with heart emoji 🚀 19 rami01e, sideloading, 0xfeeddeadbeef, eymonk, Brezzeyboi, SenseiDeElite, billwieboldt, K3V1991, SymphonySimper, Sayemahamed, and 9 more reacted with rocket emoji 👀 6 SenseiDeElite, ageorge95, kidimbwi, TzurSoffer, akfoma, and GustavoPR5 reacted with eyes emoji
                                All reactions
                                  * 👍 103 reactions
                                  * 😄 9 reactions
                                  * 🎉 25 reactions
                                  * ❤️ 34 reactions
                                  * 🚀 19 reactions
                                  * 👀 6 reactions
                              148 people reacted

                yt-dlp 2026.03.03

                              yt-dlp 2026.03.03
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 03 Mar 16:54
                              Immutable release. Only release title and notes can be modified.
                              2026.03.03
                              b8058cd

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Extractor changes

                            * aenetworks: Fix extraction (#16036) by bashonly
                            * patreon: Fix extractors (#16112) by bashonly
                            * thechosen: Rework extractor (#16021) by 0xvd
                            * youtube
                                + Force player 9f4cc5e4 (#16123) by bashonly
                                + Skip webpage player response by default (#16126) by bashonly
                            * zapiks: Improve extraction (#16030) by doe1080
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 111 pha1n0q, bigjoe54321, ThomasGabber, Jaro122, samurai-busido, SilentCoderHere, RedstoHack, MusashiMiyamoto, AAndyProgram, sid44sid, and 101 more reacted with thumbs up emoji 😄 8 billwieboldt, SenseiDeElite, TzurSoffer, leonanu, nattoujp, Balajim4, abramflow, and Black1hp reacted with laugh emoji 🎉 18 pha1n0q, AAndyProgram, 0xfeeddeadbeef, SenseiDeElite, DimasPLT, ebb-earl-co, TzurSoffer, leonanu, methbkts, E0697, and 8 more reacted with hooray emoji ❤️ 36 pha1n0q, bigjoe54321, AAndyProgram, KrzysztofMaciejewski, official-jayesh, Casonctin, danrobi11, rachit404, he-sb, billwieboldt, and 26 more reacted with heart emoji 🚀 13 pha1n0q, SymphonySimper, SenseiDeElite, DimasPLT, k1m1nonawa4869, TzurSoffer, leonanu, K3V1991, Eyma88, ageorge95, and 3 more reacted with rocket emoji 👀 6 SenseiDeElite, DimasPLT, TzurSoffer, sweetburble, LargeUselessness, and ageorge95 reacted with eyes emoji
                                All reactions
                                  * 👍 111 reactions
                                  * 😄 8 reactions
                                  * 🎉 18 reactions
                                  * ❤️ 36 reactions
                                  * 🚀 13 reactions
                                  * 👀 6 reactions
                              146 people reacted

                yt-dlp 2026.02.21

                              yt-dlp 2026.02.21
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 21 Feb 20:40
                              Immutable release. Only release title and notes can be modified.
                              2026.02.21
                              e2a9cc7

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Important changes

                            * Security: [CVE-2026-26331] Arbitrary command injection with the --netrc-cmd option
                                + The argument passed to the command in --netrc-cmd is now limited to a safe subset of characters

                          Changelog

                          Core changes

                            * cookies: Ignore cookies with control characters (#15862) by bashonly, syphyr
                            * jsinterp
                                + Fix bitwise operations (#15985) by bashonly
                                + Stringify bracket notation keys in object access (#15989) by bashonly
                                + Support string concatenation with + and += (#15990) by bashonly

                          Extractor changes

                            * Add browser impersonation support to more extractors (#16029) by bashonly
                            * Limit netrc_machine parameter to shell-safe characters by Grub4K
                            * 1tv: Extract chapters (#15848) by hunter-gatherer8
                            * aenetworks: Fix extractor (#14959) by Sipherdrakon
                            * applepodcasts: Fix extractor (#15901) by coreywright
                            * dailymotion: Fix extraction (#15995) by bashonly
                            * facebook: ads: Fix extractor (#16002) by bashonly
                            * gem.cbc.ca: Support standalone, series & Olympics URLs (#15878) by 0xvd, bashonly, makew0rld
                            * learningonscreen: Fix extractor (#16028) by 0xvd, bashonly
                            * locipo: Add extractors (#15486) by doe1080, gravesducking
                            * matchitv: Add extractor (#15204) by gseddon
                            * odnoklassniki: Fix inefficient regular expression (#15974) by bashonly
                            * opencast: Support oc-p.uni-jena.de URLs (#16026) by LordMZTE
                            * pornhub: Fix extractor (#15858) by beacdeac
                            * saucepluschannel: Add extractor (#15830) by regulad
                            * soundcloud
                                + Fix client ID extraction (#16019) by bashonly
                                + Support browser impersonation (#16020) by bashonly
                            * spankbang
                                + Fix playlist title extraction (#14132) by blauerdorf
                                + Support browser impersonation (#14130) by blauerdorf
                            * steam: Fix extractor (#15028) by doe1080
                            * tele5: Fix extractor (#16005) by bashonly
                            * tver: olympic: Add extractor (#15885) by doe1080
                            * tvo: Add extractor (#15903) by doe1080
                            * twitter: Fix error handling (#15993) by bashonly (With fixes in 7722109)
                            * visir: Add extractor (#15811) by doe1080
                            * vk: Solve JS challenges using native JS interpreter (#15992) by 0xvd, bashonly
                            * xhamster: Fix extractor (#15831) by 0xvd
                            * youtube
                                + Add more known player JS variants (#15975) by bashonly
                                + Extract live adaptive incomplete formats (#15937) by bashonly, CanOfSocks
                                + Update ejs to 0.5.0 (#16031) by bashonly
                                + date, search: [Remove broken `...
                        Read more
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 114 pha1n0q, qCornyx, Jaro122, turbodude, nihas101, bidu2352, PoorLarry, HazeX2, xfzv, ThomasGabber, and 104 more reacted with thumbs up emoji 😄 7 SenseiDeElite, leonanu, brandaltux, nightskat, CedarCoder1, elierpg, and oldyang001 reacted with laugh emoji 🎉 27 pha1n0q, 0xfeeddeadbeef, methbkts, looser71, regseb, HamoBoker, Salah242222, SenseiDeElite, AAndyProgram, leonanu, and 17 more reacted with hooray emoji ❤️ 44 pha1n0q, danrobi11, 56k-modem, MurageKabui, billwieboldt, jpa102, dieroboter, HazeX2, looser71, IceArms, and 34 more reacted with heart emoji 🚀 17 pha1n0q, K3V1991, looser71, IceArms, sweetburble, Salah242222, SenseiDeElite, blueberrystream, leonanu, ageorge95, and 7 more reacted with rocket emoji 👀 10 SenseiDeElite, ageorge95, TzurSoffer, cybernet, finn-braun, karshi02, Zian25, heyimdory, kalupoh, and oldyang001 reacted with eyes emoji
                                All reactions
                                  * 👍 114 reactions
                                  * 😄 7 reactions
                                  * 🎉 27 reactions
                                  * ❤️ 44 reactions
                                  * 🚀 17 reactions
                                  * 👀 10 reactions
                              161 people reacted

                yt-dlp 2026.02.04

                              yt-dlp 2026.02.04
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 04 Feb 00:49
                              Immutable release. Only release title and notes can be modified.
                              2026.02.04
                              bb3af7e

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Extractor changes

                            * unsupported: Update unsupported URLs (#15812) by doe1080
                            * youtube: Default to tv player JS variant (#15818) by bashonly
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 128 bigjoe54321, RndUser0, my-password-is-password, SenseiDeElite, jhaoinfo, RedstoHack, kg68k, ChrisIsEditing, TzurSoffer, rami01e, and 118 more reacted with thumbs up emoji 😄 12 SenseiDeElite, mpoullet, Chroma01, Sayemahamed, KyaBamba, boxden, MarckDP, jitendrabesra-hub, brandaltux, Unknow0059, and 2 more reacted with laugh emoji 🎉 28 SenseiDeElite, TzurSoffer, billwieboldt, rhipnox, E0697, AAndyProgram, arsenylosev, methbkts, rsgdn, kurtnettle, and 18 more reacted with hooray emoji ❤️ 43 FujiR, Carl-Nguyen-02, wistant, bigjoe54321, kawata-yuya, SenseiDeElite, danrobi11, TzurSoffer, billwieboldt, 56k-modem, and 33 more reacted with heart emoji 🚀 24 SenseiDeElite, TzurSoffer, blueberrystream, ageorge95, K3V1991, 0xfeeddeadbeef, arsenylosev, IceArms, mpoullet, Chroma01, and 14 more reacted with rocket emoji 👀 11 SenseiDeElite, TzurSoffer, ageorge95, mpoullet, boxden, AnimMouse, MarckDP, TurfUnicorn, goribai-hub, jiazi628, and japanesetelevision reacted with eyes emoji
                                All reactions
                                  * 👍 128 reactions
                                  * 😄 12 reactions
                                  * 🎉 28 reactions
                                  * ❤️ 43 reactions
                                  * 🚀 24 reactions
                                  * 👀 11 reactions
                              173 people reacted

                yt-dlp 2026.01.31

                              yt-dlp 2026.01.31
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 01 Feb 00:12
                              Immutable release. Only release title and notes can be modified.
                              2026.01.31
                              891613b

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Extractor changes

                            * soop: Support subscription-only VODs (#15523) by thematuu
                            * unsupported: Update unsupported URLs (#15410) by bashonly
                            * whyp: Extract more metadata (#15757) by azdlonky
                            * youtube
                                + Add web_embedded fallback for android_vr client (#15785) by bashonly
                                + Remove broken ios_downgraded player client (#15786) by bashonly
                                + Remove broken tv_embedded player client (#15787) by bashonly

                          Misc. changes

                            * cleanup: Miscellaneous: 9a9a6b6 by bashonly
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 96 pha1n0q, lcke1, renatojuniorj94, MyTechCatalog, SilmorSenedlen, looser71, Jaro122, theandrewbailey, junguler, MusashiMiyamoto, and 86 more reacted with thumbs up emoji 😄 6 SenseiDeElite, maruncodanii-pixel, boozook, xgui4, japanesetelevision, and CobraFighter reacted with laugh emoji 🎉 29 pha1n0q, lcke1, nalathethird, looser71, 8Kp60hdrpro27, my4ng, ebb-earl-co, SenseiDeElite, diegopds83, E0697, and 19 more reacted with hooray emoji ❤️ 37 pha1n0q, looser71, billwieboldt, wduqu001, danrobi11, SenseiDeElite, diegopds83, papahuge, he-sb, AAndyProgram, and 27 more reacted with heart emoji 🚀 20 billwieboldt, SenseiDeElite, papahuge, ageorge95, sokai, 0xfeeddeadbeef, maruncodanii-pixel, IceArms, K3V1991, scharmach, and 10 more reacted with rocket emoji 👀 11 lcke1, looser71, wensincai, SenseiDeElite, ageorge95, maruncodanii-pixel, MarcoRavich, TzurSoffer, xgui4, radiofan, and japanesetelevision reacted with eyes emoji
                                All reactions
                                  * 👍 96 reactions
                                  * 😄 6 reactions
                                  * 🎉 29 reactions
                                  * ❤️ 37 reactions
                                  * 🚀 20 reactions
                                  * 👀 11 reactions
                              133 people reacted

                yt-dlp 2026.01.29

                              yt-dlp 2026.01.29
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 29 Jan 17:17
                              Immutable release. Only release title and notes can be modified.
                              2026.01.29
                              e4c120f

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Core changes

                            * Accept float values for --sleep-subtitles (#15282) by 0xvd
                            * Add --compat-options 2025 (#15499) by bashonly
                            * Add --format-sort-reset option (#13809) by nihil-admirari
                            * Bypass interactive format selection if no formats are found (#15278) by bashonly
                            * Fix --parse-metadata when TO is a single field name (#14577) by bashonly, clayote
                            * Fix concurrent formats downloading to stdout (#15617) by grqz
                            * Fix interactive format/video selection when downloading to stdout (#15626) by grqz
                            * Support Deno installed via Python package (#15614) by bashonly, zahlman
                            * utils
                                + decode_packed_codes: Fix missing key handling (#15440) by cesbar
                                + devalue: Fix calling reviver on cached value (#15568) by Grub4K
                                + js_to_json: Prevent false positives for octals (#15474) by doe1080
                                + mimetype2ext: Recognize more srt types (#15411) by seproDev
                                + random_user_agent: Bump versions (#15396) by seproDev
                                + unified_timestamp: Add tz_offset parameter (#15357) by doe1080

                          Extractor changes

                            * Fix prioritization of Youtube URL matching (#15596) by Grub4K
                            * archive.org: Fix metadata extraction (#15286) by bashonly
                            * bandcamp: weekly: Fix extractor (#15208) by 0xvd, bashonly
                            * bigo: Support --wait-for-video (#15463) by olipfei
                            * boosty: Improve metadata extraction (#15543) by Sytm
                            * cbc: Fix extractors (#15631) by subrat-lima
                            * cda: Support mobile URLs (#15398) by seproDev
                            * croatian.film: Add extractor (#15468) by 0xvd
                            * dailymotion: Fix extractor (#15682) by bashonly (With fixes in a893774)
                            * dropbox: Support videos in folders (#15313) by 0xvd
                            * errarhiiv: Add extractor (#15667) by rdamas
                            * facebook
                                + Remove broken login support (#15434) by bashonly
                                + ads: Fix extractor (#15582) by legraphista
                            * filmarchiv: Add extractor (#13490) by 4elta
                            * franceinfo
                                + Fix extraction (#15704) by bashonly
                                + Support new domain URLs (#15669) by romainreignier
                            * generic: Improve detection of blockage due to TLS fingerprint (#15426) by bashonly
                            * gofile: Fix extractor (#15296) by quietvoid
                            * hotstar: Extract from new API (#15480) by 0xvd
                            * iqiyi: Remove broken login support (#15441) by seproDev
                            * lbry: Support filtering of flat playlist results (#15695) by christoph-heinrich, dirkf
                            * manoto: Remove extractor ([#15414](#154...
                        Read more
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 119 Safari77, IceArms, Dendraspis, tiawl, NitroHP, SilentCoderHere, WDenda, SenseiDeElite, ska80, fabianschulz, and 109 more reacted with thumbs up emoji 😄 11 SenseiDeElite, mpoullet, boxden, leonanu, AppleGamer22, Suznyan, ismail-nasir, Salah242222, waracci, japanesetelevision, and Maurits2014 reacted with laugh emoji 🎉 37 Silvergish, ebb-earl-co, billwieboldt, MarckDP, BerndHagen, SenseiDeElite, fabianschulz, Opalinus, mpoullet, Shanti099, and 27 more reacted with hooray emoji ❤️ 45 IceArms, billwieboldt, SenseiDeElite, dogknowsnx, UroshUchiha, trzyglow, blueberrystream, macias, ashikshezan, mpoullet, and 35 more reacted with heart emoji 🚀 24 IceArms, SenseiDeElite, mpoullet, SymphonySimper, Shanti099, Rikk, GomezganiShaba, finn-braun, bohning, scharmach, and 14 more reacted with rocket emoji 👀 12 SenseiDeElite, mpoullet, MarcoRavich, boxden, TzurSoffer, ali0une, Suznyan, ageorge95, 0xlek, Salah242222, and 2 more reacted with eyes emoji
                                All reactions
                                  * 👍 119 reactions
                                  * 😄 11 reactions
                                  * 🎉 37 reactions
                                  * ❤️ 45 reactions
                                  * 🚀 24 reactions
                                  * 👀 12 reactions
                              168 people reacted

                yt-dlp 2025.12.08

                              yt-dlp 2025.12.08
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 08 Dec 00:15
                              Immutable release. Only release title and notes can be modified.
                              2025.12.08
                              aa220d0

                          A description of the various files is in the README

                          The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt

                          Changelog

                          Core changes

                            * Respect PATHEXT when locating JS runtime on Windows (#15117) by Grub4K
                            * cookies: Fix --cookies-from-browser for new installs of Firefox 147+ (#15215) by bashonly, mbway

                          Extractor changes

                            * agalega: Add extractor (#15105) by putridambassador121
                            * alibaba: Add extractor (#15253) by seproDev
                            * bitmovin: Add extractor (#15064) by seproDev
                            * digiteka: Rework extractor (#14903) by beliote
                            * fc2: live: Raise appropriate error when stream is offline (#15180) by Zer0spectrum
                            * floatplane: Add subtitle support (#15069) by seproDev
                            * jtbc: Fix extractor (#15047) by seproDev
                            * loom: Fix extractor (#15236) by bashonly
                            * mave: channel: Add extractor (#14915) by anlar
                            * medaltv: Rework extractor (#15103) by seproDev
                            * netapp: Add extractors (#15122) by darkstar
                            * nhk: Fix extractors (#14528) by garret1317
                            * nowcanal: Add extractor (#14584) by pferreir
                            * patreon: campaign: Fix extractor (#15108) by thomasmllt
                            * rinsefm: Fix extractors (#15020) by 1bnBattuta, seproDev
                            * s4c: Fix geo-restricted content (#15196) by seproDev
                            * soundcloudplaylist: Support new API URLs (#15071) by seproDev
                            * sporteurope: Support new domain (#15251) by bashonly
                            * sproutvideo: Fix extractor (#15113) by bashonly
                            * thechosen: Add extractors (#14183) by mrFlamel
                            * thisoldhouse: Fix login support (#15097) by bashonly
                            * tubitv: series: Fix extractor (#15018) by Zer0spectrum
                            * urplay: Fix extractor (#15120) by seproDev
                            * web.archive: youtube: Fix extractor (#15234) by seproDev
                            * wistiachannel: Fix extractor (#14218) by Sojiroh
                            * xhamster: Fix extractor (#15252) by 0xvd
                            * yfanefa: Add extractor (#15032) by Haytam001
                            * youtube
                                + Add use_ad_playback_context extractor-arg (#15220) by WhatAmISupposedToPutHere
                                + Allow ejs patch version to differ (#15263) by Grub4K
                                + Detect "super resolution" AI-upscaled formats (#15050) by bashonly
                                + Determine wait time from player response (#14646) by bashonly, WhatAmISupposedToPutHere
                                + Extract all automatic caption languages (#15156) by bashonly
                                + Improve message when no JS runtime is found (#15266) by bashonly
                                + Update ejs to 0.3.2 (#15267) by bashonly

                          Downloader changes

                            * [Fix playback wait time for ffmpeg downloads](23f1ab346927ab73ad5...
                        Read more
                          Assets 27
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 156 pha1n0q, signalbean, kg68k, sightwww, IceArms, bigjoe54321, blueyes27, Kanttz, Lethios, brachna, and 146 more reacted with thumbs up emoji 😄 16 SenseiDeElite, TzurSoffer, d-e-n-n-i-s-t, mpoullet, IgorTheLight, pogba-ibra, aakh1361, zotabee, ryletstolz-cmyk, zouwweennlluulluu-bot, and 6 more reacted with laugh emoji 🎉 41 pha1n0q, IceArms, blueyes27, my4ng, xmdasmw, E0697, kurtnettle, methbkts, gbtb, AntonioZago-Code, and 31 more reacted with hooray emoji ❤️ 63 pha1n0q, IceArms, ShibaSama, bigjoe54321, blueyes27, billwieboldt, xmdasmw, hl2guide, hausnes, blueberrystream, and 53 more reacted with heart emoji 🚀 26 pha1n0q, IceArms, blueyes27, billwieboldt, ageorge95, 0xfeeddeadbeef, SenseiDeElite, aodinokov, scharmach, TzurSoffer, and 16 more reacted with rocket emoji 👀 17 wisteriatree0, ageorge95, SenseiDeElite, TzurSoffer, Dmitriy-Frostoff, mpoullet, IgorTheLight, andre-baIbi, pogba-ibra, Kapiroto, and 7 more reacted with eyes emoji
                                All reactions
                                  * 👍 156 reactions
                                  * 😄 16 reactions
                                  * 🎉 41 reactions
                                  * ❤️ 63 reactions
                                  * 🚀 26 reactions
                                  * 👀 17 reactions
                              218 people reacted
                Previous 1 2 3 4 5 … 13 14 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다.

스크린샷을 사용하려면 스크린샷을 지원하는 방식(Sockpuppetbrowser, Selenium 등)이 필요합니다.