Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create codeql.yml #380

Closed
wants to merge 363 commits into from
Closed

Conversation

anhtai9710
Copy link

No description provided.

cdunklau and others added 30 commits October 11, 2018 16:59
Dequote CLOSED-CAPTIONS AttributeValue in STREAM-INF
Add subtitles, video, and audio group-id refs to StreamInfo
In the uri check method, I switched the library call "re" to the built-in "startswith".
I also used the same built-in method in the "remove_quotes" method. In the same file,
I changed the replaces of the method "string_to_lines" to "splitlines" where it has the
 same effect.
Improve readability in the parser.py file
Add the ability to set URI's when loading from a string
Main parser function now receives a function that can be
used to parse the line content and save it into the data store object.
pytest-cov 2.6.0 has increased the version
requirement for the coverage package from >=3.7.1 to >=4.4,
which is in conflict with the version requirement
defined by the python-coveralls package for coverage==4.0.3.
Fix conflict of testing requirements
datetime from standard library is able to perform the
same operations as arrow on m3u8 codebase.
Python 2.6 had it last release in 2013 and it is no
longer being maintained. Also it servers as a friendly
advice for those who still use Python 2 (https://pythonclock.org/)
Check if #EXT-X-PROGRAM-DATE-TIME is included in the
dumps output.
These attributes were missing in the output.
Missing EXT-X-MAP attributes on dumps
@anhtai9710 anhtai9710 changed the base branch from master to revert-60-fix August 10, 2024 23:53
@anhtai9710 anhtai9710 closed this by deleting the head repository Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet