Commit Graph

  • dc9fc2ee93 Updated Readme to include how to use cookies with the module danielcliu 2020-01-15 22:48:26 -0800
  • 02b1978217 Added cookies parameter to api class methods danielcliu 2020-01-15 22:48:00 -0800
  • edefeeaf1d
    Merge pull request #1 from jdepoix/master danielcliu 2020-01-09 18:56:45 -0800
  • 7dfe20fde4 v0.2.1 Jonas Depoix 2019-12-31 00:13:13 +0100
  • bfecd64b85
    Merge pull request #43 from jdepoix/bugfix/cli-language-default jdepoix 2019-12-31 00:12:39 +0100
  • 7159f60823 fixed bug in cli where no transcript could be retrieved if no language was specified Jonas Depoix 2019-12-31 00:11:52 +0100
  • 0901fe3053 v0.2.0 Jonas Depoix 2019-12-30 23:50:43 +0100
  • 68951600d9
    Merge pull request #42 from jdepoix/feature/translating-transcripts jdepoix 2019-12-30 23:49:20 +0100
  • 889cedcbf0 fixed typo Jonas Depoix 2019-12-30 18:41:08 +0100
  • aa34a2ceb3 updated README Jonas Depoix 2019-12-30 18:21:45 +0100
  • 936ef3c1d0 added list-transcripts param to cli Jonas Depoix 2019-12-30 17:40:32 +0100
  • f8416ab004 added new params to cli to make new features accessible using the cli Jonas Depoix 2019-12-30 17:36:48 +0100
  • 4b75a47a74 get_transcripts now returns a list of exceptions instead of video ids of failed videos Jonas Depoix 2019-12-30 16:13:18 +0100
  • 66d02c08a1 added tests for new public api method Jonas Depoix 2019-12-30 15:34:35 +0100
  • 1bc5087575 added public list_transcripts method Jonas Depoix 2019-12-30 15:20:47 +0100
  • 8287d1088e fixed bug where nontranslatable transcripts would throw an exception Jonas Depoix 2019-12-30 14:38:27 +0100
  • f1e4754ca4 added check if any transcripts are actually available Jonas Depoix 2019-12-20 16:28:35 +0100
  • 20612ea7a3 improved tostring methods Jonas Depoix 2019-12-16 17:08:14 +0100
  • 409141ab51 added translate feature; added iterator to TranscriptList Jonas Depoix 2019-12-16 16:58:26 +0100
  • a1b1e001fe
    Merge pull request #37 from danielcliu/bugfix/ISSUE-35 jdepoix 2019-12-16 16:29:25 +0100
  • 41300585a1 fixed bug where undesirable results where returned if the desired language was only available as generated transcript Jonas Depoix 2019-12-13 11:15:32 +0100
  • c2c49c3c17 fixed bug; added doctstrings for public methods Jonas Depoix 2019-12-11 11:42:14 +0100
  • df417be915 refactored the way transcript information is retrieved and thereby improved error messages Jonas Depoix 2019-12-08 14:40:57 +0100
  • 54ef72fafd Improve Name regex to use 1 group, find first & danielcliu 2019-11-11 19:58:12 -0800
  • d224b02a80 Languages argument defaults to a tuple instead of a list. danielcliu 2019-11-10 22:44:24 -0800
  • c7cb3117be Removed unnecessary language variables, sort split matches by len while ignoring name arguement danielcliu 2019-11-06 21:20:51 -0800
  • 7ac7d3266b Changed youtubeWWW1.html.static's name danielcliu 2019-11-06 21:19:24 -0800
  • db7b8524dc Removed another f-string instance danielcliu 2019-10-22 21:03:41 -0700
  • 630b33f3b8 Removed fstrings to make compatable with python 3.5 and lower danielcliu 2019-10-22 20:37:46 -0700
  • d8b5208824 Modified README danielcliu 2019-10-21 22:38:17 -0700
  • 8fb9e75ba1 Formatted list comprehension for readability danielcliu 2019-10-21 22:21:32 -0700
  • de1ddf0824 Implemented code to more thoroughly find a lanuages captions danielcliu 2019-10-16 22:01:30 -0700
  • eee2b9ad01 v0.1.9 Jonas Depoix 2019-10-09 13:30:34 +0200
  • 8280e19c29
    Merge pull request #32 from jdepoix/bugfix/ISSUE-29 jdepoix 2019-10-09 13:30:09 +0200
  • 3d199e1b66 updated test assets to new youtube format Jonas Depoix 2019-10-09 13:27:51 +0200
  • 5d0e407f89 adjusted to changes in YouTube webclient Jonas Depoix 2019-10-09 13:21:30 +0200
  • ee4741d77a v0.1.8 Jonas Depoix 2019-10-07 18:52:42 +0200
  • 8c2ce71765
    Merge pull request #28 from jdepoix/bugfix/ISSUE-27 jdepoix 2019-10-07 18:49:46 +0200
  • e2e1567785 adjusted to changes in YouTube webclient Jonas Depoix 2019-10-07 18:44:24 +0200
  • efd9e94541 v0.1.7 Jonas Depoix 2019-07-22 13:16:18 +0200
  • 9d302d679d
    Merge pull request #20 from jdepoix/bugfix/ISSUE-19 jdepoix 2019-07-22 13:14:25 +0200
  • c65cf27def fixed bug reported in ISSUE-19 Jonas Depoix 2019-07-22 13:11:52 +0200
  • 6ea4a4197e v0.1.6 Jonas Depoix 2019-07-15 15:57:39 +0200
  • 69812e0024
    Merge pull request #18 from jdepoix/bugfix/ISSUE-17 jdepoix 2019-07-15 15:56:41 +0200
  • 0151413ad1 API no longer logs to error Jonas Depoix 2019-07-15 15:48:01 +0200
  • 8ca8609b7d v1.0.5 Jonas Depoix 2019-06-20 17:17:10 +0200
  • 955b5b73c2
    Merge pull request #16 from jdepoix/feature/ISSUE-15 jdepoix 2019-06-20 17:16:29 +0200
  • 234acb01ad removed python 3.3 from build as it is now longer available on travis Jonas Depoix 2019-06-20 17:00:32 +0200
  • a1e66a0158 updated error message Jonas Depoix 2019-06-20 16:43:53 +0200
  • cd612c6452
    Merge pull request #13 from jdepoix/readme-update jdepoix 2019-05-08 13:58:35 +0200
  • 485f65f7bc readme updated Jonas Depoix 2019-05-08 13:55:52 +0200
  • 63a67ef86e README updated Jonas Depoix 2019-03-27 11:23:00 +0100
  • e41545eb74 v0.1.4 Jonas Depoix 2019-03-27 11:09:10 +0100
  • f9d7d337f4
    Merge pull request #10 from DannyAziz/master jdepoix 2019-03-27 11:07:36 +0100
  • d6d301a612 Run proxies test Danny Aziz 2019-03-26 17:32:28 +0000
  • 7eb9e38eb6 Added more proxies tests Danny Aziz 2019-03-20 17:06:05 +0000
  • 2b8f213f3d Removed _TranscriptFetcher Danny Aziz 2019-03-19 14:15:01 +0000
  • a9270f67fd Refactored Tests Danny Aziz 2019-03-19 13:34:17 +0000
  • 86cd1666c0 Rebased on PR #11 and added tests Danny Aziz 2019-03-16 16:23:42 +0000
  • 2f239b4a4c fixed build Jonas Depoix 2019-03-16 13:35:15 +0100
  • 1550913334 removed redundant test assets Jonas Depoix 2019-03-16 13:31:49 +0100
  • 4a564743df changed testing assets naming to not mess with GitHub stats Jonas Depoix 2019-03-14 18:46:46 +0100
  • 9fa8bb0d70
    Merge pull request #11 from jdepoix/feature/ci jdepoix 2019-03-14 17:47:41 +0100
  • 536a6d8de3 added coveralls to ci pipeline Jonas Depoix 2019-03-14 17:41:43 +0100
  • 75e6b7cdae python 3.7 added to travis build Jonas Depoix 2019-03-14 17:35:03 +0100
  • 444998c02b mock added to requirements to support 2.7 Jonas Depoix 2019-03-14 17:26:52 +0100
  • 80c1e0aa23 different python versions added to build Jonas Depoix 2019-03-14 17:15:05 +0100
  • fc679a052c travis.yml added Jonas Depoix 2019-03-14 17:10:07 +0100
  • 94e4e4063f test suite and corresponding tooling added Jonas Depoix 2019-03-14 17:04:34 +0100
  • 4e228d9978
    Merge pull request #9 from jdepoix/feature/ISSUE-8 jdepoix 2019-03-11 14:55:54 +0100
  • 0390b822c5 README updated Jonas Depoix 2019-03-11 14:54:44 +0100
  • cdb7b90b82 improved param parsing and CLI support for choosing languages Jonas Depoix 2019-03-11 14:41:26 +0100
  • 22927a4d6b
    Merge pull request #7 from jdepoix/feature/ISSUE-6 jdepoix 2019-02-21 12:57:11 +0100
  • 18fb0cbaec YouTubeTranscriptApi now supports retrieving transcripts for given languages Jonas Depoix 2019-02-21 12:55:03 +0100
  • 48cb31fe3e
    Merge pull request #2 from jdepoix/bugfix/ISSUE-1 jdepoix 2018-07-15 10:57:55 +0200
  • 5e1f020ccf fixed bug where xml data was also returned when using cli Jonas Depoix 2018-07-15 10:57:14 +0200
  • 48e69cf7a2 README updated Jonas Depoix 2018-07-03 13:45:14 +0200
  • 33a2ec721c faulty imports fixed Jonas Depoix 2018-07-03 13:43:27 +0200
  • a296cfee80 typos in README fixed Jonas Depoix 2018-07-03 13:43:05 +0200
  • 854f0325c7 .gitignore updated Jonas Depoix 2018-07-03 13:42:51 +0200
  • 62dcbd5226 README updated Jonas Depoix 2018-07-03 12:59:39 +0200
  • 94ad9f0fdf typos fixed Jonas Depoix 2018-07-03 12:59:31 +0200
  • 2667a1091e gitignore updated Jonas Depoix 2018-07-03 12:59:17 +0200
  • 27a9d64938 project structure reworked to be compatible with pypi Jonas Depoix 2018-07-03 12:49:22 +0200
  • de67c41254
    LICENSE added jdepoix 2018-07-03 11:22:32 +0200
  • 2b3a6f3a71 support for html unescaping for all python versions added Jonas Depoix 2018-04-26 13:36:14 +0200
  • fe1783688e README added Jonas Depoix 2018-04-20 15:53:27 +0200
  • bcff586ee5 get_transcripts signature updated to be python2 compatible Jonas Depoix 2018-04-20 15:53:11 +0200
  • 0142f9a61f "cli" improved Jonas Depoix 2018-04-20 14:20:24 +0200
  • 91fe71c86c error handling improved Jonas Depoix 2018-04-20 14:20:11 +0200
  • 55d76a158a transcript api implemented Jonas Depoix 2018-04-20 13:23:14 +0200
  • 119e694f3f initial commit Jonas Depoix 2018-04-11 16:31:00 +0200