Skip to content

Commit

Permalink
Bump 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 7, 2023
1 parent f8239dc commit 760d7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions minet/__version__.py
Original file line number Diff line number Diff line change
@@ -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__)
1 change: 0 additions & 1 deletion minet/youtube/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 760d7a3

Please sign in to comment.