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

Add YouTube fields parsing and refactoring #31

Merged
merged 2 commits into from Jun 23, 2022
Merged

Conversation

mikhail-vl
Copy link
Member

  1. Allows to parse YouTube RSS: https://www.youtube.com/feeds/videos.xml?channel_id=UCQadniwbukI6ZmTN2oTTb-g
  2. Adds additional fields for media:thumbnail, media:content, media:description.
  3. Refactoring.

@mikhail-vl mikhail-vl added the enhancement New feature or request label Jun 23, 2022
@mikhail-vl mikhail-vl added this to the Version 2.1.0 milestone Jun 23, 2022
@mikhail-vl mikhail-vl self-assigned this Jun 23, 2022
@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #31 (2a4d108) into main (80662bf) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        15    +2     
  Lines          178       189   +11     
  Branches        35        39    +4     
=========================================
+ Hits           178       189   +11     
Impacted Files Coverage Δ
src/api/api.ts 100.00% <100.00%> (ø)
src/components/QueryEditor/QueryEditor.tsx 100.00% <100.00%> (ø)
src/constants/datasource.ts 100.00% <100.00%> (ø)
src/constants/index.ts 100.00% <100.00%> (ø)
src/constants/items.ts 100.00% <100.00%> (ø)
src/constants/query.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80662bf...2a4d108. Read the comment docs.

Copy link
Member Author

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl mikhail-vl merged commit 86b83b7 into main Jun 23, 2022
@mikhail-vl mikhail-vl deleted the feat/add-youtube branch June 23, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

1 participant