- Thread starter
- Moderator
- #181
Re: SubtitleDownloader 2.2
You are correct, but I don't think there is not that many sites that support hash feature. That's why it is not part of the ISubtitleDownloader interface. Of course you can make your own implementation like you described to support hash search.
Good library, much appreciated!
The one thing i noticed was lacking is support for a hash based query, as far as i see it just means subclassing SubtitleSearchQuery and adding a file path property, then each capable ISubtitleDownloader could support this search.
I thought about adding this support myself, but i couldn't find this project under source control.. are you the only active developer? im sure other people would like to pitch in.
You are correct, but I don't think there is not that many sites that support hash feature. That's why it is not part of the ISubtitleDownloader interface. Of course you can make your own implementation like you described to support hash search.