Skip to content

Commit

Permalink
do not overwrite 'video'
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Mar 6, 2025
1 parent e4ba165 commit 5878e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Here video information was guessed based on the name of the video, you can acces

Video information is guessed using the path, not only the file name. This helps guessing episodes such as:

>>> video = Video.fromname('Mrs.America/01x01.mp4')
>>> video
>>> episode = Video.fromname('Mrs.America/01x01.mp4')
>>> episode
<Episode [Mrs America s01e01]>

Configuration
Expand Down

0 comments on commit 5878e4f

Please sign in to comment.