mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Merge 8355507ab4
into 0c24eed73a
This commit is contained in:
commit
e583059833
1 changed files with 1 additions and 1 deletions
|
@ -4259,7 +4259,7 @@ def updateSelf(downloader, filename):
|
|||
|
||||
try:
|
||||
try:
|
||||
urlh = urllib.urlopen(UPDATE_URL)
|
||||
urlh = urllib2.urlopen(UPDATE_URL)
|
||||
newcontent = urlh.read()
|
||||
|
||||
vmatch = re.search("__version__ = '([^']+)'", newcontent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue