Jonas Depoix
|
936ef3c1d0
|
added list-transcripts param to cli
|
2019-12-30 17:40:32 +01:00 |
Jonas Depoix
|
f8416ab004
|
added new params to cli to make new features accessible using the cli
|
2019-12-30 17:36:48 +01:00 |
Jonas Depoix
|
4b75a47a74
|
get_transcripts now returns a list of exceptions instead of video ids of failed videos
|
2019-12-30 16:13:18 +01:00 |
Jonas Depoix
|
66d02c08a1
|
added tests for new public api method
|
2019-12-30 15:34:35 +01:00 |
Jonas Depoix
|
1bc5087575
|
added public list_transcripts method
|
2019-12-30 15:20:47 +01:00 |
Jonas Depoix
|
8287d1088e
|
fixed bug where nontranslatable transcripts would throw an exception
|
2019-12-30 14:38:27 +01:00 |
Jonas Depoix
|
f1e4754ca4
|
added check if any transcripts are actually available
|
2019-12-20 16:28:35 +01:00 |
Jonas Depoix
|
20612ea7a3
|
improved tostring methods
|
2019-12-16 17:08:14 +01:00 |
Jonas Depoix
|
409141ab51
|
added translate feature; added iterator to TranscriptList
|
2019-12-16 16:58:26 +01:00 |
jdepoix
|
a1b1e001fe
|
Merge pull request #37 from danielcliu/bugfix/ISSUE-35
Bugfix/issue 35
|
2019-12-16 16:29:25 +01:00 |
Jonas Depoix
|
41300585a1
|
fixed bug where undesirable results where returned if the desired language was only available as generated transcript
|
2019-12-13 11:15:32 +01:00 |
Jonas Depoix
|
c2c49c3c17
|
fixed bug; added doctstrings for public methods
|
2019-12-11 11:42:14 +01:00 |
Jonas Depoix
|
df417be915
|
refactored the way transcript information is retrieved and thereby improved error messages
|
2019-12-08 14:40:57 +01:00 |
danielcliu
|
54ef72fafd
|
Improve Name regex to use 1 group, find first &
|
2019-11-11 19:58:12 -08:00 |
danielcliu
|
d224b02a80
|
Languages argument defaults to a tuple instead of a list.
|
2019-11-10 22:44:24 -08:00 |
danielcliu
|
c7cb3117be
|
Removed unnecessary language variables, sort split matches by len while ignoring name arguement
|
2019-11-06 21:20:51 -08:00 |
danielcliu
|
7ac7d3266b
|
Changed youtubeWWW1.html.static's name
|
2019-11-06 21:19:24 -08:00 |
danielcliu
|
db7b8524dc
|
Removed another f-string instance
|
2019-10-22 21:03:41 -07:00 |
danielcliu
|
630b33f3b8
|
Removed fstrings to make compatable with python 3.5 and lower
|
2019-10-22 20:37:46 -07:00 |
danielcliu
|
d8b5208824
|
Modified README
|
2019-10-21 22:38:17 -07:00 |
danielcliu
|
8fb9e75ba1
|
Formatted list comprehension for readability
|
2019-10-21 22:21:32 -07:00 |
danielcliu
|
de1ddf0824
|
Implemented code to more thoroughly find a lanuages captions
|
2019-10-16 22:01:30 -07:00 |
Jonas Depoix
|
eee2b9ad01
|
v0.1.9
|
2019-10-09 13:30:34 +02:00 |
jdepoix
|
8280e19c29
|
Merge pull request #32 from jdepoix/bugfix/ISSUE-29
adjusted to changes in YouTube webclient
|
2019-10-09 13:30:09 +02:00 |
Jonas Depoix
|
3d199e1b66
|
updated test assets to new youtube format
|
2019-10-09 13:27:51 +02:00 |
Jonas Depoix
|
5d0e407f89
|
adjusted to changes in YouTube webclient
|
2019-10-09 13:21:30 +02:00 |
Jonas Depoix
|
ee4741d77a
|
v0.1.8
|
2019-10-07 18:52:42 +02:00 |
jdepoix
|
8c2ce71765
|
Merge pull request #28 from jdepoix/bugfix/ISSUE-27
adjusted to changes in YouTube webclient
|
2019-10-07 18:49:46 +02:00 |
Jonas Depoix
|
e2e1567785
|
adjusted to changes in YouTube webclient
|
2019-10-07 18:44:24 +02:00 |
Jonas Depoix
|
efd9e94541
|
v0.1.7
|
2019-07-22 13:16:18 +02:00 |
jdepoix
|
9d302d679d
|
Merge pull request #20 from jdepoix/bugfix/ISSUE-19
fixed bug reported in ISSUE-19
|
2019-07-22 13:14:25 +02:00 |
Jonas Depoix
|
c65cf27def
|
fixed bug reported in ISSUE-19
|
2019-07-22 13:11:52 +02:00 |
Jonas Depoix
|
6ea4a4197e
|
v0.1.6
|
2019-07-15 15:57:39 +02:00 |
jdepoix
|
69812e0024
|
Merge pull request #18 from jdepoix/bugfix/ISSUE-17
API no longer logs to error
|
2019-07-15 15:56:41 +02:00 |
Jonas Depoix
|
0151413ad1
|
API no longer logs to error
|
2019-07-15 15:48:01 +02:00 |
Jonas Depoix
|
8ca8609b7d
|
v1.0.5
|
2019-06-20 17:17:10 +02:00 |
jdepoix
|
955b5b73c2
|
Merge pull request #16 from jdepoix/feature/ISSUE-15
updated error message
|
2019-06-20 17:16:29 +02:00 |
Jonas Depoix
|
234acb01ad
|
removed python 3.3 from build as it is now longer available on travis
|
2019-06-20 17:00:32 +02:00 |
Jonas Depoix
|
a1e66a0158
|
updated error message
|
2019-06-20 16:43:53 +02:00 |
jdepoix
|
cd612c6452
|
Merge pull request #13 from jdepoix/readme-update
readme updated
|
2019-05-08 13:58:35 +02:00 |
Jonas Depoix
|
485f65f7bc
|
readme updated
|
2019-05-08 13:55:52 +02:00 |
Jonas Depoix
|
63a67ef86e
|
README updated
|
2019-03-27 11:23:00 +01:00 |
Jonas Depoix
|
e41545eb74
|
v0.1.4
|
2019-03-27 11:09:10 +01:00 |
jdepoix
|
f9d7d337f4
|
Merge pull request #10 from DannyAziz/master
Add proxy functionality
|
2019-03-27 11:07:36 +01:00 |
Danny Aziz
|
d6d301a612
|
Run proxies test
|
2019-03-26 17:32:28 +00:00 |
Danny Aziz
|
7eb9e38eb6
|
Added more proxies tests
|
2019-03-20 17:06:05 +00:00 |
Danny Aziz
|
2b8f213f3d
|
Removed _TranscriptFetcher
|
2019-03-19 14:15:01 +00:00 |
Danny Aziz
|
a9270f67fd
|
Refactored Tests
|
2019-03-19 13:34:17 +00:00 |
Danny Aziz
|
86cd1666c0
|
Rebased on PR #11 and added tests
|
2019-03-16 16:23:42 +00:00 |
Jonas Depoix
|
2f239b4a4c
|
fixed build
|
2019-03-16 13:35:15 +01:00 |