Commit Graph

260 Commits

Author SHA1 Message Date
Jonas Depoix e5bd9ae825 added coveralls integration 2024-11-11 12:04:38 +01:00
Jonas Depoix 3f5c0bcfec updated lockfile 2024-11-11 11:38:58 +01:00
Jonas Depoix 8cf7470fb7 upgraded setup-python action to v5 2024-11-11 11:37:08 +01:00
Jonas Depoix d7a974a4d9 fixed poe install in ci.yml 2024-11-11 11:33:40 +01:00
Jonas Depoix 3c1acf3d9c added GitHub Action CI for formatting, linting and testing 2024-11-11 11:22:21 +01:00
Jonas Depoix d35cb58cce changed to use ruff format for formatting instead of black 2024-11-11 10:47:03 +01:00
Jonas Depoix b9d9f23897 added ruff linter 2024-09-26 18:05:23 +02:00
Jonas Depoix 5f96588ada added black formatter 2024-09-26 17:56:36 +02:00
Jonas Depoix 0b6cc5980f migrated project to use poetry 2024-09-26 17:54:57 +02:00
Jonas Depoix 0b7a44cc5a
Merge pull request #339 from samfisherirl/master
Updated recommended chrome cookie extension in README
2024-09-25 15:25:16 +03:00
Jonas Depoix 445f6af32f
Updated recommended chrome cookie extension name 2024-09-25 14:24:18 +02:00
Sam A d5b047cda0
Update README.md 2024-09-25 00:51:09 -04:00
Jonas Depoix fe2b39cab2
Merge pull request #287 from Jai0401/improve_readme
Fix grammatical mistakes in README
2024-08-08 11:32:21 +02:00
Jonas Depoix c5f5c42398
Updated SearchAPI logo in README.md 2024-05-22 12:47:45 +02:00
Jonas Depoix ca8e0764b7
Added SearchAPI as a sponsor to the README 2024-05-21 18:59:30 +02:00
Jai0401 69e62a412f Fix grammatical mistakes in README 2024-05-18 12:30:33 +05:30
Jonas Depoix f5c9e16b61
Merge pull request #244 from jdepoix/bugfix/requests-version
fixed requests version
2023-12-27 13:39:47 +01:00
Jonas Depoix 54bf7d0226 pinned urllib3 version 2023-12-27 13:36:15 +01:00
Jonas Depoix d54c350f8d fixed requests version 2023-12-27 13:31:08 +01:00
Jonas Depoix 1397e64ecf fixed requests version 2023-12-27 13:24:17 +01:00
Jonas Depoix d22bcf1414 Merge branch 'master' of github.com:jdepoix/youtube-transcript-api 2023-12-27 13:14:45 +01:00
Jonas Depoix 30af11bfd4 v0.6.2 2023-12-27 13:14:26 +01:00
Jonas Depoix 7eda69881d v0.6.2 2023-12-27 13:05:55 +01:00
Jonas Depoix dd75803635
Merge pull request #243 from jdepoix/bugfix/no-translation-languages-provided
Added condition to initialize empty translation language list when translationLanugage key is missing
2023-12-27 13:04:22 +01:00
Jonas Depoix 7ab2a9e4a5 added condition to initialize empty translation language list when translationLanugage key is missing 2023-12-27 12:47:25 +01:00
Jonas Depoix d7af83feeb
Merge pull request #238 from jheasly/readme_typo
Typo in README
2023-12-05 08:43:40 +01:00
John Heasly 692edb633f Fixed what I think is a typo. 2023-12-04 16:44:55 -06:00
Jonas Depoix f500cb5e64
Merge pull request #229 from nbonato/patch-1
Clarify language rules in README.md
2023-10-14 18:56:57 +02:00
Jonas Depoix dfdf482dd3
Update README.md
Made some slight adjustments and fixed a title which has been wrong all along
2023-10-14 18:52:22 +02:00
nbonato cb277cab8c
Clarify language rules in README.md
With the current documentation, it's unclear what one needs to do if their video is not in English.
2023-10-12 18:38:20 +02:00
Jonas Depoix 99ce79792f v0.6.1 2023-06-16 15:24:56 +02:00
Jonas Depoix 31130dbe0c
Merge pull request #211 from jdepoix/bugfix/ISSUE-209
all requests use a accept-language: en-us header now
2023-06-16 15:15:18 +02:00
Jonas Depoix b4e9cfc35b all requests use a accept-language: en-us header now 2023-06-16 15:11:26 +02:00
Jonas Depoix 7da50a716b v0.6.0 2023-04-17 15:44:35 +02:00
Jonas Depoix 21a1976516
Merge pull request #204 from jdepoix/feature/invalid-video-id-error
added error which is thrown if url is used as the video id
2023-04-17 15:43:57 +02:00
Jonas Depoix a04a7010ed added error which is thrown if url is used as the video id 2023-04-17 15:34:46 +02:00
Jonas Depoix e0a9f0d3e5
Merge pull request #192 from eseiver/html_formatting
Add HTML text formatting option
2023-04-17 15:15:46 +02:00
Jonas Depoix 8c62e5e276 _FORMATTING_TAGS is now a static property of _TranscriptParser; _get_html_regext is now private; removed preserve_formatting property of _TranscriptParser 2023-04-17 15:07:10 +02:00
E. Seiver ca93c48fa1 move preserve_formatting from init to fetch()
also remove from transcriptlist & transcriptlistfetcher
2023-04-13 12:46:24 -07:00
E. Seiver 79fd63d585 move _FORMATTING_TAGS inside _TranscriptParser 2023-04-13 12:27:34 -07:00
E. Seiver eda8ddb38f _html_regex static property of _TranscriptParser()
also rename TEXT_FORMATS -> FORMATTING TAGS
2023-04-12 14:29:19 -07:00
E. Seiver 72e9781528 add preserve_formatting to get_transcripts() + tests
also assertion tests for `get_transcripts()` updated to include `False` at the end for  new `preserve_formatting` param
2023-04-12 12:43:48 -07:00
E. Seiver fdedfff681 separate out format example in readme 2023-04-11 16:38:07 -07:00
E. Seiver 393a76ca6a add preserve_formatting docstrings 2023-04-11 16:37:06 -07:00
Jonas Depoix f910971066
Merge pull request #199 from Vandivier/typo-fix
docs: library name w dashes
2023-04-11 10:36:01 +02:00
Vandivier 0396f17371 docs: library name w dashes 2023-04-09 15:08:05 -04:00
Jonas Depoix 2308b1b2e5
Update bug_report.md 2023-03-27 09:38:20 +02:00
E. Seiver e88783d69e fix spacing 2023-03-15 18:49:35 -07:00
E. Seiver 123763c968 update readme with example 2023-03-15 18:22:50 -07:00
E. Seiver c1e5ce4ebb update tests and test doc
add (partially escaped) italics to test doc
add new test for `preserve_formatting=True`
2023-03-15 18:21:34 -07:00