This website requires JavaScript.
399b37a22d
Create codeql-analysis.yml
Liam Sy
2022-10-02 22:54:56 -0400
69c5a46016
added class SRTFormatter
Liam Sy
2022-10-02 20:39:15 -0400
b4ac0a17b7
removed comments
Maja
2022-06-01 12:13:52 -0400
74d645adce
removed ast import
Maja
2022-06-01 12:09:37 -0400
e884646c16
added error message to assert statement
Maja
2022-04-26 00:35:01 -0400
8c38df9939
v0.4.4.
Jonas Depoix
2022-03-30 17:28:10 +0200
3f0252fca3
Merge pull request #149 from jdepoix/bugfix/ISSUE-144
jdepoix
2022-03-30 17:27:15 +0200
c76ef0f38d
Merge branch 'master' of https://github.com/jdepoix/youtube-transcript-api into bugfix/ISSUE-144
Jonas Depoix
2022-03-30 17:16:11 +0200
02b91b0870
transcript language list is now properly escaped
Jonas Depoix
2022-03-30 17:13:25 +0200
69574070de
Merge pull request #148 from jdepoix/bugfix/fix-python3.7-build
jdepoix
2022-03-30 15:58:33 +0200
4063b583a3
reverted mock upgrade to stay compatible with python 3.5
Jonas Depoix
2022-03-30 15:55:33 +0200
74209d0be3
travis now uses 3.7.11 for 3.7 builds
Jonas Depoix
2022-03-30 15:53:14 +0200
e311e37e4b
reverted requests and coveralls, coverage to remain compatible to python version <= 3.6
Jonas Depoix
2022-03-30 15:51:27 +0200
b45e40e680
updated all requirements
Jonas Depoix
2022-03-30 15:43:21 +0200
a443e7f1dd
updated httpretty
Jonas Depoix
2022-03-30 15:34:41 +0200
39cdc1c54c
pip and setuptools are now specifically updated before building the project
Jonas Depoix
2022-03-30 15:22:24 +0200
a2395682fe
removed http proxy example from README, as it was misleading
Jonas Depoix
2021-12-20 10:04:19 +0100
52eabae11c
v0.4.2
Jonas Depoix
2021-12-13 10:42:42 +0100
161be4a422
Merge pull request #137 from xenova/master
jdepoix
2021-12-13 10:16:37 +0100
1e61fac76a
Merge pull request #135 from MAJA-Lin/maja-lin/bugfix/ISSUE-138
jdepoix
2021-12-13 10:16:14 +0100
9ff64ed560
Merge branch 'jdepoix:master' into maja-lin/bugfix/ISSUE-138
Scott Lin
2021-12-11 01:56:41 +0800
7009957363
Merge branch 'jdepoix:master' into master
Joshua Lochner
2021-12-10 18:40:01 +0200
7889fa7cc2
Merge pull request #139 from jdepoix/fix-py2-build
jdepoix
2021-12-10 17:21:07 +0100
7dac0410ab
dropped python 2.7 support
Jonas Depoix
2021-12-10 17:17:56 +0100
f5bbc91010
fixed travis-ci link in README
Jonas Depoix
2021-12-10 16:58:07 +0100
b8dbc97549
Add additional test case for `TranscriptsDisabled`
Joshua Lochner
2021-11-29 18:40:01 +0200
bd8d8919b2
Raise `TranscriptsDisabled` if 'playerCaptionsTracklistRenderer' is not found (Fixes #136 )
Joshua Lochner
2021-11-29 18:25:14 +0200
5613b9ec6c
fix: typo on formatter 'webvtt'
Scott Lin
2021-11-25 12:02:24 +0800
904acaf153
set version to 0.4.2
Jonas Depoix
2021-11-08 11:03:50 +0100
5657a48674
Merge pull request #132 from jdepoix/feature/ISSUE-131
jdepoix
2021-11-08 11:00:46 +0100
f30e344f99
Merge pull request #116 from esha71/master
jdepoix
2021-11-08 11:00:31 +0100
b12e67d903
fixed string formatting
Jonas Depoix
2021-11-08 10:57:08 +0100
c3f8dc0772
added error message if YouTube requests fail
Jonas Depoix
2021-11-08 09:51:21 +0100
99dd9126fd
improved readability of time conversion
Jonas Depoix
2021-06-07 08:52:29 +0200
6f4ab9decd
Update formatters.py
esha71
2021-05-30 02:30:56 +0530
c5bf0132ff
v0.4.1
Jonas Depoix
2021-03-31 16:04:43 +0200
46be97ae35
Merge pull request #108 from jdepoix/bugfix/ISSUE-107
jdepoix
2021-03-31 16:03:20 +0200
9251be8462
added ability to create consent cookie
Jonas Depoix
2021-03-31 15:59:57 +0200
c90cf16484
v0.4.0
Jonas Depoix
2021-03-22 19:17:29 +0100
297fe03752
Merge pull request #105 from jdepoix/feature/ISSUE-23
jdepoix
2021-03-22 19:13:20 +0100
943be911ec
fixed travis ci url in readme
Jonas Depoix
2021-03-22 19:06:46 +0100
e69759f6d6
fixed test
Jonas Depoix
2021-03-22 19:04:10 +0100
3781907943
Merge branch 'master' into feature/ISSUE-23
Jonas Depoix
2021-03-22 18:54:07 +0100
c3f0cfca45
Merge pull request #103 from jdepoix/bugfix/ISSUE-80
jdepoix
2021-03-17 16:23:09 +0100
2f592a37a2
removed string formatting which is not supported in older python versions
Jonas Depoix
2021-03-15 18:13:34 +0100
a222195094
updated README
Jonas Depoix
2021-03-15 18:06:08 +0100
cf585e2175
refactored formatters to use format_transcript and format_transcripts
Jonas Depoix
2021-03-15 17:57:44 +0100
d314139329
added FormatterLoader
Jonas Depoix
2021-03-15 17:16:15 +0100
71268dfad9
Merge branch 'feature/ISSUE-23' of https://github.com/crhowell/youtube-transcript-api into feature/ISSUE-23
Jonas Depoix
2021-03-15 14:37:59 +0100
842eed32ac
Merge pull request #100 from crhowell/bugfix/ISSUE-75
jdepoix
2021-03-15 10:39:35 +0100
72f035fa6d
adjusted CLI to be able to handle masked hyphens
Jonas Depoix
2021-03-15 10:34:05 +0100
35dca89ef2
add object to classes, fixes bugfix/ISSUE-75
Chris Howell
2021-03-08 04:04:19 -0800
baadc2f7f0
Merge master, fix readme conflicts
Chris Howell
2021-03-02 07:48:17 -0800
cf0647f91f
Update README.md
jdepoix
2021-01-30 10:08:52 +0100
90fc24eda4
Merge pull request #94 from kovan/master
jdepoix
2021-01-29 09:11:20 +0100
23798f205d
improve message as per jdepoix suggestion
Your Name
2021-01-25 17:36:27 +0100
dbf5eeafe6
Error message more descriptive
Your Name
2021-01-22 14:18:56 +0100
fb819c06e4
Fix test case name
Your Name
2021-01-21 19:53:06 +0100
14c70359ba
Fix "video not available" being shown to the user when when YouTube start asking for captcha resolution due to receiving too many requests from the same IP. Show instead an appropiate message. To be able to keep making requests, the captcha must be solved in a browser and the browser cookie must be passed to youtube-transcript-api.
Your Name
2021-01-21 19:43:29 +0100
361986e221
Merge pull request #88 from jdepoix/feature/ISSUE-87
jdepoix
2020-10-20 11:08:14 +0200
2cd2e4b9ac
Merge branch 'master' into feature/ISSUE-87
Jonas Depoix
2020-10-20 11:00:18 +0200
cd3dd0157f
migrated to travis-ci.com
Jonas Depoix
2020-10-20 10:53:50 +0200
138643a682
Merge branch 'master' into feature/ISSUE-23
Chris Howell
2020-10-10 21:13:51 -0700
8d1244f430
Merge pull request #84 from crhowell/bugfix/ISSUE-83
jdepoix
2020-10-09 09:46:00 +0200
150c50cabe
Fix since Python2.7 doesnt support encoding kwarg to open()
Chris Howell
2020-10-08 14:29:26 -0700
eb01e08b04
Add explicit utf-8 encoding for file I/O in test_api.py
Chris Howell
2020-10-08 13:36:33 -0700
d3cd5d1254
Add docs for formatters
Chris Howell
2020-09-01 15:23:48 -0700
36f29c3058
Add a few initial test cases, could use more
Chris Howell
2020-09-01 15:23:04 -0700
f3dc6f508f
Add new formatters.py module
Chris Howell
2020-09-01 15:21:47 -0700
7a47fc83ad
Merge branch 'master' of https://github.com/jdepoix/youtube-transcript-api
Chris Howell
2020-09-01 14:26:14 -0700
77e8137769
Merge pull request #76 from jdepoix/pin-dependency-versions
jdepoix
2020-08-31 15:24:06 +0200
bc2a90bef7
removed version dependent import from coverage
Jonas Depoix
2020-08-31 14:07:35 +0200
b27510496c
added python 3.8 support; dropped python 3.4 support due to build failure with new requests version
Jonas Depoix
2020-08-31 13:43:19 +0200
8bab30a770
changed versions to python 2 supporting dependencies
Jonas Depoix
2020-08-31 13:36:12 +0200
02b1940250
dependencies pinned
Jonas Depoix
2020-08-31 13:29:03 +0200
b90326955a
Merge pull request #72 from dafiulh/patch-1
jdepoix
2020-08-25 09:12:19 +0200
65659fd6ea
fix typo
Dafiul Haq
2020-08-25 06:14:07 +0700
1e9b2c7727
Revert "Add formatters module" Reverting again, apparently I had a misunderstanding of how to revert. Trying again. This reverts commit dca4021dd7
.
Chris Howell
2020-08-21 12:21:12 -0700
d75ad8c402
Revert "v0.3.1"
Chris Howell
2020-08-21 11:46:07 -0700
216abbe023
Add unittests for formatters.py
Chris Howell
2020-07-09 20:14:36 -0700
c4b8b5b18d
formatters.py python 2 compliant and misc.
Chris Howell
2020-07-09 20:13:58 -0700
74d36a821e
Update CLI to make use of new DELIMITER and combine method
Chris Howell
2020-07-09 00:06:36 -0700
5861bdb104
Remove json.dumps from test_api.py
Chris Howell
2020-07-09 00:06:14 -0700
1c0d584959
Add more functionality to TranscriptFormatter base class
Chris Howell
2020-07-09 00:04:08 -0700
2c79bd563c
Fix _api.py old kwarg
Chris Howell
2020-07-08 15:25:32 -0700
c78a37b115
Update _cli.py
Chris Howell
2020-07-08 15:23:10 -0700
b4592043dc
Add format kwarg to method calls to pass around
Chris Howell
2020-07-08 15:20:47 -0700
0e6fae2504
replace CLI json arg with format in test_cli.py
Chris Howell
2020-07-08 15:14:32 -0700
ac75f906e6
Update test_api.py
Chris Howell
2020-07-08 15:11:54 -0700
dca4021dd7
Add formatters module
Chris Howell
2020-07-08 15:05:17 -0700
dec09fa48a
v0.3.1
Jonas Depoix
2020-02-16 14:22:59 +0100
6751a47171
fixed typo in README
Jonas Depoix
2020-02-16 14:04:53 +0100
21de9d606a
v0.3.0
Jonas Depoix
2020-01-31 11:31:21 +0100
6da4d19978
Merge pull request #46 from danielcliu/feature/issue-45-use-authentication-cookies
jdepoix
2020-01-31 11:29:25 +0100
a0823ea36f
added documentation for using cookies feature via CLI to the README
Jonas Depoix
2020-01-31 11:26:39 +0100
31b8f4a179
Redid errors for cookies, improved testing coverage
danielcliu
2020-01-30 21:53:18 -0800
49ccba7f95
Fixed testing with mock, added testing for cookies
danielcliu
2020-01-27 21:47:04 -0800
42d4f59e01
Moved cookie loader to its own function, made errors for cookies failing
danielcliu
2020-01-27 21:46:37 -0800
67604ec46c
Made testing more robust
danielcliu
2020-01-22 22:35:35 -0800
f9e553ebaf
Added cli support, fixed testing
danielcliu
2020-01-20 23:04:46 -0800