Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i specify years for movies and TV to be downloaded? #1

Open
mosood opened this issue Aug 4, 2020 · 2 comments
Open

How do i specify years for movies and TV to be downloaded? #1

mosood opened this issue Aug 4, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mosood
Copy link

mosood commented Aug 4, 2020

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

@silence48
Copy link
Owner

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.

@silence48 silence48 added the enhancement New feature or request label Dec 10, 2020
@silence48 silence48 self-assigned this Dec 10, 2020
@mosood
Copy link
Author

mosood commented Dec 10, 2020

Thank you and i appreciate the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants