Skip to content

Commit

Permalink
archave
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Aug 3, 2024
1 parent 741e7aa commit 1fdfcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj/main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class Episode(models.Model):
help_text = "URL of page video is hosted")
public_url = models.CharField(max_length=335, null=True,blank=True,
help_text = "URL public should use (like pvo or some aggregator")
archave_ogv_url = models.CharField(max_length=355, null=True,blank=True,
archive_ogv_url = models.CharField(max_length=355, null=True,blank=True,
help_text = "URL public can use to dl an ogv (like archive.org")
archive_url = models.CharField(max_length=355, null=True,blank=True,
help_text = "not sure.. deprecated?")
Expand Down

0 comments on commit 1fdfcc3

Please sign in to comment.