about summary refs log tree commit diff
path: root/youtube_dl/update.py
Commit message (Collapse)AuthorAgeFilesLines
* [update] Fix updating via symlinks (closes #23991)Sergey M․2020-02-081-1/+4
|
* [update] Hide update URLs behind redirectSergey M․2019-03-171-1/+1
|
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* Revert "Respect --prefer-insecure while updating (closes #15497)"Sergey M․2018-02-271-9/+4
| | | | This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8.
* Respect --prefer-insecure while updating (closes #15497)Sergey M․2018-02-181-4/+9
|
* [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)Sergey M․2016-05-221-6/+3
|
* [refactor] Single quotes consistencySergey M․2016-02-141-4/+4
|
* [update] fix (unexploitable) BB'06 vulnerability in rsa_verifyFilippo Valsorda2016-01-211-24/+8
| | | | | | | | | | The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge signatures for arbitrary messages if and only if the public key exponent is 3. Since the updates key is hardcoded to 65537, there is no risk for youtube-dl, but I don't want vulnerable code in the wild. The new function adopts a way safer approach of encoding-and-comparing to replace the dangerous parsing code.
* Use proper encoding on compat_str construction when necessarySergey M․2015-12-201-8/+8
|
* Removing an unnecessary importDavid Ben Zakai2015-11-151-4/+1
|
* Adding proxy to update procedureDavid Ben Zakai2015-11-101-5/+2
|
* update: Use https for getting the version info (fixes #5909)Jaime Marquínez Ferrándiz2015-06-071-1/+1
|
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-2/+2
| | | | They catch any exception, including KeyboardInterrupt, we don't want to catch it.
* Add new option --source-addressPhilipp Hagemeister2015-01-101-1/+1
| | | | Closes #3618, fixes #721, fixes #2481, fixes #4551, closes #1020.
* [update] Use utils HTTPS handler (Fixes #4666)Philipp Hagemeister2015-01-091-4/+8
| | | | On FreeBSD, the default HTTPS handler is missing certificates, so use our own.
* Fix PEP8 issue E713Jaime Marquínez Ferrándiz2014-12-091-1/+1
|
* [update] Remove useless importPhilipp Hagemeister2014-11-261-1/+0
|
* [update] ModernizePhilipp Hagemeister2014-11-261-35/+32
|
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-14/+31
|
* Clarify update output (Fixes #2205)Philipp Hagemeister2014-01-231-1/+1
| | | | No, we are not intentionally hiding the version number. Why would we?
* [update] fix errorPhilipp Hagemeister2013-11-241-1/+1
|
* [update] Check if version from repository is newer before updatingPhilipp Hagemeister2013-11-221-0/+8
| | | | Closes #1704
* [update] do not assign to unused variablesPhilipp Hagemeister2013-11-221-5/+5
|
* Remove * importsPhilipp Hagemeister2013-11-171-1/+5
|
* [update] Prevent cmd window popup on Windows (Fixes #1478)Philipp Hagemeister2013-09-291-10/+15
|
* [update] Look for .exe extension on Windows (Fixes #745)Philipp Hagemeister2013-09-291-2/+8
|
* [update] Add package manager to error message (#959)Philipp Hagemeister2013-07-011-1/+1
|
* Fix print_notesPhilipp Hagemeister2013-04-281-2/+6
|
* Change rg3.github.com to rg3.github.io almost everywhereRicardo Garcia2013-04-061-1/+1
|
* Fix typoPhilipp Hagemeister2013-02-251-1/+1
|
* Print *all* release notesPhilipp Hagemeister2013-02-221-4/+12
|
* moved updating code to update.pyFilippo Valsorda2012-12-301-0/+160