v0.3.1
This commit is contained in:
		
							parent
							
								
									6751a47171
								
							
						
					
					
						commit
						dec09fa48a
					
				
							
								
								
									
										4
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										4
									
								
								setup.py
								
								
								
								
							|  | @ -24,10 +24,10 @@ def get_test_suite(): | ||||||
| 
 | 
 | ||||||
| setuptools.setup( | setuptools.setup( | ||||||
|     name="youtube_transcript_api", |     name="youtube_transcript_api", | ||||||
|     version="0.3.0", |     version="0.3.1", | ||||||
|     author="Jonas Depoix", |     author="Jonas Depoix", | ||||||
|     author_email="jonas.depoix@web.de", |     author_email="jonas.depoix@web.de", | ||||||
|     description="This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!", |     description="This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!", | ||||||
|     long_description=get_long_description(), |     long_description=get_long_description(), | ||||||
|     long_description_content_type="text/markdown", |     long_description_content_type="text/markdown", | ||||||
|     keywords="youtube-api subtitles youtube transcripts transcript subtitle youtube-subtitles youtube-transcripts cli", |     keywords="youtube-api subtitles youtube transcripts transcript subtitle youtube-subtitles youtube-transcripts cli", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue