diff --git a/minet/__version__.py b/minet/__version__.py index 44674c61a2..1e65203dd9 100644 --- a/minet/__version__.py +++ b/minet/__version__.py @@ -1,3 +1,3 @@ -__version__ = "1.1.4" -__published__ = "2023-11-06" +__version__ = "1.1.5" +__published__ = "2023-11-07" __identifier__ = "%s (%s)" % (__version__, __published__) diff --git a/minet/youtube/scraper.py b/minet/youtube/scraper.py index fbc3e64f44..bf892a2cb3 100644 --- a/minet/youtube/scraper.py +++ b/minet/youtube/scraper.py @@ -101,7 +101,6 @@ def get_video_captions( captions = [] for item in soup.select("text"): - # NOTE: sometimes duration is absent. I don't really # know what is the best solution there (merging with # previous item?). So for now, we default duration to 0.