Autor Thema: Down/Uploadtools (YouTube, MyVideo etc.) diverses  (Gelesen 82171 mal)

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
AYC 3.10
« Antwort #1275 am: 18 Dezember, 2021, 20:10 »
A command tool that packs numerous advanced features to help you grab videos from YouTube with the desired quality, resolution or other features.

MIT License

Whats new:>>

    Added missing license to release zip. (Reason for 3.10)
    Aria2c multithreaded download enabled.
    HLS/DASH/Non-Youtube downloads are significantly faster: 68sec --> 11sec on a Hotstar Video!
    Youtube Downloads are slightly faster depending on your internet.
    Ship old 32-bit binary of AtomicParsley for 32-bit release. Now it works on 32-bit PCs too. :)
    Update dependencyfix with 32-bit links to AtomicParsley.
    Append Video ID to end of file name to fix downloading videos with same title.

https://github.com/adithya-s-sekhar/advanced-youtube-client-ayc

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
svtplay-dl 4.10
« Antwort #1276 am: 20 Dezember, 2021, 09:20 »
An open-source console application that can download videos from various websites locally, allowing you to create an offline collection.

MIT License

Whats new:>>

    discoveryplus: add a message that we cant download any more videos
    svtplay: fix so all-episodes only download the same tv show
    köket: add support for downloading videos
    urplay: fix downloading thumbernail
    viafree: dont crash on some videos
    Improve help text on -M
    tv4play: fix so all episodes work

https://svtplay-dl.se/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
yt-dlp 2021.12.25
« Antwort #1277 am: 25 Dezember, 2021, 12:10 »
A fork of the youtube-dl application with additional features, which enables you to grab videos from YouTube and a few other platforms.

The Unlicense

Changelog

Changelog:

    [dash,youtube] Download live from start to end by nao20010128nao, pukkandan
        Add option --live-from-start to enable downloading live videos from start
        Add key is_from_start in formats to identify formats (of live videos) that downloads from start
        [dash] Create protocol http_dash_segments_generator that allows a function to be passed instead of fragments
        [fragment] Allow multiple live dash formats to download simultaneously
        [youtube] Implement fragment re-fetching for the live dash formats
        [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
        [postprocessor/ffmpeg] Add FFmpegFixupDuplicateMoovPP to fixup duplicated moov atoms

        Known issues:

            Ctrl+C doesn't work on Windows when downloading multiple formats
            If video becomes private, download hangs
    [SponsorBlock] Add Filler and Highlight categories by nihil-admirari, pukkandan
        Change --sponsorblock-cut all to --sponsorblock-cut default if you do not want filler sections to be removed
    Add field webpage_url_domain
    Add interactive format selection with -f -
    Add option --file-access-retries by ehoogeveen-medweb
    [outtmpl] Add alternate forms S, D and improve id detection
    [outtmpl] Add operator & for replacement text by PilzAdam
    [EmbedSubtitle] Disable duration check temporarily
    [extractor] Add _search_nuxt_data by nao20010128nao
    [extractor] Ignore errors in comment extraction when -i is given
    [extractor] Standardize _live_title
    [FormatSort] Prevent incorrect deprecation warning
    [generic] Extract m3u8 formats from JSON-LD
    [postprocessor/ffmpeg] Always add faststart
    [utils] Fix parsing YYYYMMDD dates in Nov/Dec by wlritchi
    [utils] Improve parse_count
    [utils] Update std_headers by kikuyan, fstirlitz
    [lazy_extractors] Fix for search IEs
    [extractor] Support default implicit graph in JSON-LD by zmousm
    Allow --no-write-thumbnail to override --write-all-thumbnail
    Fix --throttled-rate
    Fix control characters being printed to --console-title
    Fix PostProcessor hooks not registered for some PPs
    Pre-process when using --flat-playlist
    Remove known invalid thumbnails from info_dict
    Add warning when using -f best
    Use parse_duration for --wait-for-video and some minor fix
    [test/download] Add more fields
    [test/download] Ignore field webpage_url_domain by std-move
    [compat] Suppress errors in enabling VT mode
    [docs] Improve manpage format by iw0nderhow, pukkandan
    [docs,cleanup] Minor fixes and cleanup
    [cleanup] Fix some typos by unit193
    [ABC:iview] Add show extractor by pabs3
    [dropout] Add extractor by TwoThousandHedgehogs, pukkandan
    [GameJolt] Add extractors by MinePlayersPE
    [gofile] Add extractor by Jertzukka, Ashish0804
    [hse] Add extractors by cypheron, pukkandan
    [NateTV] Add NateIE and NateProgramIE by Ashish0804, Hyeeji
    [OpenCast] Add extractors by bwildenhain, C0D3D3V
    [rtve] Add RTVEAudioIE by kebianizao
    [Rutube] Add RutubeChannelIE by Ashish0804
    [skeb] Add extractor by nao20010128nao
    [soundcloud] Add related tracks extractor by Lapin0t
    [toggo] Add extractor by nyuszika7h
    [TrueID] Add extractor by MinePlayersPE
    [audiomack] Update album and song VALID_URL by abdullah-if, dirkf
    [CBC Gem] Extract 1080p formats by DavidSkrundz
    [ceskatelevize] Fetch iframe from nextJS data by mkubecek
    [crackle] Look for non-DRM formats by raleeper
    [dplay] Temporary fix for discoveryplus.com/it
    [DiscoveryPlusShowBaseIE] yield actual video id by Ashish0804
    [Facebook] Handle redirect URLs
    [fujitv] Extract 1080p from tv_android m3u8 by YuenSzeHong
    [gronkh] Support new URL pattern by Sematre
    [instagram] Expand valid URL by u-spec-png
    [Instagram] Try bypassing login wall with embed page by MinePlayersPE
    [Jamendo] Fix use of _VALID_URL_RE by jaller94
    [LBRY] Support livestreams by Ashish0804, pukkandan
    [NJPWWorld] Extract formats from m3u8 by aarubui
    [NovaEmbed] update player regex by std-move
    [npr] Make SMIL extraction non-fatal by r5d
    [ntvcojp] Extract NUXT data by nao20010128nao
    [ok.ru] add mobile fallback by nao20010128nao
    [olympics] Add uploader and cleanup by u-spec-png
    [ondemandkorea] Update jw_config regex by julien-hadleyjack
    [PlutoTV] Expand _VALID_URL
    [RaiNews] Fix extractor by nixxo
    [RCTIPlusSeries] Lazy extraction and video type selection by MinePlayersPE
    [redtube] Handle formats delivered inside a JSON by dirkf, nixxo
    [SonyLiv] Add OTP login support by Ashish0804
    [Steam] Fix extractor by u-spec-png
    [TikTok] Pass cookies to mobile API by MinePlayersPE
    [trovo] Fix inheritance of TrovoChannelBaseIE
    [TVer] Extract better thumbnails by YuenSzeHong
    [vimeo] Extract chapters
    [web.archive:youtube] Improve metadata extraction by coletdjnz
    [youtube:comments] Add more options for limiting number of comments extracted by coletdjnz
    [youtube:tab] Extract more metadata from feeds/channels/playlists by coletdjnz
    [youtube:tab] Extract video thumbnails from playlist by coletdjnz, pukkandan
    [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
    [youtube] Fix ytsearchdate
    [zdf] Support videos with different ptmd location by iw0nderhow
    [zee5] Support /episodes in URL

[close]

https://github.com/yt-dlp/yt-dlp

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
yt-dlp 2021.12.27
« Antwort #1278 am: 27 Dezember, 2021, 10:10 »
Changelog

    Avoid recursion error when re-extracting info
    [ffmpeg] Fix position of --ppa
    [aria2c] Don't show progress when --no-progress
    [cookies] Support other keyrings by mbway
    [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
    [generic] Fix HTTP KVS Player by git-anony-mouse
    [ThumbnailsConvertor] Fix for when there are no thumbnails
    [docs] Add examples for using TYPES: in -P/-o
    [PixivSketch] Add extractors by nao20010128nao
    [tiktok] Add music, sticker and tag IEs by MinePlayersPE
    [BiliIntl] Fix extractor by MinePlayersPE
    [CBC] Fix URL regex
    [tiktok] Fix extractor_key used in archive
    [youtube] End live-from-start properly when stream ends with 403
    [Zee5] Fix VALID_URL for tv-shows by Ashish0804

[close]

https://github.com/yt-dlp/yt-dlp

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
ChrisPC Free VideoTube Downloader 14.21.1229
« Antwort #1279 am: 29 Dezember, 2021, 18:40 »
ChrisPC Free YouTube Downloader Converter is a powerful software with a friendly user interface that allows you to download videos and playlists from YouTube, videos from Dailymotion, Vimeo, Veoh, MyVideo.de, Flickr, Metacafe, Blip.tv, LiveLeak, Break, Trilulilu.ro, 220.ro, Tare.ro, Adult sites and many more video websites. Once the videos are downloaded, you can convert them to formats compatible with iPad, iPhone, iPod, MPEG-4 H.264, MP3, AC3. The software lets you select the video download quality for each YouTube video or for all at once. You can choose between: MP4 H.264, WebM Vp8, FLV H.264, 3GP video formats and 1080p HD, 720p HD, 480p, 360p, 270p, 240p, 144p video qualities.

Freeware

Whats new:>>

    Improved detection and download for large YouTube playlists.
    Improved MPD video detection and download.
    Other fixes and improvements.
    Note: In case Link Finder Expert does not detect MPDs or not playing videos, for registred users there is a beta version. If you want to try it, check our forum

https://www.videoyoutubedownloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
3D Youtube Downloader 1.19.12
« Antwort #1280 am: 03 Januar, 2022, 19:20 »
3D YouTube Downloader searches and downloads a variety of media from YouTube, Vimeo, Dailymotion, Liveleak and many other sites for playing outside the browser or offline viewing. The program even downloads subtitles and 3D video from Youtube and Dailymotion. High speed download is available with multipart downloads and HTTP compression, as well as proxy support to help circumvent network restrictions.

Freeware

Whats new:>>

few fixes for Youtube

https://yd.3dyd.com/home

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Youtube Downloader & Splitter 3.12b
« Antwort #1281 am: 07 Januar, 2022, 21:10 »
This minimalist YouTube desktop downloader comes equipped with a series of features whose scope pertains to conversion and splitting.

License: GPLv3

Whats new:>>

    Minor bugfixes
    Video From Audio
    Ffmpeg updated

https://sourceforge.net/projects/youtube-downloader-splitter/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
ChrisPC Free VideoTube Downloader 14.22.0114
« Antwort #1282 am: 14 Januar, 2022, 20:10 »
Whats new:>>

Improved detection for videos from 7Plus, MediasetPlay, TVNow, TVNZ, UKTV Play, Channel5, Channel4, RTEPlayer, CMore, Viaplay, Joyn, Roku, Shahid.net, NPOStart, Movistarplus, Vdocipher, Discovery using Link Finder Expert.
Link Finder engine has been updated to support more HTML5 websites and new Javascript version.
Improved MPD multiple audio stream detection.
Improved M3U8 video detection and download.
Other fixes and improvements.

https://www.videoyoutubedownloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Vividl 0.6.0
« Antwort #1283 am: 19 Januar, 2022, 19:50 »
A program that you can use to download videos from the internet to one of nine formats, supporting various websites including YouTube.

BSD License

Whats new:>>

    New: Smart Automation mode: Auto-import & download URLs from clipboard
    New: Add option for CUDA-supported FFmpeg conversion.
    New: Add thumbnails to mp3 conversion downloads (with "Add metadata to files" setting).
    New: Minor UI tweaks (e.g. in main menu & tool bar)
    New: Allow setting custom downloader arguments.
    Changed: Switch from youtube-dl to yt-dlp as default download engine (faster download speed).
    Fixed: Crash with invalid URLs in fetch window.

https://sourceforge.net/projects/vividl/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Free Music & Video Downloader 2.68
« Antwort #1284 am: 19 Januar, 2022, 22:40 »
Free Music Downloader is a Windows application designed to help you download and save audio streams to your computer from last.fm, aupeo.com, and vkontakte.ru.

Freeware

Whats new: >>

VKontakte and MP3Clan working again, Arte improved, Menu option "Select My Favorites" added

http://www.the-sz.com/products/lacey/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
ChrisPC Free VideoTube Downloader 14.22.0120
« Antwort #1285 am: 20 Januar, 2022, 20:10 »
Whats new:>>

    Improved detection and download for large YouTube playlists.
    Improved MPD video detection and download.
    Other fixes and improvements.

https://www.videoyoutubedownloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
yt-dlp 2022.01.21
« Antwort #1286 am: 21 Januar, 2022, 18:40 »
Changelog

    Add option --concat-playlist to concat videos in a playlist
    Allow multiple and nested configuration files
    Add more post-processing stages (after_video, playlist)
    Allow --exec to be run at any post-processing stage (Deprecates --exec-before-download)
    Allow --print to be run at any post-processing stage
    Allow listing formats, thumbnails, subtitles using --print by pukkandan, Zirro
    Add fields video_autonumber, modified_date, modified_timestamp, playlist_count, channel_follower_count
    Add key requested_downloads in the root info_dict
    Write download_archive only after all formats are downloaded
    [FfmpegMetadata] Allow setting metadata of individual streams using meta<n>_ prefix
    Add option --legacy-server-connect by xtkoba
    Allow escaped , in --extractor-args
    Allow unicode characters in info.json
    Check for existing thumbnail/subtitle in final directory
    Don't treat empty containers as None in sanitize_info
    Fix -s --ignore-no-formats --force-write-archive
    Fix live title for multiple formats
    List playlist thumbnails in --list-thumbnails
    Raise error if subtitle download fails
    [cookies] Fix bug when keyring is unspecified
    [ffmpeg] Ignore unknown streams, standardize use of -map 0
    [outtmpl] Alternate form for D and fix suffix's case
    [utils] Add Sec-Fetch-Mode to std_headers
    [utils] Fix format_bytes output for Bytes by pukkandan, mdawar
    [utils] Handle ss:xxx in parse_duration
    [utils] Improve parsing for nested HTML elements by zmousm, pukkandan
    [utils] Use key None in traverse_obj to return as-is
    [extractor] Detect more subtitle codecs in MPD manifests by fstirlitz
    [extractor] Extract chapters from JSON-LD by iw0nderhow, pukkandan
    [extractor] Extract thumbnails from JSON-LD by nixxo
    [extractor] Improve url_result and related
    [generic] Improve KVS player extraction by trassshhub
    [build] Reduce dependency on third party workflows
    [extractor,cleanup] Use _search_nextjs_data, format_field
    [cleanup] Minor fixes and cleanup
    [docs] Improvements
    [test] Fix TestVerboseOutput
    [afreecatv] Add livestreams extractor by wlritchi
    [callin] Add extractor by foghawk
    [CrowdBunker] Add extractors by Ashish0804
    [daftsex] Add extractors by k3ns1n
    [digitalconcerthall] Add extractor by teridon
    [Drooble] Add extractor by u-spec-png
    [EuropeanTour] Add extractor by Ashish0804
    [iq.com] Add extractors by MinePlayersPE
    [KelbyOne] Add extractor by Ashish0804
    [LnkIE] Add extractor by Ashish0804
    [MainStreaming] Add extractor by coletdjnz
    [megatvcom] Add extractors by zmousm
    [Newsy] Add extractor by Ashish0804
    [noodlemagazine] Add extractor by trassshhub
    [PokerGo] Add extractors by Ashish0804
    [Pornez] Add extractor by mozlima
    [PRX] Add Extractors by coletdjnz
    [RTNews] Add extractor by Ashish0804
    [Rule34video] Add extractor by trassshhub
    [tvopengr] Add extractors by zmousm
    [Vimm] Add extractor by alerikaisattera
    [glomex] Add extractors by zmousm
    [instagram] Add story/highlight extractor by u-spec-png
    [openrec] Add movie extractor by Lesmiscore
    [rai] Add Raiplaysound extractors by nixxo, pukkandan
    [aparat] Fix extractor
    [ard] Extract subtitles by fstirlitz
    [BiliIntl] Add login by MinePlayersPE
    [CeskaTelevize] Use http for manifests
    [CTVNewsIE] Add fallback for video search by Ashish0804
    [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus by timendum
    [dplay] Re-structure DiscoveryPlus extractors
    [Dropbox] Support password protected files and more formats by zenerdi0de
    [facebook] Fix extraction from groups
    [facebook] Improve title and uploader extraction
    [facebook] Parse dash manifests
    [fox] Extract m3u8 from preview by ischmidt20
    [funk] Support origin URLs
    [gfycat] Fix uploader
    [gfycat] Support embeds by coletdjnz
    [hotstar] Add extractor args to ignore tags by Ashish0804
    [hrfernsehen] Fix ardloader extraction by CreaValix
    [instagram] Fix username extraction for stories and highlights by nyuszika7h
    [kakao] Detect geo-restriction
    [line] Remove tv.line.me by sian1468
    [mixch] Add MixchArchiveIE by Lesmiscore
    [mixcloud] Detect restrictions by llacb47
    [NBCSports] Fix extraction of platform URLs by ischmidt20
    [Nexx] Extract more metadata by MinePlayersPE
    [Nexx] Support 3q CDN by MinePlayersPE
    [pbs] de-prioritize AD formats
    [PornHub,YouTube] Refresh onion addresses by unit193
    [RedBullTV] Parse subtitles from manifest by Ashish0804
    [streamcz] Fix extractor by arkamar, pukkandan
    [Ted] Rewrite extractor by pukkandan, trassshhub
    [Theta] Fix valid URL by alerikaisattera
    [ThisOldHouseIE] Add support for premium videos by Ashish0804
    [TikTok] Fix extraction for sigi-based webpages, add API fallback by MinePlayersPE
    [TikTok] Pass cookies to formats, and misc fixes by MinePlayersPE
    [TikTok] Extract captions, user thumbnail by MinePlayersPE
    [TikTok] Change app version by MinePlayersPE, llacb47
    [TVer] Extract message for unaired live by Lesmiscore
    [twitcasting] Refactor extractor by Lesmiscore
    [twitter] Fix video in quoted tweets
    [veoh] Improve extractor by foghawk
    [vk] Capture clip URLs
    [vk] Fix VKUserVideosIE by Ashish0804
    [vk] Improve _VALID_URL by k3ns1n
    [VrtNU] Handle empty title by pgaig
    [XVideos] Check HLS formats by MinePlayersPE
    [yahoo:gyao] Improved playlist handling by hyano
    [youtube:tab] Extract more playlist metadata by coletdjnz, pukkandan
    [youtube:tab] Raise error on tab redirect by krichbanana, coletdjnz
    [youtube] Update Innertube clients by coletdjnz
    [youtube] Detect live-stream embeds
    [youtube] Do not return upload_date for playlists
    [youtube] Extract channel subscriber count by coletdjnz
    [youtube] Make invalid storyboard URL non-fatal
    [youtube] Enforce UTC, update innertube clients and tests by coletdjnz
    [zdf] Add chapter extraction by iw0nderhow
    [zee5] Add geo-bypass

[close]

https://github.com/yt-dlp/yt-dlp

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
ChrisPC Free VideoTube Downloader 14.22.0126
« Antwort #1287 am: 26 Januar, 2022, 22:33 »
Whats new:>>

    Improved detection for videos from tv3.ee, Zee5, iwantTFC, CTV, Noovo, GlobalTV using Link Finder Expert.
    Improved MPD and M3U8 video detection and download.
    Other fixes and improvements.

https://www.videoyoutubedownloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Free Music & Video Downloader 2.69
« Antwort #1288 am: 27 Januar, 2022, 22:50 »
Free Music Downloader is a Windows application designed to help you download and save audio streams to your computer from last.fm, aupeo.com, and vkontakte.ru.

Freeware

Whats new: >>

Youtube working again

http://www.the-sz.com/products/lacey/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Youtube Downloader HD 4.3
« Antwort #1289 am: 03 Februar, 2022, 10:40 »
Youtube Downloader HD saves videos to your computer for playing outside a browser or offline viewing. The videos can be downloaded in Flash video format (FLV) or, where available, MP4 formats (playable by iPhone, iPod etc.). The program can also convert files to Xvid format, compatible with most video players.

Functionality is limited to YouTube. Although there is no batch download, multiple instances can be opened concurrently in order to simultaneously download multiple videos.

Freeware

Whats new:>>

Bug fix for error "Can't retrieve youtube video. Try another resolution"

http://www.youtubedownloaderhd.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )