You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently does not have this feature. The function you are referencing is just initializing the class. Would have to add a filter in the tools section, I will change this to a feature request and try to get it updated.
def init(self, title, url, year=??None??, resolution=None, language=None):
self.title = title.strip()
self.url = url
self.year = year
self.resolution = resolution
self.language = language
The text was updated successfully, but these errors were encountered: