summaryrefslogtreecommitdiffstats
path: root/lps_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lps_gen.py')
-rw-r--r--lps_gen.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lps_gen.py b/lps_gen.py
index 0c72f54..23da7b9 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -443,6 +443,10 @@ class LPSRenderer(Renderer):
# Room
lps_dict[self.last_day][self.last_time_slot][
self.last_session]['room'] = text
+ self.no_paragraph = self.no_paragraph + 1
+ elif self.no_paragraph == 2:
+ lps_dict[self.last_day][self.last_time_slot][
+ self.last_session]['video'] = self._process_video(text)
# Initialize description
lps_dict[self.last_day][self.last_time_slot][
self.last_session]['desc'] = []