Downloads:
2,905
Downloads of v 2020.09.12:
110
Last Update:
07 Nov 2020
Package Maintainer(s):
Software Author(s):
- Ricardo Garcia
- Tom-Oliver Heidel
- and others
Tags:
youtube-dl fork cli foss cross-platform video multimedia ffmpeg youtube download- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
youtube-dlc
This is not the latest version of youtube-dlc available.
- 1
- 2
- 3
2020.09.12 | Updated: 07 Nov 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,905
Downloads of v 2020.09.12:
110
Maintainer(s):
Software Author(s):
- Ricardo Garcia
- Tom-Oliver Heidel
- and others
youtube-dlc 2020.09.12
This is not the latest version of youtube-dlc available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ricardo Garcia, Tom-Oliver Heidel, and others. The inclusion of Ricardo Garcia, Tom-Oliver Heidel, and others trademark(s), if any, upon this webpage is solely to identify Ricardo Garcia, Tom-Oliver Heidel, and others goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install youtube-dlc, run the following command from the command line or from PowerShell:
To upgrade youtube-dlc, run the following command from the command line or from PowerShell:
To uninstall youtube-dlc, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download youtube-dlc --internalize --version=2020.09.12 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade youtube-dlc -y --source="'INTERNAL REPO URL'" --version="'2020.09.12'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade youtube-dlc -y --source="'INTERNAL REPO URL'" --version="'2020.09.12'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install youtube-dlc
win_chocolatey:
name: youtube-dlc
version: '2020.09.12'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'youtube-dlc' do
action :install
source 'INTERNAL REPO URL'
version '2020.09.12'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller youtube-dlc
{
Name = "youtube-dlc"
Version = "2020.09.12"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'youtube-dlc':
ensure => '2020.09.12',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 03 Dec 2020.
youtube-dlc is a community maintained fork of the original youtube-dl small command-line program to download videos from YouTube.com and a few more sites. It is written in Python and it's not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.
Notes
- Optional dependency package: ffmpeg (for stream extraction and conversion support)
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/blackjack4494/youtube-dlc/releases/2020.09.12, and download from there.
x86_64: https://github.com/blackjack4494/youtube-dlc/releases/download/2020.09.12/youtube-dlc.exe
to download the zip files. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 6b0885656dedd10beef5b28d610a18e3679f0376aba0961dc55cc794da21964da2740ef0bb6d2439c52e3a6d0505ef4ede00fbf4ca340b560ba96e9d5573a8ff
File 'LICENSE.txt' obtained from:
https://github.com/blackjack4494/youtube-dlc/2020.09.12/LICENSE
md5: 33732EE87867D35099F777C8352A2046 | sha1: 16BCC5E429742FB12536142E1671CCBBAB500A05 | sha256: 49C8FBE2DE5D8D780839998EA9A2664CD4711069A4B076EAF30EEF621DB2E91C | sha512: 6B0885656DEDD10BEEF5B28D610A18E3679F0376ABA0961DC55CC794DA21964DA2740EF0BB6D2439C52E3A6D0505EF4EDE00FBF4CA340B560BA96E9D5573A8FF
Log in or click on link to see number of positives.
- youtube-dlc.2020.09.12.nupkg (a99d0c094af5) - ## / 67
- youtube-dlc.exe (49c8fbe2de5d) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
YouTube DL - Community Edition 2020.11.11.3 | 1207 | Thursday, December 10, 2020 | Approved | |
YouTube DL - Community Edition 2020.11.07 | 121 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.10.31 | 110 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.10.26 | 104 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.10.24.6 | 105 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.10.09 | 117 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.09.30 | 112 | Tuesday, December 8, 2020 | Approved | |
YouTube DL - Community Edition 2020.09.23.2 | 122 | Tuesday, December 8, 2020 | Approved | |
youtube-dlc 2020.09.16 | 155 | Saturday, November 7, 2020 | Approved | |
youtube-dlc 2020.09.13 | 113 | Saturday, November 7, 2020 | Approved | |
youtube-dlc 2020.09.12 | 110 | Saturday, November 7, 2020 | Approved | |
youtube-dlc 2020.09.06 | 103 | Saturday, November 7, 2020 | Approved | |
youtube-dlc 2020.09.03.1 | 109 | Saturday, November 7, 2020 | Approved | |
youtube-dlc 2020.09.03 | 192 | Thursday, October 15, 2020 | Approved | |
youtube-dlc 2020.09.01-rc1 | 125 | Wednesday, October 14, 2020 | Exempted |
Copyright © 2006-2020 Ricardo Garcia Gonzalez; Copyright © 2020 Tom-Oliver Heidel
Sooo many merges and fixes.
~~Note: No XP support yet!
Very sorry guys. But next point on To-Do list will be full automatic release (this includes building for XP) hope you can wait until now and compile it yourself in the meantime~~
Edit XP Support is here: youtube-dlc.exe. However note that this is an experimental binary until more feedback is received! For your regular EXE look at the bottom.
update to youtube-dl master - release 2020.09.06 https://github.com/blackjack4494/youtube-dlc/pull/52
[wdr] subtitle extraction fix https://github.com/blackjack4494/youtube-dlc/pull/29 @mrtnmtth
[ard.py] add playlist support https://github.com/blackjack4494/youtube-dlc/pull/57 @martin54
[magentamusik360] Add new extractor https://github.com/blackjack4494/youtube-dlc/pull/59 @adrianheine
[rutv] Fix JSON URL (closes #26333) https://github.com/blackjack4494/youtube-dlc/pull/15 @adrianheine
[gdrive] Fix/google drive cookie issue https://github.com/blackjack4494/youtube-dlc/pull/68 @legraphista
[vrt] extraction fix https://github.com/blackjack4494/youtube-dlc/pull/63 @JensTimmerman
[rai] Fix extraction for recent raiplay.it updates https://github.com/blackjack4494/youtube-dlc/pull/18 @iamleot
[Viki] subtitles, formats https://github.com/blackjack4494/youtube-dlc/pull/69 @blackjack4494 (hey that's me)
[MyVideoGe] add new extractor https://github.com/blackjack4494/youtube-dlc/pull/17 @fonkap
[mailru] extraction fix https://github.com/blackjack4494/youtube-dlc/pull/70 @nixxo
[rtl.nl] url pattern https://github.com/blackjack4494/youtube-dlc/pull/71 @ddland
[bitchute] Fix error for geoblocking https://github.com/blackjack4494/youtube-dlc/pull/72 @adrianheine
[Alura] new extractor https://github.com/blackjack4494/youtube-dlc/pull/21 @hugohaa
[duboku] new extractor https://github.com/blackjack4494/youtube-dlc/pull/73 @lkho
[Tiktok] partially fix extractor https://github.com/blackjack4494/youtube-dlc/pull/62 @skyme5
The binaries uploaded on GitHub were compiled with
Ubuntu 16.04 (WSL) running Python 3.7.8 (64Bit) and GNU Make 4.1
Windows 10 running Python 3.8.5 (64Bit) and PyInstaller 4.0
-
- vcredist2010 (≥ 10.0.40219.2)
Ground Rules:
- This discussion is only about youtube-dlc and the youtube-dlc package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or youtube-dlc, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.