ehbrs-tools 0.25.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (231) hide show
  1. checksums.yaml +4 -4
  2. data/.avm.yml +4 -0
  3. data/.rspec +1 -0
  4. data/.rubocop.yml +39 -0
  5. data/Gemfile.lock +307 -0
  6. data/lib/ehbrs/{core_ext.rb → tools/core_ext.rb} +0 -0
  7. data/lib/ehbrs/tools/runner/finances/bb_browser.rb +1 -1
  8. data/lib/ehbrs/tools/runner/fs/selected.rb +19 -26
  9. data/lib/ehbrs/tools/runner/music/lyrics.rb +68 -0
  10. data/lib/ehbrs/tools/runner/music/lyrics_book.rb +41 -0
  11. data/lib/ehbrs/tools/runner/music/selected.rb +6 -6
  12. data/lib/ehbrs/tools/runner/web_utils/videos/upload.rb +1 -1
  13. data/lib/ehbrs/tools/version.rb +1 -1
  14. data/lib/ehbrs/user_dirs.rb +2 -2
  15. data/lib/ehbrs/videos/extract/package.rb +2 -2
  16. data/lib/ehbrs/videos/extract/package_file.rb +0 -1
  17. data/spec/code/rubocop_spec.rb +3 -0
  18. data/spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb +21 -0
  19. data/spec/lib/ehbrs/observers/base_spec.rb +93 -0
  20. data/spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb +62 -0
  21. data/spec/lib/ehbrs/tools/runner/vg/ips_spec.rb +31 -0
  22. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom +0 -0
  23. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips +0 -0
  24. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips +0 -0
  25. data/spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom +0 -0
  26. data/spec/lib/ehbrs/tools/runner/videos/probe_spec.rb +19 -0
  27. data/spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml +105 -0
  28. data/spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb +75 -0
  29. data/spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml +90 -0
  30. data/spec/lib/ehbrs/tools/runner_spec.rb +16 -0
  31. data/spec/lib/ehbrs/vg/wii/game_file_spec.rb +21 -0
  32. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb +11 -0
  33. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump +27 -0
  34. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml +22 -0
  35. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump +28 -0
  36. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml +21 -0
  37. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump +16 -0
  38. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml +19 -0
  39. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump +28 -0
  40. data/spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml +23 -0
  41. data/spec/lib/ehbrs/vg/wii/wit/path_spec.rb +33 -0
  42. data/spec/spec_helper/videos.rb +30 -0
  43. data/spec/spec_helper/videos_files/stub_source.mp4 +0 -0
  44. data/spec/spec_helper.rb +7 -0
  45. data/vendor/aranha-parsers/aranha-parsers.gemspec +1 -0
  46. data/vendor/aranha-parsers/lib/aranha/parsers/rspec/setup.rb +1 -1
  47. data/vendor/aranha-parsers/lib/aranha/parsers/rspec/{source_target_fixtures_example.rb → shared_examples/source_target_fixtures.rb} +0 -0
  48. data/vendor/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb +10 -0
  49. data/vendor/aranha-parsers/lib/aranha/parsers/source_address/http_get.rb +15 -2
  50. data/vendor/aranha-parsers/lib/aranha/parsers/version.rb +1 -1
  51. data/vendor/eac_cli/lib/eac_cli/definition/argument_option.rb +1 -1
  52. data/vendor/eac_cli/lib/eac_cli/definition/base_option.rb +9 -1
  53. data/vendor/eac_cli/lib/eac_cli/definition/boolean_option.rb +6 -0
  54. data/vendor/eac_cli/lib/eac_cli/runner_with/help/builder.rb +3 -3
  55. data/vendor/eac_cli/lib/eac_cli/version.rb +1 -1
  56. data/vendor/eac_cli/spec/lib/eac_cli/runner_spec.rb +6 -5
  57. data/vendor/eac_fs/Gemfile +5 -0
  58. data/vendor/eac_fs/eac_fs.gemspec +20 -0
  59. data/vendor/{eac_ruby_utils/lib/eac_ruby_utils/filesystem_cache.rb → eac_fs/lib/eac_fs/cache.rb} +7 -2
  60. data/vendor/eac_fs/lib/eac_fs/file_info.rb +24 -0
  61. data/vendor/eac_fs/lib/eac_fs/patches/module/fs_cache.rb +10 -0
  62. data/vendor/eac_fs/lib/eac_fs/patches/module.rb +4 -0
  63. data/vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb +10 -0
  64. data/vendor/eac_fs/lib/eac_fs/patches/object.rb +4 -0
  65. data/vendor/eac_fs/lib/eac_fs/patches/pathname/info.rb +12 -0
  66. data/vendor/eac_fs/lib/eac_fs/patches/pathname.rb +4 -0
  67. data/vendor/eac_fs/lib/eac_fs/patches.rb +4 -0
  68. data/vendor/eac_fs/lib/eac_fs/version.rb +5 -0
  69. data/vendor/eac_fs/lib/eac_fs.rb +7 -0
  70. data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/filesystem_cache_spec.rb → eac_fs/spec/lib/eac_fs/cache_spec.rb} +2 -2
  71. data/vendor/eac_fs/spec/rubocop_spec.rb +3 -0
  72. data/vendor/eac_fs/spec/spec_helper.rb +4 -0
  73. data/vendor/eac_ruby_base0/eac_ruby_base0.gemspec +2 -1
  74. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application.rb +3 -3
  75. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/core_ext.rb +1 -0
  76. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +16 -7
  77. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/version.rb +1 -1
  78. data/vendor/eac_ruby_gems_utils/Gemfile +5 -0
  79. data/vendor/eac_ruby_gems_utils/LICENCE +16 -0
  80. data/vendor/eac_ruby_gems_utils/README.rdoc +3 -0
  81. data/vendor/eac_ruby_gems_utils/eac_ruby_gems_utils.gemspec +30 -0
  82. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem/command.rb +33 -0
  83. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem/version_file.rb +41 -0
  84. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem.rb +97 -0
  85. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/base.rb +58 -0
  86. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/minitest.rb +25 -0
  87. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple/decorated_gem.rb +48 -0
  88. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple/result.rb +25 -0
  89. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple.rb +84 -0
  90. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/rspec.rb +21 -0
  91. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests.rb +9 -0
  92. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/version.rb +5 -0
  93. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils.rb +7 -0
  94. data/vendor/eac_ruby_gems_utils/spec/code/rubocop_check_spec.rb +3 -0
  95. data/vendor/eac_ruby_gems_utils/spec/lib/eac_ruby_gems_utils/gem/version_file_spec.rb +14 -0
  96. data/vendor/eac_ruby_gems_utils/spec/lib/eac_ruby_gems_utils/gem/version_file_spec_files/a_version_file.rb +7 -0
  97. data/vendor/eac_ruby_gems_utils/spec/lib/eac_ruby_gems_utils/gem_spec.rb +20 -0
  98. data/vendor/eac_ruby_gems_utils/spec/spec_helper.rb +4 -0
  99. data/vendor/eac_ruby_gems_utils/spec/support/mygem/Gemfile +5 -0
  100. data/vendor/eac_ruby_gems_utils/spec/support/mygem/Gemfile.lock +19 -0
  101. data/vendor/eac_ruby_gems_utils/spec/support/mygem/Rakefile +14 -0
  102. data/vendor/eac_ruby_gems_utils/spec/support/mygem/exe/myrunner +5 -0
  103. data/vendor/eac_ruby_gems_utils/spec/support/mygem/lib/mygem/version.rb +5 -0
  104. data/vendor/eac_ruby_gems_utils/spec/support/mygem/lib/mygem.rb +5 -0
  105. data/vendor/eac_ruby_gems_utils/spec/support/mygem/mygem.gemspec +16 -0
  106. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/compact.rb +22 -0
  107. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/object/compact.rb +20 -0
  108. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/string/delimited.rb +16 -0
  109. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/string_delimited.rb +70 -0
  110. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  111. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/compact_spec.rb +20 -0
  112. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/compact_spec.rb +20 -0
  113. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/string/delimited_spec.rb +34 -0
  114. data/vendor/eac_templates/Gemfile +5 -0
  115. data/vendor/eac_templates/eac_templates.gemspec +19 -0
  116. data/vendor/eac_templates/lib/eac_templates/directory.rb +108 -0
  117. data/vendor/eac_templates/lib/eac_templates/file.rb +48 -0
  118. data/vendor/eac_templates/lib/eac_templates/patches/module/erb_template.rb +9 -0
  119. data/vendor/eac_templates/lib/eac_templates/patches/module/template.rb +10 -0
  120. data/vendor/eac_templates/lib/eac_templates/patches/module.rb +4 -0
  121. data/vendor/eac_templates/lib/eac_templates/patches/object/erb_template.rb +9 -0
  122. data/vendor/eac_templates/lib/eac_templates/patches/object/template.rb +9 -0
  123. data/vendor/eac_templates/lib/eac_templates/patches/object.rb +4 -0
  124. data/vendor/eac_templates/lib/eac_templates/patches.rb +4 -0
  125. data/vendor/eac_templates/lib/eac_templates/searcher.rb +53 -0
  126. data/vendor/eac_templates/lib/eac_templates/variable_not_found_error.rb +5 -0
  127. data/vendor/eac_templates/lib/eac_templates/variable_providers/base.rb +21 -0
  128. data/vendor/eac_templates/lib/eac_templates/variable_providers/config_reader.rb +27 -0
  129. data/vendor/eac_templates/lib/eac_templates/variable_providers/entries_reader.rb +23 -0
  130. data/vendor/eac_templates/lib/eac_templates/variable_providers/generic.rb +23 -0
  131. data/vendor/eac_templates/lib/eac_templates/variable_providers/hash.rb +27 -0
  132. data/vendor/eac_templates/lib/eac_templates/variable_providers.rb +23 -0
  133. data/vendor/eac_templates/lib/eac_templates/version.rb +5 -0
  134. data/vendor/eac_templates/lib/eac_templates.rb +7 -0
  135. data/vendor/eac_templates/spec/lib/eac_templates/file_spec.rb +35 -0
  136. data/vendor/eac_templates/spec/lib/eac_templates/file_spec_files/expected_content +2 -0
  137. data/vendor/eac_templates/spec/lib/eac_templates/file_spec_files/source.template +2 -0
  138. data/vendor/eac_templates/spec/lib/eac_templates/searcher_spec.rb +30 -0
  139. data/vendor/eac_templates/spec/lib/eac_templates/searcher_spec_files/path1/subdir1/file1.template +1 -0
  140. data/vendor/eac_templates/spec/lib/eac_templates/searcher_spec_files/path1/subdir1/file2 +1 -0
  141. data/vendor/eac_templates/spec/lib/eac_templates/searcher_spec_files/path2/subdir1/file3.template +1 -0
  142. data/vendor/eac_templates/spec/lib/object/template_spec.rb +23 -0
  143. data/vendor/eac_templates/spec/lib/object/template_spec_files/path/my_stub_with_template +1 -0
  144. data/vendor/eac_templates/spec/rubocop_spec.rb +3 -0
  145. data/vendor/eac_templates/spec/spec_helper.rb +4 -0
  146. data/vendor/ehbrs_ruby_utils/ehbrs_ruby_utils.gemspec +6 -1
  147. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/core_ext.rb +5 -0
  148. data/{lib/ehbrs → vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils}/fs/compressed_package.rb +1 -1
  149. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/fs/selected/build.rb +41 -0
  150. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/fs/selected/build_file.rb +27 -0
  151. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/fs/selected.rb +35 -0
  152. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/fs.rb +10 -0
  153. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/music/lyrics_book/album.rb +42 -0
  154. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/music/lyrics_book/resource.rb +64 -0
  155. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/music/lyrics_book/song.rb +68 -0
  156. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/music/lyrics_book.rb +65 -0
  157. data/{lib/ehbrs/fs.rb → vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/music.rb} +2 -2
  158. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/patches/object.rb +4 -0
  159. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/patches.rb +4 -0
  160. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/version.rb +1 -1
  161. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/videos/container.rb +31 -0
  162. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/videos/stream.rb +1 -1
  163. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/album/inner.html.erb +3 -0
  164. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/custom_style.css +11 -0
  165. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb +14 -0
  166. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/main.html.erb +24 -0
  167. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/resource/main.html.erb +8 -0
  168. data/vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/song/inner.html.erb +5 -0
  169. data/vendor/ultimate_lyrics/Gemfile +5 -0
  170. data/vendor/ultimate_lyrics/bin/download_parser_spec_files.rb +94 -0
  171. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/field.rb +83 -0
  172. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/lyrics.rb +13 -0
  173. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/parser.rb +28 -0
  174. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/exclude_item.rb +17 -0
  175. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/extract_item.rb +21 -0
  176. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/item.rb +48 -0
  177. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/replace_fields.rb +13 -0
  178. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/rule.rb +52 -0
  179. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider/url_format.rb +21 -0
  180. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider.rb +96 -0
  181. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/provider_search.rb +43 -0
  182. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/providers_data.xml +356 -0
  183. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/song_metadata/field.rb +24 -0
  184. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/song_metadata.rb +28 -0
  185. data/vendor/ultimate_lyrics/lib/ultimate_lyrics/version.rb +5 -0
  186. data/vendor/ultimate_lyrics/lib/ultimate_lyrics.rb +7 -0
  187. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec.rb +20 -0
  188. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__michael_jackson_thriller.source.html +8 -0
  189. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__michael_jackson_thriller.target.yaml +3 -0
  190. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__michael_jackson_thriller.url +1 -0
  191. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__milton_nascimento_rouxinol.source.html +8 -0
  192. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__milton_nascimento_rouxinol.target.yaml +3 -0
  193. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/encyclopaedia_metallum__milton_nascimento_rouxinol.url +1 -0
  194. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__michael_jackson_thriller.source.html +193 -0
  195. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__michael_jackson_thriller.target.yaml +3 -0
  196. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__michael_jackson_thriller.url +1 -0
  197. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__milton_nascimento_rouxinol.source.html +193 -0
  198. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__milton_nascimento_rouxinol.target.yaml +3 -0
  199. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/hindilyrics_net_bollywood_songs__milton_nascimento_rouxinol.url +1 -0
  200. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__michael_jackson_thriller.source.html +87 -0
  201. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__michael_jackson_thriller.target.yaml +36 -0
  202. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__michael_jackson_thriller.url +1 -0
  203. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__milton_nascimento_rouxinol.source.html +4 -0
  204. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__milton_nascimento_rouxinol.target.yaml +3 -0
  205. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyrics_com__milton_nascimento_rouxinol.url +1 -0
  206. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__michael_jackson_thriller.source.html +2 -0
  207. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__michael_jackson_thriller.target.yaml +3 -0
  208. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__michael_jackson_thriller.url +1 -0
  209. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__milton_nascimento_rouxinol.source.html +2 -0
  210. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__milton_nascimento_rouxinol.target.yaml +3 -0
  211. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsplugin_com__milton_nascimento_rouxinol.url +1 -0
  212. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsreg_com__milton_nascimento_rouxinol.source.html +101 -0
  213. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsreg_com__milton_nascimento_rouxinol.target.yaml +3 -0
  214. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/lyricsreg_com__milton_nascimento_rouxinol.url +1 -0
  215. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__michael_jackson_thriller.source.html +29 -0
  216. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__michael_jackson_thriller.target.yaml +3 -0
  217. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__michael_jackson_thriller.url +1 -0
  218. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__milton_nascimento_rouxinol.source.html +29 -0
  219. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__milton_nascimento_rouxinol.target.yaml +3 -0
  220. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/mp3lyrics_org__milton_nascimento_rouxinol.url +1 -0
  221. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/songlyrics_com__michael_jackson_thriller.source.html +1301 -0
  222. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/songlyrics_com__michael_jackson_thriller.target.yaml +3 -0
  223. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/parser_spec_files/songlyrics_com__michael_jackson_thriller.url +1 -0
  224. data/vendor/ultimate_lyrics/spec/lib/ultimate_lyrics/provider_search_spec.rb +72 -0
  225. data/vendor/ultimate_lyrics/spec/rubocop_spec.rb +3 -0
  226. data/vendor/ultimate_lyrics/spec/spec_helper.rb +4 -0
  227. data/vendor/ultimate_lyrics/ultimate_lyrics.gemspec +21 -0
  228. metadata +251 -12
  229. data/lib/ehbrs/patches/module/erb_template.rb +0 -11
  230. data/lib/ehbrs/patches/object/erb_template.rb +0 -9
  231. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/fs_cache.rb +0 -12
@@ -0,0 +1,193 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head><script type="text/javascript">var abp;</script><script type="text/javascript" src="http://www.hindilyrics.net/px.js?ch=1"></script><script type="text/javascript" src="http://www.hindilyrics.net/px.js?ch=2"></script><script type="text/javascript">function handleABPDetect(){try{if(!abp) return;var imglog = document.createElement("img");imglog.style.height="0px";imglog.style.width="0px";imglog.src="http://www.hindilyrics.net/sk-logabpstatus.php?a=bC9LdFZpSkV3MjhjcEhPaHlUakV0dFUwS3hXTWg2RVFYdzJEbHF6Y1hic3JaUW9RNEZmMVhrZFR4UWt1TW9SMTVjVDJJN2c3Mm9lVjU2ZTUzRFQzdG02YmpRRm13bWt0dVFLdnhyTTQ2QStieFFZRmcxNVJxTlVsVFIwSjZ3NzY=&b="+abp;document.body.appendChild(imglog);if(typeof abperurl !== "undefined" && abperurl!="")window.top.location=abperurl;}catch(err){}}</script><meta name="tids" content="a='12960' b='14992' c='hindilyrics.net' d='entity_mapped'" /><title>Hindilyrics.net Is For Sale</title>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6
+ <meta name="description" content="The domain name Hindilyrics.net is for sale. Call BuyDomains at 844-896-7299 to get a price quote and get your business online today!" />
7
+ <style type="text/css">
8
+
9
+ @font-face {font-family: "open-sans";src: url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.eot");src: url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.eot?#iefix") format("embedded-opentype"),url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.woff") format("woff"),url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.woff2") format("woff2"),url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.ttf") format("truetype"),url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.otf") format("opentype"),url("http://i2.cdn-image.com/__media__/fonts/open-sans/open-sans.svg#open-sans") format("svg");font-weight: normal;font-style: normal;}
10
+ @font-face {font-family: "ubuntu-b";src: url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.eot");src: url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.eot?#iefix") format("embedded-opentype"),url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.woff") format("woff"),url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.woff2") format("woff2"),url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.ttf") format("truetype"),url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.otf") format("opentype"),url("http://i2.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.svg#ubuntu-b") format("svg");font-weight: normal;font-style: normal;}
11
+ *{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif}
12
+ a {text-decoration:none; outline:none}
13
+ a img {border:none}
14
+ li {list-style:none}
15
+ .clear {clear:both; overflow:hidden; line-height:0; font-size:0; height:0}
16
+ .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear: both;height:0}
17
+ * html .clearfix{zoom:1}
18
+ *:first-child+html .clearfix{zoom:1}
19
+ a{text-decoration:none}
20
+ input{outline:none}
21
+
22
+
23
+ body{font-size:14px; font-family:
24
+ open-sans
25
+ ,sans-serif; background: #303030 url(http://i2.cdn-image.com/__media__/pics/10974/background1.jpg) repeat left center fixed; background-size: cover; -webkit-text-size-adjust: 100%;}
26
+
27
+
28
+ .frt_arr{float:left;width:345px; height:636px; background:url(http://i2.cdn-image.com/__media__/pics/12066/arr2.jpg);background-position:right center; background-repeat:no-repeat; }
29
+ .lst_arr{float:left;width:345px; height:636px; background:url(http://i2.cdn-image.com/__media__/pics/12066/arr1.jpg); background-position:left center; background-repeat:no-repeat;}
30
+
31
+
32
+ div.search-form{height:35px; width: 435px; background: #ffffff url(http://i2.cdn-image.com/__media__/pics/10647/search.png) no-repeat 10px center; margin: 0 auto; border: 1px solid #cccccc}
33
+ .srchTxt{background: transparent none repeat scroll 0 0; border: 0 none; float: left; font-size: 16px; height: 25px; line-height: 25px; padding: 5px; width: 332px; color: #333333;padding-left: 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
34
+ .srchBtn {background: #6aae2b; border: none; color: #fff; cursor: pointer; float: right; font-size: 15px; height: 35px; outline: medium none; width: 68px;-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-family:
35
+ ubuntu-b
36
+ ,sans-serif;}
37
+
38
+
39
+ .wrapper{width: 1140px; margin: 0 auto; background: #fff; margin-top: 25px}
40
+ .popular-searches {margin:0 auto; float: left; width: 450px; padding-top: 30px; padding-bottom: 30px}
41
+ .kwds {width:100%; padding:0 0 30px}
42
+ .links-head{color: #6aae2b;
43
+ text-align: center;
44
+ font-size: 22px;
45
+ word-wrap: break-word;
46
+ text-transform: capitalize;
47
+ padding-bottom: 34px;
48
+ font-family: Arial,sans-serif;}
49
+ .links-head a{color: #6aae2b;
50
+ font-size: 22px;
51
+ font-family: Arial,sans-serif;}
52
+
53
+ .first{padding-left: 0 !important}
54
+ .second{padding-right: 0 !important}
55
+ .margNone {margin:0}
56
+
57
+ .kwds li a{font-size: 26px; color: #333333; font-family:
58
+ open-sans
59
+ ,sans-serif; line-height: 30px;word-wrap: break-word; text-transform:capitalize; text-align: center;}
60
+ .kwds li a:hover{color: #11abd4; text-decoration: underline;}
61
+ .kwds li{margin-bottom: 30px;text-align: center;}
62
+ ul {padding:0; width:100%}
63
+
64
+ .custom-msg { background:#fdffec; border-top: 1px solid #ffe594; border-bottom: 1px solid #ffe594; color:#000000; text-align: center; font: 11px/14px Arial, Helvetica, sans-serif; position:absolute; width:100%}
65
+ .custom-msg a { text-decoration: none; color:#CC0000; font-size: 11px; }
66
+ .custom-msg a:hover { text-decoration: underline; }
67
+
68
+
69
+ .no-results{text-align: center;color: #333333;font-size: 15px;margin: 16px auto; width: 92%}
70
+
71
+ ul.privacy {width: 100%;margin: 0 auto;padding: 20px 0;text-align: center; float: none}
72
+ ul.privacy li {width: auto; font-size: 11px;color: #fff;display: inline;padding: 0;float: none;margin: 0;position: relative;font-family: Arial,sans-serif}
73
+ ul.privacy li a {font-size: 11px; color: #fff;text-transform: capitalize; display: inline;padding-left: 0;font-family: Arial,sans-serif}
74
+ ul.privacy li a:hover{text-decoration: underline}
75
+
76
+ @media only screen and (max-width:1200px) {
77
+ .wrapper{width: 90%}
78
+ .frt_arr {width: 30%; background-size: 100%; background-position:right center }
79
+ .lst_arr {width: 30%; background-size: 100%; background-position:0 center; }
80
+ .popular-searches{width: 40%}
81
+ div.search-form{width: 300px}
82
+ .srchTxt{width: 197px}
83
+ }
84
+
85
+
86
+ @media only screen and (max-width:767px) {
87
+
88
+ .frt_arr{display: none}
89
+ .lst_arr{display: none}
90
+ .wrapper{width: 400px}
91
+ .mobile-bg{background: url(http://i2.cdn-image.com/__media__/pics/10901/mobile-bg.png) no-repeat center bottom;background-size:cover;width: 462px;background-size: 100%;background-position: -3px bottom;display: block;height: 120px; margin: 0 auto}
92
+
93
+ .kwds li a{font-size: 16px; line-height: 20px}
94
+ .kwds{padding-bottom: 10px}
95
+ .popular-searches {width: 95%; padding-bottom: 20px; padding-top: 20px; float: none;}
96
+ .srchTxt{font-size: 14px;line-height: 20px}
97
+ .srchBtn{font-size: 13px}
98
+ .kwds li{margin-bottom: 20px}
99
+ .links-head{font-size: 14px; margin: 0 auto; padding-bottom: 25px}
100
+ .links-head a{font-size: 14px;}
101
+ }
102
+
103
+ @media only screen and (max-width:480px) {
104
+ div.search-form{width: 235px}
105
+ .srchTxt{width: 140px}
106
+ .srchBtn{width: 59px}
107
+ .wrapper{width: 80%}
108
+ .mobile-bg{width: 94%}
109
+ }
110
+
111
+ @media only screen and (max-width:320px) {
112
+ .mobile-bg{background-position: -2px bottom;}
113
+ }
114
+
115
+ .related-searches-custom {display: block; margin: 0 auto 10px}
116
+ </style>
117
+
118
+
119
+ <!--[if IE 7]>
120
+ <style>
121
+ li{float:none}
122
+ </style>
123
+ <![endif]-->
124
+
125
+
126
+ <script language="JavaScript" type="text/javascript" src="http://i2.cdn-image.com/__media__/js/min.js?v2.3"></script>
127
+
128
+ <script> var dataLayer = window.dataLayer = window.dataLayer || []; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NL5LTF');</script> <!-- End Google Tag Manager -->
129
+
130
+ <script>
131
+ dataLayer.push({
132
+ 'event': 'GAEvent',
133
+ 'uaCat': 'Skenzo2017',
134
+ 'uaAct': 'Parked Banner Ad Load',
135
+ 'uaOptLabel': 'Hindilyrics.net',
136
+ 'uaOptValue': '0'
137
+ });
138
+ </script>
139
+
140
+ </head>
141
+
142
+ <body onload="" onunload="" onBeforeUnload=""><div style="visibility:hidden;display:none;" id="divSponAds"><form name="frmSponsAds" id="frmSponsAds" method="get" action="" target="_top"><input type="hidden" name="params" id="params" /></form></div><!-- sale notice start -->
143
+ <p class="custom-msg"><div style="background: #29fa18; text-align:center; font-family:arial;"> <a href="http://www.buydomains.com/lander/hindilyrics.net/?domain=hindilyrics.net&utm_source=hindilyrics.net&utm_campaign=skenzo&traffic_id=skenzo17&traffic_type=park" onclick="dataLayer.push({'event': 'GAEvent', 'uaCat': 'Skenzo2017', 'uaAct': 'Parked Banner Ad Click', 'uaOptLabel': 'hindilyrics.net', 'uaOptValue': '0'});" rel="nofollow" style="text-decoration: none;display:block"> <p style="font-size:14px; color:#000; font-weight:bold;margin:0;padding:20px 10px"> The domain <span style="text-transform: lowercase">hindilyrics.net</span> is for sale. To purchase, call BuyDomains.com at 781-373-6841 or 844-896-7299. <span style="text-decoration: underline; color:#0103fd">Click here for more details.</span> </p> </a></div></p>
144
+
145
+ <div class="wrapper clearfix">
146
+ <div class="arrows lst_arr"></div>
147
+ <div class="popular-searches clearfix">
148
+ <div class="links-head">
149
+ <a href="http://www.Hindilyrics.net" target="_blank">
150
+ <span class="domain">
151
+ Hindilyrics.net </span>
152
+ </a>
153
+ </div>
154
+ <div class="kwds">
155
+ <span class="related-searches-custom">Related Searches:</span>
156
+ <ul>
157
+ <li><a href="http://www.hindilyrics.net/Free_Credit_Report.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=11539660&ktd=0&kld=1042&kp=1" target="_top" onmouseover="changeStatus('Free Credit Report');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Free Credit Report" id="dk1" name="dk1" >Free Credit Report</a></li>
158
+ <li><a href="http://www.hindilyrics.net/10_Best_Mutual_Funds.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=72996&ktd=0&kld=1042&kp=2" target="_top" onmouseover="changeStatus('10 Best Mutual Funds');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="10 Best Mutual Funds" id="dk2" name="dk2" >10 Best Mutual Funds</a></li>
159
+ <li><a href="http://www.hindilyrics.net/Online_classifieds.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=21227026&ktd=0&kld=1042&kp=3" target="_top" onmouseover="changeStatus('Online classifieds');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Online classifieds" id="dk3" name="dk3" >Online classifieds</a></li>
160
+ <li><a href="http://www.hindilyrics.net/Contact_Lens.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=6837160&ktd=0&kld=1042&kp=4" target="_top" onmouseover="changeStatus('Contact Lens');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Contact Lens" id="dk4" name="dk4" >Contact Lens</a></li>
161
+ <li><a href="http://www.hindilyrics.net/Credit_Card_Application.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=7242435&ktd=0&kld=1042&kp=5" target="_top" onmouseover="changeStatus('Credit Card Application');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Credit Card Application" id="dk5" name="dk5" >Credit Card Application</a></li>
162
+ <li><a href="http://www.hindilyrics.net/Best_Penny_Stocks.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=3482138&ktd=0&kld=1042&kp=6" target="_top" onmouseover="changeStatus('Best Penny Stocks');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Best Penny Stocks" id="dk6" name="dk6" >Best Penny Stocks</a></li>
163
+ <li><a href="http://www.hindilyrics.net/Anti_Wrinkle_Creams.cfm?fp=WV7Ehq%2BXwPDNqYPjED7o7lEX2AGUHSpK5dMMyse1skhxU%2BRKsFzXW4WQCC3I93scsi%2F%2F5LKo7jPfteEN6SQ7elOgY5nwDM2ZSqUUIZ5LlPTSaOmKnDHtsX6n0fYL70BJ%2B3SNjHqKNQdd3h%2FmCK8dCdTmPAyQCJO%2FKeTupZHJgeTBNgxZraJVJV0BlI%2Fs6kVx&kbetu=1&maxads=0&kld=1042&prvtof=CHxEGHwNV%2FTi34VDx7lWU2GBqixQztyDuStSr%2FsXi7o%3D&&&kt=112&&ki=1919926&ktd=0&kld=1042&kp=7" target="_top" onmouseover="changeStatus('Anti Wrinkle Creams');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Anti Wrinkle Creams" id="dk7" name="dk7" >Anti Wrinkle Creams</a></li>
164
+ </ul>
165
+ </div>
166
+ <!-- <div class="search-form clearfix">
167
+ <form id="searchform1" name="searchform1" style="visibility:hidden;display:none;" action="http://www.hindilyrics.net/display.cfm" method="get" target="_top" onsubmit="showPop=0;" >
168
+ <input name="s" type="text" onClick="this.value='';" class="srchTxt" />
169
+ <input type="submit" class="srchBtn" value="Search" />
170
+ <input type="hidden" name="gsp" value="UGJTVkQ2c1l5cEthdlRxbDJsb2ZsczRKa0czemg4UUZYcnhUNU96bzdxelNqZGI2Zy83M3JaQjNDZklvM2FJUEJvMHo0eDlGejY3d2l2NS94MGNNa0ViMlJNUXhmNXdWeTE2RnB1dHNiWjRUWG5lL2VOc21keVpjdTFMbEcyUFE2VGxLZ0UwM3NoamRyQkZzbDh5QU4zRit6MWh4SzVnZ3l0S1NwSnVpOCszZXhuWDFPREtTZlpaTHpISkQxT1hIdkc4MjRqaXV1b3RERENYM2o0Q3FleXNLSUUwSGUxSWoyYmpHOWoycE9xeDNXWks2N29JN1A1a2FZS0duVU91ZU9TaDR1ZGt4eHhSTjdBOExQdTFzeml6d2g0b08razdZcFZ5OWlBQjN1Q1dwUGVJcnFHLzc5YTM3UkZDeVV3Z2JKY2tRekRCZkF2dGswRDhJOW1DV25VVmM0eTB4ekF5Sjg2SktHWUxOMkdrPQ%3D%3D" /></form>
171
+ </div> -->
172
+ </div>
173
+ <div class="arrows frt_arr"></div>
174
+ </div>
175
+ <div class="mobile-bg"></div>
176
+
177
+
178
+ <script language="javascript">
179
+ try{window.onload = document.searchform1.s.focus();}catch(e){};
180
+ </script>
181
+
182
+ <!-- Google Tag Manager (noscript) -->
183
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NL5LTF"
184
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
185
+ <!-- End Google Tag Manager (noscript) -->
186
+
187
+ <script type="text/javascript" language="javascript">
188
+ try{handleABPDetect();}catch(err){}
189
+ </script>
190
+ <div style='display:none;visibility:hidden;'><script language="javascript" > function _bpx_() { try {var saScript = document.createElement("script"); saScript.src = location.protocol + "//pxlgnpgecom-a.akamaihd.net/javascripts/browserfp.min.js?templateId=10&customerId=9CU246R04"; saScript.async = "async"; document.body.appendChild(saScript); saScript.onload = function() {try{var fp_instance = new browserfp();var pageAttr = {};pageAttr.kw_id = '';pageAttr.kw_pos = '0';pageAttr.page_id = 'landing_page';pageAttr.vi_id = '1253799525097917482';pageAttr.vs_id = '925vr3799525097717482';pageAttr.hvs_id = '925vt3799525097717482';pageAttr.req_dom='hindilyrics.net';pageAttr.refUrl="";pageAttr.srcUrl="http://www.hindilyrics.net/lyrics/of-Thriller.html";pageAttr.cust_id='9CU246R04';pageAttr.pid = '9PO8M08T1';fp_instance.setPageAttr(pageAttr);fp_instance.sendViewData();}catch(e){}};} catch(e){} } try { if(typeof(_bpx_) == 'function'){ _bpx_(); } } catch(e){} </script> </div><script type="text/javascript">if(setBrowserDetails) setBrowserDetails();</script><style>
191
+ .footlinks-custom-link-wrap{padding:20px 10px;} .footlinks-custom-link{color:#2c2e2d;font-family:Arial,sans-serif;font-size:12px;width:220px;margin:20px auto;padding:7px 10px;background-color:#fff;border-radius:20px;text-align:center} .footlinks-custom-link a{color:#2c2e2d;font-family:Arial,sans-serif;text-decoration:none;font-size:12px} .footlinks-custom-link a:hover{text-decoration:underline} .footlinks-custom-link span{padding:0 4px;display:inline-block} </style>
192
+ <div class="footlinks-custom-link-wrap clearfix"> <div class="footlinks-custom-link"> <a href="//www.hindilyrics.net/sk-privacy.php" target="_blank">Privacy Policy</a> </div> </div><script language="javascript" type="text/javascript" > var __pp = []; atevt(); </script> </body>
193
+ </html>
@@ -0,0 +1,193 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ <html>
3
+ <head><script type="text/javascript">var abp;</script><script type="text/javascript" src="http://www.hindilyrics.net/px.js?ch=1"></script><script type="text/javascript" src="http://www.hindilyrics.net/px.js?ch=2"></script><script type="text/javascript">function handleABPDetect(){try{if(!abp) return;var imglog = document.createElement("img");imglog.style.height="0px";imglog.style.width="0px";imglog.src="http://www.hindilyrics.net/sk-logabpstatus.php?a=c2lqK01uRlFocEtBRm1oVzI4b25CQlNYcG5PYkU4QWh2cmtJVUM3cjVQVW5kYitBWGR5bnFlbDhsZkJuQnRHN3FqUStQQXZWUTRDdnJ5NUdvbHdnUlpZQnE1RFF0WkZqZHMweHRQTUdBS1BVbHB5VVB1T09Bbm1ESEx0bDZkRUI=&b="+abp;document.body.appendChild(imglog);if(typeof abperurl !== "undefined" && abperurl!="")window.top.location=abperurl;}catch(err){}}</script><meta name="tids" content="a='12960' b='14992' c='hindilyrics.net' d='entity_mapped'" /><title>Hindilyrics.net Is For Sale</title>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6
+ <meta name="description" content="The domain name Hindilyrics.net is for sale. Call BuyDomains at 844-896-7299 to get a price quote and get your business online today!" />
7
+ <style type="text/css">
8
+
9
+ @font-face {font-family: "open-sans";src: url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.eot");src: url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.eot?#iefix") format("embedded-opentype"),url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.woff") format("woff"),url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.woff2") format("woff2"),url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.ttf") format("truetype"),url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.otf") format("opentype"),url("http://i4.cdn-image.com/__media__/fonts/open-sans/open-sans.svg#open-sans") format("svg");font-weight: normal;font-style: normal;}
10
+ @font-face {font-family: "ubuntu-b";src: url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.eot");src: url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.eot?#iefix") format("embedded-opentype"),url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.woff") format("woff"),url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.woff2") format("woff2"),url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.ttf") format("truetype"),url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.otf") format("opentype"),url("http://i4.cdn-image.com/__media__/fonts/ubuntu-b/ubuntu-b.svg#ubuntu-b") format("svg");font-weight: normal;font-style: normal;}
11
+ *{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif}
12
+ a {text-decoration:none; outline:none}
13
+ a img {border:none}
14
+ li {list-style:none}
15
+ .clear {clear:both; overflow:hidden; line-height:0; font-size:0; height:0}
16
+ .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear: both;height:0}
17
+ * html .clearfix{zoom:1}
18
+ *:first-child+html .clearfix{zoom:1}
19
+ a{text-decoration:none}
20
+ input{outline:none}
21
+
22
+
23
+ body{font-size:14px; font-family:
24
+ open-sans
25
+ ,sans-serif; background: #303030 url(http://i4.cdn-image.com/__media__/pics/10974/background1.jpg) repeat left center fixed; background-size: cover; -webkit-text-size-adjust: 100%;}
26
+
27
+
28
+ .frt_arr{float:left;width:345px; height:636px; background:url(http://i4.cdn-image.com/__media__/pics/12066/arr2.jpg);background-position:right center; background-repeat:no-repeat; }
29
+ .lst_arr{float:left;width:345px; height:636px; background:url(http://i4.cdn-image.com/__media__/pics/12066/arr1.jpg); background-position:left center; background-repeat:no-repeat;}
30
+
31
+
32
+ div.search-form{height:35px; width: 435px; background: #ffffff url(http://i4.cdn-image.com/__media__/pics/10647/search.png) no-repeat 10px center; margin: 0 auto; border: 1px solid #cccccc}
33
+ .srchTxt{background: transparent none repeat scroll 0 0; border: 0 none; float: left; font-size: 16px; height: 25px; line-height: 25px; padding: 5px; width: 332px; color: #333333;padding-left: 30px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
34
+ .srchBtn {background: #6aae2b; border: none; color: #fff; cursor: pointer; float: right; font-size: 15px; height: 35px; outline: medium none; width: 68px;-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-family:
35
+ ubuntu-b
36
+ ,sans-serif;}
37
+
38
+
39
+ .wrapper{width: 1140px; margin: 0 auto; background: #fff; margin-top: 25px}
40
+ .popular-searches {margin:0 auto; float: left; width: 450px; padding-top: 30px; padding-bottom: 30px}
41
+ .kwds {width:100%; padding:0 0 30px}
42
+ .links-head{color: #6aae2b;
43
+ text-align: center;
44
+ font-size: 22px;
45
+ word-wrap: break-word;
46
+ text-transform: capitalize;
47
+ padding-bottom: 34px;
48
+ font-family: Arial,sans-serif;}
49
+ .links-head a{color: #6aae2b;
50
+ font-size: 22px;
51
+ font-family: Arial,sans-serif;}
52
+
53
+ .first{padding-left: 0 !important}
54
+ .second{padding-right: 0 !important}
55
+ .margNone {margin:0}
56
+
57
+ .kwds li a{font-size: 26px; color: #333333; font-family:
58
+ open-sans
59
+ ,sans-serif; line-height: 30px;word-wrap: break-word; text-transform:capitalize; text-align: center;}
60
+ .kwds li a:hover{color: #11abd4; text-decoration: underline;}
61
+ .kwds li{margin-bottom: 30px;text-align: center;}
62
+ ul {padding:0; width:100%}
63
+
64
+ .custom-msg { background:#fdffec; border-top: 1px solid #ffe594; border-bottom: 1px solid #ffe594; color:#000000; text-align: center; font: 11px/14px Arial, Helvetica, sans-serif; position:absolute; width:100%}
65
+ .custom-msg a { text-decoration: none; color:#CC0000; font-size: 11px; }
66
+ .custom-msg a:hover { text-decoration: underline; }
67
+
68
+
69
+ .no-results{text-align: center;color: #333333;font-size: 15px;margin: 16px auto; width: 92%}
70
+
71
+ ul.privacy {width: 100%;margin: 0 auto;padding: 20px 0;text-align: center; float: none}
72
+ ul.privacy li {width: auto; font-size: 11px;color: #fff;display: inline;padding: 0;float: none;margin: 0;position: relative;font-family: Arial,sans-serif}
73
+ ul.privacy li a {font-size: 11px; color: #fff;text-transform: capitalize; display: inline;padding-left: 0;font-family: Arial,sans-serif}
74
+ ul.privacy li a:hover{text-decoration: underline}
75
+
76
+ @media only screen and (max-width:1200px) {
77
+ .wrapper{width: 90%}
78
+ .frt_arr {width: 30%; background-size: 100%; background-position:right center }
79
+ .lst_arr {width: 30%; background-size: 100%; background-position:0 center; }
80
+ .popular-searches{width: 40%}
81
+ div.search-form{width: 300px}
82
+ .srchTxt{width: 197px}
83
+ }
84
+
85
+
86
+ @media only screen and (max-width:767px) {
87
+
88
+ .frt_arr{display: none}
89
+ .lst_arr{display: none}
90
+ .wrapper{width: 400px}
91
+ .mobile-bg{background: url(http://i4.cdn-image.com/__media__/pics/10901/mobile-bg.png) no-repeat center bottom;background-size:cover;width: 462px;background-size: 100%;background-position: -3px bottom;display: block;height: 120px; margin: 0 auto}
92
+
93
+ .kwds li a{font-size: 16px; line-height: 20px}
94
+ .kwds{padding-bottom: 10px}
95
+ .popular-searches {width: 95%; padding-bottom: 20px; padding-top: 20px; float: none;}
96
+ .srchTxt{font-size: 14px;line-height: 20px}
97
+ .srchBtn{font-size: 13px}
98
+ .kwds li{margin-bottom: 20px}
99
+ .links-head{font-size: 14px; margin: 0 auto; padding-bottom: 25px}
100
+ .links-head a{font-size: 14px;}
101
+ }
102
+
103
+ @media only screen and (max-width:480px) {
104
+ div.search-form{width: 235px}
105
+ .srchTxt{width: 140px}
106
+ .srchBtn{width: 59px}
107
+ .wrapper{width: 80%}
108
+ .mobile-bg{width: 94%}
109
+ }
110
+
111
+ @media only screen and (max-width:320px) {
112
+ .mobile-bg{background-position: -2px bottom;}
113
+ }
114
+
115
+ .related-searches-custom {display: block; margin: 0 auto 10px}
116
+ </style>
117
+
118
+
119
+ <!--[if IE 7]>
120
+ <style>
121
+ li{float:none}
122
+ </style>
123
+ <![endif]-->
124
+
125
+
126
+ <script language="JavaScript" type="text/javascript" src="http://i4.cdn-image.com/__media__/js/min.js?v2.3"></script>
127
+
128
+ <script> var dataLayer = window.dataLayer = window.dataLayer || []; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NL5LTF');</script> <!-- End Google Tag Manager -->
129
+
130
+ <script>
131
+ dataLayer.push({
132
+ 'event': 'GAEvent',
133
+ 'uaCat': 'Skenzo2017',
134
+ 'uaAct': 'Parked Banner Ad Load',
135
+ 'uaOptLabel': 'Hindilyrics.net',
136
+ 'uaOptValue': '0'
137
+ });
138
+ </script>
139
+
140
+ </head>
141
+
142
+ <body onload="" onunload="" onBeforeUnload=""><div style="visibility:hidden;display:none;" id="divSponAds"><form name="frmSponsAds" id="frmSponsAds" method="get" action="" target="_top"><input type="hidden" name="params" id="params" /></form></div><!-- sale notice start -->
143
+ <p class="custom-msg"><div style="background: #29fa18; text-align:center; font-family:arial;"> <a href="http://www.buydomains.com/lander/hindilyrics.net/?domain=hindilyrics.net&utm_source=hindilyrics.net&utm_campaign=skenzo&traffic_id=skenzo17&traffic_type=park" onclick="dataLayer.push({'event': 'GAEvent', 'uaCat': 'Skenzo2017', 'uaAct': 'Parked Banner Ad Click', 'uaOptLabel': 'hindilyrics.net', 'uaOptValue': '0'});" rel="nofollow" style="text-decoration: none;display:block"> <p style="font-size:14px; color:#000; font-weight:bold;margin:0;padding:20px 10px"> The domain <span style="text-transform: lowercase">hindilyrics.net</span> is for sale. To purchase, call BuyDomains.com at 781-373-6841 or 844-896-7299. <span style="text-decoration: underline; color:#0103fd">Click here for more details.</span> </p> </a></div></p>
144
+
145
+ <div class="wrapper clearfix">
146
+ <div class="arrows lst_arr"></div>
147
+ <div class="popular-searches clearfix">
148
+ <div class="links-head">
149
+ <a href="http://www.Hindilyrics.net" target="_blank">
150
+ <span class="domain">
151
+ Hindilyrics.net </span>
152
+ </a>
153
+ </div>
154
+ <div class="kwds">
155
+ <span class="related-searches-custom">Related Searches:</span>
156
+ <ul>
157
+ <li><a href="http://www.hindilyrics.net/10_Best_Mutual_Funds.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=72996&ktd=0&kld=1061&kp=1" target="_top" onmouseover="changeStatus('10 Best Mutual Funds');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="10 Best Mutual Funds" id="dk1" name="dk1" >10 Best Mutual Funds</a></li>
158
+ <li><a href="http://www.hindilyrics.net/High_Speed_Internet.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=13681481&ktd=0&kld=1061&kp=2" target="_top" onmouseover="changeStatus('High Speed Internet');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="High Speed Internet" id="dk2" name="dk2" >High Speed Internet</a></li>
159
+ <li><a href="http://www.hindilyrics.net/Migraine_Pain_Relief.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=19222924&ktd=0&kld=1061&kp=3" target="_top" onmouseover="changeStatus('Migraine Pain Relief');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Migraine Pain Relief" id="dk3" name="dk3" >Migraine Pain Relief</a></li>
160
+ <li><a href="http://www.hindilyrics.net/Healthy_Weight_Loss.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=13454597&ktd=0&kld=1061&kp=4" target="_top" onmouseover="changeStatus('Healthy Weight Loss');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Healthy Weight Loss" id="dk4" name="dk4" >Healthy Weight Loss</a></li>
161
+ <li><a href="http://www.hindilyrics.net/Accident_Lawyers.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=795812&ktd=0&kld=1061&kp=5" target="_top" onmouseover="changeStatus('Accident Lawyers');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Accident Lawyers" id="dk5" name="dk5" >Accident Lawyers</a></li>
162
+ <li><a href="http://www.hindilyrics.net/Health_Insurance.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=13437293&ktd=0&kld=1061&kp=6" target="_top" onmouseover="changeStatus('Health Insurance');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Health Insurance" id="dk6" name="dk6" >Health Insurance</a></li>
163
+ <li><a href="http://www.hindilyrics.net/Top_Smart_Phones.cfm?fp=V7lbb5tNRmEytrs%2FmDIlZk%2BOfieEWnZhLFxEqtgONV6evtjamzQBEOvwZU8BPkAvkUgYmhwiZIh1bClsrU24vpRiKEHYuFtXxsFTeCZZB5zvr2ttgXQ1QwpS2p9MIqtJcIw1DsPfwTAlwvgqCIrT0FnLY%2F%2F%2Bbxgg3bg4Q%2Fz%2FeZuO6DrdFqqp56tejhUloe5Y&kbetu=1&maxads=0&kld=1061&prvtof=wQfpWlyL89%2FJ%2FirGOXWLiJIetZYTIWXhFGubkduVERw%3D&&&kt=112&&ki=28656260&ktd=0&kld=1061&kp=7" target="_top" onmouseover="changeStatus('Top Smart Phones');return true;" onmouseout="changeStatus('');return true;" onclick="if(typeof(showPop) != 'undefined')showPop=0;return modifyKeywordClickURL(this, 'kwclk');;" title="Top Smart Phones" id="dk7" name="dk7" >Top Smart Phones</a></li>
164
+ </ul>
165
+ </div>
166
+ <!-- <div class="search-form clearfix">
167
+ <form id="searchform1" name="searchform1" style="visibility:hidden;display:none;" action="http://www.hindilyrics.net/display.cfm" method="get" target="_top" onsubmit="showPop=0;" >
168
+ <input name="s" type="text" onClick="this.value='';" class="srchTxt" />
169
+ <input type="submit" class="srchBtn" value="Search" />
170
+ <input type="hidden" name="gsp" value="VXdBR1F6MytXT0toek8zQkF1MlhPN09yLzEyZFUvR0lVMkNMbFdBOGNuTjV2THJrL1RHNTZkc1VQbGZyMVFzM0lhWitSZU9RK3gxL1VPTlRneDV3TDMvTGY0TUlXdDNVZHJRbUd1MzNhQXlJVzRJSS9YeHVtQnRvV2l6MmozWXkyL1pROS9qWkY0Vk5iUHd3M1pUVUU0ZUFmK3lOMFpoWDBjL0dIbEsxblZPQTZxQ3JCS0R0M2JlMEM5RndUbWRSMGd0SEJ2UlZ1emxTUm1ETFQ1K1Y2VTJrd3JmL05PL2pxK2k5S2RsVHB1SXcrSmpwMFE0VlU0SXdIRGhmSnNJZEtXajVDUC9EelJHcmVmK3lxZjZIVHZTekJHZEdmRmVzNlNjQWQ3YVArV2d6eDRDMHZCZ0Rha2YxU1VkRUpQc0w4MzN1UFRTV2p5WEFpS1ZKN1NVbTNORzdITERYYlVGR1QyVTdDQlRzekdrPQ%3D%3D" /></form>
171
+ </div> -->
172
+ </div>
173
+ <div class="arrows frt_arr"></div>
174
+ </div>
175
+ <div class="mobile-bg"></div>
176
+
177
+
178
+ <script language="javascript">
179
+ try{window.onload = document.searchform1.s.focus();}catch(e){};
180
+ </script>
181
+
182
+ <!-- Google Tag Manager (noscript) -->
183
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NL5LTF"
184
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
185
+ <!-- End Google Tag Manager (noscript) -->
186
+
187
+ <script type="text/javascript" language="javascript">
188
+ try{handleABPDetect();}catch(err){}
189
+ </script>
190
+ <div style='display:none;visibility:hidden;'><script language="javascript" > function _bpx_() { try {var saScript = document.createElement("script"); saScript.src = location.protocol + "//pxlgnpgecom-a.akamaihd.net/javascripts/browserfp.min.js?templateId=10&customerId=9CU246R04"; saScript.async = "async"; document.body.appendChild(saScript); saScript.onload = function() {try{var fp_instance = new browserfp();var pageAttr = {};pageAttr.kw_id = '';pageAttr.kw_pos = '0';pageAttr.page_id = 'landing_page';pageAttr.vi_id = '1283799526457322789';pageAttr.vs_id = '928vr3799526457222789';pageAttr.hvs_id = '928vt3799526457222789';pageAttr.req_dom='hindilyrics.net';pageAttr.refUrl="";pageAttr.srcUrl="http://www.hindilyrics.net/lyrics/of-Rouxinol.html";pageAttr.cust_id='9CU246R04';pageAttr.pid = '9PO8M08T1';fp_instance.setPageAttr(pageAttr);fp_instance.sendViewData();}catch(e){}};} catch(e){} } try { if(typeof(_bpx_) == 'function'){ _bpx_(); } } catch(e){} </script> </div><script type="text/javascript">if(setBrowserDetails) setBrowserDetails();</script><style>
191
+ .footlinks-custom-link-wrap{padding:20px 10px;} .footlinks-custom-link{color:#2c2e2d;font-family:Arial,sans-serif;font-size:12px;width:220px;margin:20px auto;padding:7px 10px;background-color:#fff;border-radius:20px;text-align:center} .footlinks-custom-link a{color:#2c2e2d;font-family:Arial,sans-serif;text-decoration:none;font-size:12px} .footlinks-custom-link a:hover{text-decoration:underline} .footlinks-custom-link span{padding:0 4px;display:inline-block} </style>
192
+ <div class="footlinks-custom-link-wrap clearfix"> <div class="footlinks-custom-link"> <a href="//www.hindilyrics.net/sk-privacy.php" target="_blank">Privacy Policy</a> </div> </div><script language="javascript" type="text/javascript" > var __pp = []; atevt(); </script> </body>
193
+ </html>
@@ -0,0 +1,87 @@
1
+ <head/><div id="lyrics" class="SCREENONLY">
2
+ It's close to midnight
3
+ And something evil's lurking in the dark
4
+ Under the moonlight
5
+ You see a sight that almost stops your heart
6
+ You try to scream
7
+ But terror takes the sound before you make it
8
+ You start to freeze
9
+ As horror looks you right between the eyes
10
+ You're paralyzed
11
+
12
+ 'Cause this is thriller, thriller night
13
+ And no one's gonna save you from the beast about to strike
14
+ You know it's thriller, thriller night
15
+ You're fighting for your life inside a killer, thriller tonight, yeah
16
+
17
+ Ooh, ooh
18
+ You hear the door slam
19
+ And realize there's nowhere left to run
20
+ You feel the cold hand
21
+ And wonder if you'll ever see the sun
22
+ You close your eyes
23
+ And hope that this is just imagination
24
+ Girl, but all the while
25
+ You hear a creature creepin' up behind
26
+ You're out of time
27
+
28
+ 'Cause this is thriller, thriller night
29
+ There ain't no second chance against the thing with forty eyes, girl
30
+ Thriller, thriller night
31
+ You're fighting for your life inside a killer, thriller tonight
32
+
33
+ Night creatures call
34
+ And the dead start to walk in their masquerade
35
+ There's no escaping the jaws of the alien this time (they're open wide)
36
+ This is the end of your life, ooh
37
+
38
+ They're out to get you
39
+ There's demons closin' in on every side
40
+ They will possess you
41
+ Unless you change that number on your dial
42
+ Now is the time
43
+ For you and I to cuddle close together, yeah
44
+ All through the night
45
+ I'll save you from the terror on the screen
46
+ I'll make you see
47
+
48
+ That this is thriller, thriller night
49
+ 'Cause I can thrill you more than any ghoul would ever dare try
50
+ Thriller, thriller night
51
+ So let me hold you tight and share a killer, thriller
52
+ Chiller, thriller here tonight
53
+ 'Cause this is thriller, thriller night
54
+ Girl, I can thrill you more than any ghoul would ever dare try
55
+ Thriller, thriller night
56
+ So let me hold you tight and share a killer, thriller, ow
57
+
58
+ I'm gonna thrill you tonight
59
+ Darkness falls across the land
60
+ The midnight hour is close at hand
61
+ Creatures crawl in search of blood
62
+ To terrorize y'all's neighborhood (I'm gonna thrill you tonight)
63
+ And whosoever shall be found
64
+ Without the soul for getting down
65
+ Must stand and face the hounds of hell
66
+ And rot inside a corpse's shell
67
+
68
+ I'm gonna thrill you tonight
69
+ Thriller, ooh baby (thriller)
70
+ I'm gonna thrill you tonight (thriller night)
71
+ Thriller, all night, oh baby
72
+ I'm gonna thrill you tonight
73
+ Thriller, thriller night (oh baby)
74
+ I'm gonna thrill you tonight
75
+ Thriller, all night (oh baby)
76
+ Thriller night, babe (thriller night, babe), ooh
77
+
78
+ The foulest stench is in the air
79
+ The funk of forty thousand years
80
+ And grizzly ghouls from every tomb
81
+ Are closing in to seal your doom
82
+ And though you fight to stay alive
83
+ Your body starts to shiver
84
+ For no mere mortal can resist
85
+ The evil of the thriller<br><br><a target='_blank' href='https://www.lyrics.com/lyric/14545391/michael+jackson/thriller'>More info on Lyrics.com</a> <br><br>
86
+ <a target="_blank" href="https://www.lyrics.com" aria-label="Lyrics.com"><img src="https://static.stands4.com/app_common/img/sml_logo_lyr.png" alt="Lyrics.com"></a>
87
+ </div>
@@ -0,0 +1,36 @@
1
+ ---
2
+ :url: false
3
+ :result: "It's close to midnight \nAnd something evil's lurking in the dark\nUnder
4
+ the moonlight \nYou see a sight that almost stops your heart\nYou try to scream\nBut
5
+ terror takes the sound before you make it\nYou start to freeze \nAs horror looks
6
+ you right between the eyes\nYou're paralyzed\n\n'Cause this is thriller, thriller
7
+ night\nAnd no one's gonna save you from the beast about to strike\nYou know it's
8
+ thriller, thriller night\nYou're fighting for your life inside a killer, thriller
9
+ tonight, yeah\n\nOoh, ooh\nYou hear the door slam \nAnd realize there's nowhere
10
+ left to run\nYou feel the cold hand \nAnd wonder if you'll ever see the sun\nYou
11
+ close your eyes \nAnd hope that this is just imagination\nGirl, but all the while
12
+ \nYou hear a creature creepin' up behind\nYou're out of time\n\n'Cause this is thriller,
13
+ thriller night\nThere ain't no second chance against the thing with forty eyes,
14
+ girl\nThriller, thriller night\nYou're fighting for your life inside a killer, thriller
15
+ tonight\n\nNight creatures call\nAnd the dead start to walk in their masquerade\nThere's
16
+ no escaping the jaws of the alien this time (they're open wide)\nThis is the end
17
+ of your life, ooh\n\nThey're out to get you\nThere's demons closin' in on every
18
+ side\nThey will possess you \nUnless you change that number on your dial\nNow is
19
+ the time \nFor you and I to cuddle close together, yeah\nAll through the night \nI'll
20
+ save you from the terror on the screen\nI'll make you see\n\nThat this is thriller,
21
+ thriller night\n'Cause I can thrill you more than any ghoul would ever dare try\nThriller,
22
+ thriller night\nSo let me hold you tight and share a killer, thriller\nChiller,
23
+ thriller here tonight\n'Cause this is thriller, thriller night\nGirl, I can thrill
24
+ you more than any ghoul would ever dare try\nThriller, thriller night\nSo let me
25
+ hold you tight and share a killer, thriller, ow\n\nI'm gonna thrill you tonight\nDarkness
26
+ falls across the land\nThe midnight hour is close at hand\nCreatures crawl in search
27
+ of blood\nTo terrorize y'all's neighborhood (I'm gonna thrill you tonight)\nAnd
28
+ whosoever shall be found\nWithout the soul for getting down\nMust stand and face
29
+ the hounds of hell\nAnd rot inside a corpse's shell\n\nI'm gonna thrill you tonight\nThriller,
30
+ ooh baby (thriller)\nI'm gonna thrill you tonight (thriller night)\nThriller, all
31
+ night, oh baby\nI'm gonna thrill you tonight\nThriller, thriller night (oh baby)\nI'm
32
+ gonna thrill you tonight\nThriller, all night (oh baby)\nThriller night, babe (thriller
33
+ night, babe), ooh\n\nThe foulest stench is in the air\nThe funk of forty thousand
34
+ years\nAnd grizzly ghouls from every tomb\nAre closing in to seal your doom\nAnd
35
+ though you fight to stay alive\nYour body starts to shiver\nFor no mere mortal can
36
+ resist\nThe evil of the thriller\n"
@@ -0,0 +1 @@
1
+ http://www.lyrics.com/lyrics/michael jackson/thriller.html
@@ -0,0 +1,4 @@
1
+ <head/><div id="lyrics" class="SCREENONLY">
2
+ <a target='_blank' href='https://www.lyrics.com/lyrics/rouxinol'>Click to search for the Lyrics on Lyrics.com</a> <br><br>
3
+ <a target="_blank" href="https://www.lyrics.com" aria-label="Lyrics.com"><img src="https://static.stands4.com/app_common/img/sml_logo_lyr.png" alt="Lyrics.com"></a>
4
+ </div>
@@ -0,0 +1 @@
1
+ http://www.lyrics.com/lyrics/milton nascimento/rouxinol.html
@@ -0,0 +1,2 @@
1
+ There is a new version of Lyrics Plugin available<br>
2
+ <a href="http://www.lyricsplugin.com/" target="_blank">Upgrade now</a>
@@ -0,0 +1 @@
1
+ http://www.lyricsplugin.com/winamp03/plugin/?title=thriller&artist=michael jackson
@@ -0,0 +1,2 @@
1
+ There is a new version of Lyrics Plugin available<br>
2
+ <a href="http://www.lyricsplugin.com/" target="_blank">Upgrade now</a>
@@ -0,0 +1 @@
1
+ http://www.lyricsplugin.com/winamp03/plugin/?title=rouxinol&artist=milton nascimento