Skip to content

Commit

Permalink
Longer String for the video file url
Browse files Browse the repository at this point in the history
  • Loading branch information
percidae committed Dec 29, 2023
1 parent 7bbc005 commit 2955b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class Talk(BasisModell):
persons = models.ManyToManyField(Speaker, through = "Talk_Persons", default = None, blank = True) #through="Talk_Persons"
#pad_id = models.CharField(max_length = 30, default = "", blank = True)
link_to_writable_pad = MaybeURLField(default = "", blank = True)
link_to_video_file = models.URLField(max_length = 200, default = "", blank = True) # use for trint and upload to c3subtitels YT
link_to_video_file = models.URLField(max_length = 220, default = "", blank = True) # use for trint and upload to c3subtitels YT
amara_key = models.CharField(max_length = 20, default = "", blank = True)
c3subtitles_youtube_key = models.CharField(max_length = 20, blank = True)
video_duration = models.TimeField(default=time(0), blank=True)
Expand Down

0 comments on commit 2955b1c

Please # to comment.