Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
Unused now the url comes from the api
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsoft committed Apr 2, 2017
1 parent c485ffc commit 515024a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/data/models/Catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ def __init__(self, title, duration, index, course_name, author_handle, module_na
self.duration = duration
self.title = title

def get_url(self, username, quality="1024x768mp4"):
return "http://www.pluralsight.com/metadata/live/users/{username}/" \
"viewclip/{courseName}/{authorHandle}/{moduleName}/{clipIndex}" \
"/{quality}".format(username=username, courseName=self.course_name, authorHandle=self.author_handle,
moduleName=self.module_name, clipIndex=self.index, quality=quality)


class Catalogue:
def __init__(self, database_path):
Expand Down

0 comments on commit 515024a

Please sign in to comment.