add video title command
This commit is contained in:
parent
da612c58c4
commit
4d82163b41
6 changed files with 80 additions and 8 deletions
|
|
@ -21,11 +21,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
from .cap import ICap
|
||||
|
||||
class ICapVideoProvider(ICap):
|
||||
#def can_handle_url(self, url):
|
||||
#raise NotImplementedError()
|
||||
|
||||
def iter_page_urls(self, mozaic_url):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_video_title(self, page_url):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_video_url(self, page_url):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue