ehbrs_ruby_utils 0.32.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress.rb +2 -2
  3. data/lib/ehbrs_ruby_utils/bga/parsers/table/options.rb +3 -3
  4. data/lib/ehbrs_ruby_utils/bga/session/skip_trophies.rb +1 -1
  5. data/lib/ehbrs_ruby_utils/bga/session/user.rb +1 -3
  6. data/lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base.rb +1 -1
  7. data/lib/ehbrs_ruby_utils/circular_list_spreader/base_level.rb +1 -1
  8. data/lib/ehbrs_ruby_utils/circular_list_spreader/group_level.rb +1 -1
  9. data/lib/ehbrs_ruby_utils/cooking_book/build/base_page.rb +42 -0
  10. data/lib/ehbrs_ruby_utils/cooking_book/build/index_page.rb +26 -0
  11. data/lib/ehbrs_ruby_utils/cooking_book/build/recipe_page.rb +26 -0
  12. data/lib/ehbrs_ruby_utils/cooking_book/build.rb +45 -0
  13. data/lib/ehbrs_ruby_utils/cooking_book/project.rb +31 -0
  14. data/lib/ehbrs_ruby_utils/cooking_book/recipe/ingredient.rb +21 -0
  15. data/lib/ehbrs_ruby_utils/cooking_book/recipe/measure.rb +60 -0
  16. data/lib/ehbrs_ruby_utils/cooking_book/recipe/part.rb +32 -0
  17. data/lib/ehbrs_ruby_utils/cooking_book/recipe.rb +37 -0
  18. data/lib/ehbrs_ruby_utils/cooking_book.rb +9 -0
  19. data/lib/ehbrs_ruby_utils/fs/selected/build.rb +1 -1
  20. data/lib/ehbrs_ruby_utils/music/lyrics_book/resource.rb +1 -1
  21. data/lib/ehbrs_ruby_utils/patches/object/template.rb +2 -2
  22. data/lib/ehbrs_ruby_utils/patches/object.rb +1 -1
  23. data/lib/ehbrs_ruby_utils/patches.rb +1 -1
  24. data/lib/ehbrs_ruby_utils/version.rb +1 -1
  25. data/lib/ehbrs_ruby_utils/vg/wii/file_move.rb +89 -0
  26. data/lib/ehbrs_ruby_utils/vg/wii/game_file.rb +87 -0
  27. data/lib/ehbrs_ruby_utils/vg/wii/wit/image_format.rb +47 -0
  28. data/lib/ehbrs_ruby_utils/vg/wii/wit/parsers/dump.rb +67 -0
  29. data/lib/ehbrs_ruby_utils/vg/wii/wit/parsers/info.rb +39 -0
  30. data/lib/ehbrs_ruby_utils/vg/wii/wit/path.rb +55 -0
  31. data/lib/ehbrs_ruby_utils/vg/wii/wit.rb +13 -0
  32. data/lib/ehbrs_ruby_utils/vg/wii.rb +11 -0
  33. data/lib/ehbrs_ruby_utils/vg.rb +9 -0
  34. data/lib/ehbrs_ruby_utils/videos/container.rb +1 -1
  35. data/lib/ehbrs_ruby_utils/videos/opensubtitles/processors/subtitles_provider.rb +51 -0
  36. data/lib/ehbrs_ruby_utils/videos/opensubtitles/processors/title.rb +5 -0
  37. data/lib/ehbrs_ruby_utils/videos/quality.rb +1 -3
  38. data/lib/ehbrs_ruby_utils/videos/resolution.rb +2 -2
  39. data/lib/ehbrs_ruby_utils/videos/series/rename/file/basename_parser.rb +2 -2
  40. data/lib/ehbrs_ruby_utils/videos/series/rename/file.rb +2 -2
  41. data/lib/ehbrs_ruby_utils/videos/series/rename/line_result.rb +2 -2
  42. data/lib/ehbrs_ruby_utils/videos/series/rename/line_result_group.rb +1 -0
  43. data/lib/ehbrs_ruby_utils/videos/series/rename/season_group.rb +1 -0
  44. data/lib/ehbrs_ruby_utils/videos/stream.rb +1 -1
  45. data/lib/ehbrs_ruby_utils/web_utils/videos/file.rb +1 -1
  46. metadata +44 -146
  47. data/.rspec +0 -1
  48. data/.rubocop.yml +0 -45
  49. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec.rb +0 -7
  50. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_84920871_2023-06-12.source.html +0 -8657
  51. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_84920871_2023-06-12.target.yaml +0 -41
  52. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_84920871_2023-06-19.source.html +0 -8650
  53. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_84920871_2023-06-19.target.yaml +0 -41
  54. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93167144_2023-06-12.source.html +0 -8657
  55. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93167144_2023-06-12.target.yaml +0 -5
  56. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93205235_2023-06-12.source.html +0 -8657
  57. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93205235_2023-06-12.target.yaml +0 -13
  58. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93212034_2023-06-12.source.html +0 -8657
  59. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93212034_2023-06-12.target.yaml +0 -29
  60. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93223573_2023-06-12.source.html +0 -8657
  61. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93223573_2023-06-12.target.yaml +0 -7
  62. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93248308_2023-06-12.source.html +0 -8657
  63. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_in_progress_spec_files/player_93248308_2023-06-12.target.yaml +0 -1
  64. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_stats_spec.rb +0 -7
  65. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_stats_spec_files/1.source.html +0 -1082
  66. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_stats_spec_files/1.target.yaml +0 -151
  67. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_stats_spec_files/2.source.html +0 -1083
  68. data/spec/lib/ehbrs_ruby_utils/bga/parsers/game_stats_spec_files/2.target.yaml +0 -1127
  69. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec.rb +0 -7
  70. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_302873643.source.html +0 -1491
  71. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_302873643.target.yaml +0 -40
  72. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_308782287.source.html +0 -1965
  73. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_308782287.target.yaml +0 -46
  74. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_356513708.source.html +0 -1497
  75. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_356513708.target.yaml +0 -56
  76. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_357408039.source.html +0 -1500
  77. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_357408039.target.yaml +0 -66
  78. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_368448439.source.html +0 -1497
  79. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_368448439.target.yaml +0 -58
  80. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_373602409.source.html +0 -1441
  81. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_373602409.target.yaml +0 -30
  82. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_373747455.source.html +0 -1521
  83. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_373747455.target.yaml +0 -59
  84. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_383405743.source.html +0 -1480
  85. data/spec/lib/ehbrs_ruby_utils/bga/parsers/table_spec_files/table_383405743.target.yaml +0 -32
  86. data/spec/lib/ehbrs_ruby_utils/circular_list_spreader_spec.rb +0 -68
  87. data/spec/lib/ehbrs_ruby_utils/circular_list_spreader_spec_files/ehbrs_music1.source.yaml +0 -124
  88. data/spec/lib/ehbrs_ruby_utils/circular_list_spreader_spec_files/ehbrs_music1.target.yaml +0 -70
  89. data/spec/lib/ehbrs_ruby_utils/circular_list_spreader_spec_files/minimum.source.yaml +0 -7
  90. data/spec/lib/ehbrs_ruby_utils/circular_list_spreader_spec_files/minimum.target.yaml +0 -5
  91. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/episode_spec.rb +0 -7
  92. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/episode_spec_files/counterpart_s01e01.source.html +0 -993
  93. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/episode_spec_files/counterpart_s01e01.target.yaml +0 -5
  94. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/episode_spec_files/wire-season-1-page-1.source.html +0 -478
  95. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/episode_spec_files/wire-season-1-page-1.target.yaml +0 -43
  96. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/title_spec.rb +0 -7
  97. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/title_spec_files/countepart.source.html +0 -763
  98. data/spec/lib/ehbrs_ruby_utils/videos/opensubtitles/parsers/title_spec_files/countepart.target.yaml +0 -22
  99. data/spec/lib/ehbrs_ruby_utils/videos/resolution_spec.rb +0 -18
  100. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec.rb +0 -13
  101. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_attachment.source.yaml +0 -28
  102. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_attachment.target.yaml +0 -8
  103. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_audio.source.yaml +0 -49
  104. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_audio.target.yaml +0 -8
  105. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_subtitle.source.yaml +0 -43
  106. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_subtitle.target.yaml +0 -8
  107. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_video.source.yaml +0 -59
  108. data/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_video.target.yaml +0 -8
  109. data/spec/rubocop_check_spec.rb +0 -3
  110. data/spec/spec_helper.rb +0 -4
@@ -1,32 +0,0 @@
1
- ---
2
- :game_code: classicgo
3
- :game_name: Go
4
- :creation_time: 02/06/2023 às 22:14
5
- :estimated_duration: há 11 dias
6
- :options:
7
- - :label: Modo de Jogo
8
- :value: Modo Normal
9
- :description: ''
10
- - :label: Velocidade do jogo
11
- :value: Modo em turnos • 1 movimento a cada 2 dias
12
- :description: "+2 dias por turno (maximum 6 dias)"
13
- - :label: Tamanho do tabuleiro
14
- :value: 13x13
15
- :description: ''
16
- - :label: Método de contagem
17
- :value: Japonês
18
- :description: ''
19
- - :label: Komi e vantagens
20
- :value: Komi normal (6.0 se não for pelas regras da AGA e contagem Japonesa; 7.0
21
- se não for pelas regras da AGA e contagem Chinesa; 7.0 se for pelas regras da
22
- AGA)
23
- :description: ''
24
- - :label: Regras AGA
25
- :value: Sim
26
- :description: ''
27
- :players:
28
- - :id: 84920871
29
- :name: eduardobogoni
30
- - :id: 93212034
31
- :name: danieltc
32
- :game_conceded: false
@@ -1,68 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'ehbrs_ruby_utils/circular_list_spreader'
4
-
5
- ::RSpec.describe ::EhbrsRubyUtils::CircularListSpreader do
6
- let(:node_class) do
7
- ::Class.new do
8
- class << self
9
- def from_file(file)
10
- from_hash(nil, 'ROOT', ::EacRubyUtils::Yaml.load_file(file))
11
- end
12
-
13
- def from_hash(parent, label, hash)
14
- new(parent, label).children_from_hash(hash)
15
- end
16
-
17
- def name
18
- 'NodeClass'
19
- end
20
- end
21
-
22
- common_constructor :parent, :label
23
- attr_reader :children
24
-
25
- def children_from_hash(hash)
26
- @children = if hash.is_a?(::Hash)
27
- hash.map { |k, v| self.class.from_hash(self, k, v) }
28
- else
29
- false
30
- end
31
-
32
- self
33
- end
34
-
35
- def id
36
- to_circular_list_spreader_path.join(' | ')
37
- end
38
-
39
- def leaf?
40
- !children.is_a?(::Enumerable)
41
- end
42
-
43
- def recursive_leafs
44
- if leaf?
45
- [self]
46
- else
47
- children.flat_map(&:recursive_leafs)
48
- end
49
- end
50
-
51
- def to_circular_list_spreader_path
52
- return [] if parent.blank?
53
-
54
- parent.if_present([], &:to_circular_list_spreader_path) + [label]
55
- end
56
-
57
- def to_s
58
- label
59
- end
60
- end
61
- end
62
-
63
- include_examples 'source_target_fixtures', __FILE__
64
-
65
- def source_data(source_file)
66
- described_class.new(node_class.from_file(source_file).recursive_leafs).result.map(&:id)
67
- end
68
- end
@@ -1,124 +0,0 @@
1
- ---
2
- en:
3
- Pop anglofônico:
4
- Adele:
5
- 2011 - 21: true
6
- 2015 - 25: true
7
- 2021 - 30: true
8
- Aurora:
9
- 2016 - All My Demons Greeting Me as a Friend: true
10
- 2018 - Infections Of A Different Kind – Step 1: true
11
- Celine Dion:
12
- 2008 - My Love (Essential Collection): true
13
- Colbie Caillat:
14
- 2011 - All Of You: true
15
- Lana Del Rey:
16
- 2012 - Born To Die - Disc 1: true
17
- 2012 - Paradise: true
18
- 2019 - Norman Fucking Rockwell: true
19
- 2021 - Chemtrails Over The Country Club: true
20
- Maroon 5:
21
- 2018 - Essentials - P1: true
22
- 2018 - Essentials - P2: true
23
- Michael Jackson:
24
- Michael Jackson P1: true
25
- Michael Jackson P2: true
26
- Michael Jackson P3: true
27
- Olivia Rodrigo:
28
- 2021 - Sour: true
29
- Taylor Swift:
30
- 2008 - Fearless: true
31
- Rock anglofônico:
32
- Alanis Morissette:
33
- 2020 - Jagged Little Pill: true
34
- Christopher Cross:
35
- 1979 - Christopher Cross: true
36
- Guns n' Roses:
37
- 2004 - Greatest Hits: true
38
- Michael Kiwanuka:
39
- 2019 - Kiwanuka: true
40
- Queen:
41
- 2011 - The Ultimate Best Of Queen - P1: true
42
- 2011 - The Ultimate Best Of Queen - P2: true
43
- Sinead O'Connor:
44
- 1990 - I Do Not Want What I Haven't Got: true
45
- Weyes Blood:
46
- 2019 - Titanic Rising: true
47
- Anglofônico - Vários:
48
- Aldous Harding:
49
- 2019 - Designer: true
50
- FKA Twigs:
51
- 2019 - Magdalene: true
52
- Jamila Woods:
53
- 2019 - LEGACY! LEGACY!: true
54
- Norah Jones:
55
- "[2002] Come Away With Me": true
56
- Vários:
57
- 2021 - Cinema Selecionadas: true
58
- Americana - Country:
59
- Dixie Chicks:
60
- 2006 - Taking The Long Way: true
61
- Kacey Musgraves:
62
- 2013 - Same Trailer Different Park: true
63
- 2018 - Golden Hour: true
64
- 2021 - Star-Crossed: true
65
- pt:
66
- Pop-rock brasileiro:
67
- Anavitória:
68
- 2016 - Anavitória: true
69
- 2018 - O Tempo é Agora: true
70
- Ira:
71
- A26 2004 Ira! - Acústico MTV: true
72
- Kiko Zambianchi:
73
- 1985 - Choque: true
74
- Nando Reis:
75
- 2016 - Jardim-Pomar: true
76
- Pitty:
77
- 2003 - Admirável Chip Novo: true
78
- Rita Lee:
79
- 2003 - Balacobaco: true
80
- Tiago Iorc:
81
- 2015 - Troco Likes: true
82
- MPB:
83
- Belchior:
84
- 2022 - Selecionadas - Parte 1: true
85
- 2022 - Selecionadas - Parte 2: true
86
- Beto Guedes:
87
- 2004 - Em Algum Lugar: true
88
- 2022 - Selecionadas - 1: true
89
- 2022 - Selecionadas - 2: true
90
- Chico Buarque:
91
- "(1972) Quando O Carnaval Chegar": true
92
- "(1983) Para Viver Um Grande Amor - Trilha Sonora": true
93
- "(1988) Dança Da Meia-Lua": true
94
- 2022 - Selecionadas - 1: true
95
- Diana Pequeno:
96
- 1978 - Diana Pequeno: true
97
- 1979 - Eterno Como Areia: true
98
- Elis Regina:
99
- 1976. Falso Brilhante: true
100
- Gilberto Gil:
101
- 1972 - Expresso 2222: true
102
- Lô Borges:
103
- 2022 - Selecionadas: true
104
- Maria Bethania:
105
- 1977 - Pássaro da Manhã: true
106
- Marina Machado:
107
- 2002 - Marina 6 Horas da Tarde: true
108
- 2008 - Tempo Quente: true
109
- Marisa Monte:
110
- "(2000) Memorias, Cronicas e Declaracoes de Amor": true
111
- "(2002) - Tribalistas": true
112
- "(2006) Infinito Particular": true
113
- Milton Nascimento:
114
- 1999 - Crooner: true
115
- Os Mutantes:
116
- 1971 - Jardim Elétrico: true
117
- Trio Amaranto:
118
- Brasilêro: true
119
- Vários:
120
- 1976 - Doces Bárbaros: true
121
- Zeca Baleiro:
122
- 2019 - O Amor no Caos, Vol. 1: true
123
- Zé Ramalho:
124
- 1978 - Zé Ramalho I: true
@@ -1,70 +0,0 @@
1
- ---
2
- - en | Pop anglofônico | Lana Del Rey | 2021 - Chemtrails Over The Country Club
3
- - pt | MPB | Chico Buarque | 2022 - Selecionadas - 1
4
- - en | Rock anglofônico | Queen | 2011 - The Ultimate Best Of Queen - P2
5
- - pt | Pop-rock brasileiro | Anavitória | 2018 - O Tempo é Agora
6
- - en | Anglofônico - Vários | Vários | 2021 - Cinema Selecionadas
7
- - pt | MPB | Marisa Monte | (2006) Infinito Particular
8
- - en | Pop anglofônico | Michael Jackson | Michael Jackson P3
9
- - pt | MPB | Vários | 1976 - Doces Bárbaros
10
- - en | Americana - Country | Dixie Chicks | 2006 - Taking The Long Way
11
- - pt | MPB | Marina Machado | 2002 - Marina 6 Horas da Tarde
12
- - en | Pop anglofônico | Adele | 2011 - 21
13
- - en | Rock anglofônico | Alanis Morissette | 2020 - Jagged Little Pill
14
- - pt | MPB | Chico Buarque | (1983) Para Viver Um Grande Amor - Trilha Sonora
15
- - en | Pop anglofônico | Lana Del Rey | 2012 - Paradise
16
- - pt | MPB | Diana Pequeno | 1979 - Eterno Como Areia
17
- - en | Pop anglofônico | Aurora | 2018 - Infections Of A Different Kind – Step 1
18
- - pt | Pop-rock brasileiro | Rita Lee | 2003 - Balacobaco
19
- - en | Rock anglofônico | Weyes Blood | 2019 - Titanic Rising
20
- - pt | MPB | Belchior | 2022 - Selecionadas - Parte 2
21
- - en | Anglofônico - Vários | FKA Twigs | 2019 - Magdalene
22
- - pt | MPB | Beto Guedes | 2022 - Selecionadas - 1
23
- - en | Pop anglofônico | Maroon 5 | 2018 - Essentials - P2
24
- - pt | MPB | Zé Ramalho | 1978 - Zé Ramalho I
25
- - en | Americana - Country | Kacey Musgraves | 2018 - Golden Hour
26
- - pt | MPB | Elis Regina | 1976. Falso Brilhante
27
- - en | Pop anglofônico | Lana Del Rey | 2019 - Norman Fucking Rockwell
28
- - pt | Pop-rock brasileiro | Nando Reis | 2016 - Jardim-Pomar
29
- - en | Rock anglofônico | Michael Kiwanuka | 2019 - Kiwanuka
30
- - pt | MPB | Lô Borges | 2022 - Selecionadas
31
- - en | Pop anglofônico | Adele | 2015 - 25
32
- - pt | MPB | Marisa Monte | (2002) - Tribalistas
33
- - en | Anglofônico - Vários | Norah Jones | [2002] Come Away With Me
34
- - pt | Pop-rock brasileiro | Ira | A26 2004 Ira! - Acústico MTV
35
- - en | Americana - Country | Kacey Musgraves | 2013 - Same Trailer Different Park
36
- - pt | MPB | Chico Buarque | (1988) Dança Da Meia-Lua
37
- - en | Pop anglofônico | Michael Jackson | Michael Jackson P2
38
- - pt | MPB | Trio Amaranto | Brasilêro
39
- - en | Rock anglofônico | Christopher Cross | 1979 - Christopher Cross
40
- - en | Pop anglofônico | Taylor Swift | 2008 - Fearless
41
- - pt | Pop-rock brasileiro | Pitty | 2003 - Admirável Chip Novo
42
- - pt | MPB | Zeca Baleiro | 2019 - O Amor no Caos, Vol. 1
43
- - en | Pop anglofônico | Colbie Caillat | 2011 - All Of You
44
- - pt | MPB | Milton Nascimento | 1999 - Crooner
45
- - en | Rock anglofônico | Queen | 2011 - The Ultimate Best Of Queen - P1
46
- - pt | MPB | Beto Guedes | 2004 - Em Algum Lugar
47
- - en | Pop anglofônico | Aurora | 2016 - All My Demons Greeting Me as a Friend
48
- - pt | MPB | Belchior | 2022 - Selecionadas - Parte 1
49
- - en | Anglofônico - Vários | Jamila Woods | 2019 - LEGACY! LEGACY!
50
- - pt | Pop-rock brasileiro | Anavitória | 2016 - Anavitória
51
- - en | Pop anglofônico | Lana Del Rey | 2012 - Born To Die - Disc 1
52
- - pt | MPB | Chico Buarque | (1972) Quando O Carnaval Chegar
53
- - en | Pop anglofônico | Michael Jackson | Michael Jackson P1
54
- - pt | MPB | Diana Pequeno | 1978 - Diana Pequeno
55
- - en | Rock anglofônico | Sinead O'Connor | 1990 - I Do Not Want What I Haven't Got
56
- - pt | MPB | Os Mutantes | 1971 - Jardim Elétrico
57
- - en | Pop anglofônico | Olivia Rodrigo | 2021 - Sour
58
- - pt | MPB | Marina Machado | 2008 - Tempo Quente
59
- - en | Americana - Country | Kacey Musgraves | 2021 - Star-Crossed
60
- - pt | Pop-rock brasileiro | Tiago Iorc | 2015 - Troco Likes
61
- - en | Pop anglofônico | Celine Dion | 2008 - My Love (Essential Collection)
62
- - pt | MPB | Maria Bethania | 1977 - Pássaro da Manhã
63
- - en | Rock anglofônico | Guns n' Roses | 2004 - Greatest Hits
64
- - pt | MPB | Marisa Monte | (2000) Memorias, Cronicas e Declaracoes de Amor
65
- - en | Anglofônico - Vários | Aldous Harding | 2019 - Designer
66
- - pt | MPB | Gilberto Gil | 1972 - Expresso 2222
67
- - en | Pop anglofônico | Maroon 5 | 2018 - Essentials - P1
68
- - pt | Pop-rock brasileiro | Kiko Zambianchi | 1985 - Choque
69
- - en | Pop anglofônico | Adele | 2021 - 30
70
- - pt | MPB | Beto Guedes | 2022 - Selecionadas - 2
@@ -1,7 +0,0 @@
1
- ---
2
- A:
3
- A1: true
4
- A2: true
5
- B:
6
- B1: true
7
- B2: true
@@ -1,5 +0,0 @@
1
- ---
2
- - B | B2
3
- - A | A2
4
- - B | B1
5
- - A | A1
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'ehbrs_ruby_utils/videos/opensubtitles/parsers/episode'
4
-
5
- RSpec.describe ::EhbrsRubyUtils::Videos::Opensubtitles::Parsers::Episode do
6
- include_examples 'source_target_fixtures', __FILE__
7
- end