You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

iman

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iman - pypi Package Compare versions

Comparing version
1.0.25
to
1.0.26
+1
-1
iman.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: iman
Version: 1.0.25
Version: 1.0.26
Summary: Python package for daily Tasks

@@ -5,0 +5,0 @@ Author: Iman Sarraf

@@ -74,2 +74,3 @@ import yt_dlp

}
ydl_opts['cookiefile'] = "cookies.txt"
try:

@@ -88,2 +89,3 @@ with yt_dlp.YoutubeDL(ydl_opts) as ydl:

}
ydl_opts['cookiefile'] = "cookies.txt"
try:

@@ -99,7 +101,3 @@ with yt_dlp.YoutubeDL(ydl_opts) as ydl:

def dl(url):
print("Search YT Cookies..")
xx= get_youtube_cookies()
print("Save YT Cookies..")
if (xx):
save_cookies_to_netscape_format(xx)
print("Get Available Formats...")

@@ -111,1 +109,10 @@ list_formats(url)

print(result)
try:
print("Search YT Cookies..")
xx= get_youtube_cookies()
print("Save YT Cookies..")
if (xx):
save_cookies_to_netscape_format(xx)
except:
print("Error: We need cookies.txt")
Metadata-Version: 2.1
Name: iman
Version: 1.0.25
Version: 1.0.26
Summary: Python package for daily Tasks

@@ -5,0 +5,0 @@ Author: Iman Sarraf

@@ -11,3 +11,3 @@ import os

name="iman",
version='1.0.25',
version='1.0.26',
author="Iman Sarraf",

@@ -14,0 +14,0 @@ author_email="imansarraf@gmail.com",