mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
@@ -30,7 +30,7 @@ For example, GuessIt can do the following:
|
|||||||
"type": "episode"
|
"type": "episode"
|
||||||
}
|
}
|
||||||
|
|
||||||
More information are available at [guessit.io](http://guessit.io/).
|
More information is available at [guessit-io.github.io/guessit](https://guessit-io.github.io/guessit).
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
doc.guessit.io
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
site_name: GuessIt
|
site_name: GuessIt
|
||||||
|
|
||||||
site_url: https://guessit.io
|
site_url: https://guessit-io.github.io/guessit
|
||||||
site_description: GuessIt is a python library that extracts as much information as possible from a video filename.
|
site_description: GuessIt is a python library that extracts as much information as possible from a video filename.
|
||||||
site_author: Rémi Alvergnat <toilal.dev@gmail.com>
|
site_author: Rémi Alvergnat <toilal.dev@gmail.com>
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -54,7 +54,7 @@ args = dict(name='guessit',
|
|||||||
keywords='python library release parser name filename movies series episodes animes',
|
keywords='python library release parser name filename movies series episodes animes',
|
||||||
author='Rémi Alvergnat',
|
author='Rémi Alvergnat',
|
||||||
author_email='toilal.dev@gmail.com',
|
author_email='toilal.dev@gmail.com',
|
||||||
url='https://guessit.io',
|
url='https://guessit-io.github.io/guessit',
|
||||||
download_url='https://pypi.python.org/packages/source/g/guessit/guessit-%s.tar.gz' % version,
|
download_url='https://pypi.python.org/packages/source/g/guessit/guessit-%s.tar.gz' % version,
|
||||||
license='LGPLv3',
|
license='LGPLv3',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user