{"id":26442733,"url":"https://github.com/ahmard/uticlass","last_synced_at":"2025-03-18T10:29:57.948Z","repository":{"id":45179340,"uuid":"288215590","full_name":"Ahmard/uticlass","owner":"Ahmard","description":"The goal of this project is to let you surf the web without annoying ads.","archived":false,"fork":false,"pushed_at":"2022-01-03T12:08:48.000Z","size":102,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T21:40:25.701Z","etag":null,"topics":["guzwrap","php","querylist","scrapper","scrapping","uticlass","video-downloader"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ahmard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-17T15:23:39.000Z","updated_at":"2023-09-04T23:01:54.000Z","dependencies_parsed_at":"2022-09-10T11:24:36.307Z","dependency_job_id":null,"html_url":"https://github.com/Ahmard/uticlass","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmard%2Futiclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmard%2Futiclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmard%2Futiclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmard%2Futiclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahmard","download_url":"https://codeload.github.com/Ahmard/uticlass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244201487,"owners_count":20415087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guzwrap","php","querylist","scrapper","scrapping","uticlass","video-downloader"],"created_at":"2025-03-18T10:29:57.277Z","updated_at":"2025-03-18T10:29:57.931Z","avatar_url":"https://github.com/Ahmard.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uticlass\n\nPieces of classes jam-packed to ease day-to-day life :)\n\n# Installation\n\nMake sure that you have composer installed\n[Composer](http://getcomposer.org).\n\nIf you don't have Composer run the below command\n\n```bash\ncurl -sS https://getcomposer.org/installer | php\n```\n\nNow, let's install uticlas:\n\n```bash\ncomposer require ahmard/uticlass\n```\n\n# Usage\n\n### Videos\n\nExtract movies/tv shows download links\n\n```php\nuse Uticlass\\Video\\CoolMoviez;\nuse Uticlass\\Video\\FZMovies;\nuse Uticlass\\Video\\NetNaija;\n\nrequire 'vendor/autoload.php';\n\n//Extract links and data\n\n//Fzmovies\n$fzUrl = 'https://fzmovies.net/movie-Moana%202016--hmp4.htm';\n$dlLink1 = FZMovies::init($fzUrl)-\u003eget(\n    chosenLink: 2, \n    quality: FZMovies::QUALITY_720P\n);\n\n//Netnaija\n$nnUrl = 'https://www.thenetnaija.com/videos/movies/6856-hot-summer-nights-2017';\n$dlLink2 = NetNaija::init($nnUrl)-\u003eget()-\u003elinkTwo();\n\n//Mycoolmoviez\n$mcUrl = 'https://www.coolmoviez.shop/movie/4715/Megafault_(2009)_english_movie.html';\n$dlLink3 = CoolMoviez::init($mcUrl)-\u003eget();\n```\n\n### Others\n\nExtract links from file storage and lyric sites\n\n```php\nuse Uticlass\\Lyrics\\Genius;\nuse Uticlass\\Others\\ZippyShare;\nuse Uticlass\\Others\\FireFiles;\n\n//Genius lyrics\n$lyrics = Genius::init('https://genius.com/Taylor-swift-the-last-great-american-dynasty-lyrics')-\u003eget();\n\n//ZippyShare\n$zippyUrl = 'https://www118.zippyshare.com/v/5pwuoWgg/file.html';\n$fileUrl = ZippyShare::init($zippyUrl)-\u003eget();\n\n//FireFiles\n$webpageUrl = 'https://firefiles.org/5m6rzmnb7v54'; //The Mandalorian S01E06\n$fileLink = FireFiles::init($webpageUrl)-\u003eget();\n```\n\n### Searching\n\nSearch movies sites\n\n```php\nuse Uticlass\\Video\\Search\\FZMoviesSearch;\nuse Uticlass\\Video\\Search\\FEMKVComSearch;\nuse Uticlass\\Video\\Search\\NetNaijaSearch;\n\nrequire 'vendor/autoload.php';\n\n//FZMovies\n$searchResults = FZMoviesSearch::create()\n    -\u003esearch('wrong')\n    -\u003eget(2);\n\n//480mkv.com\n$searchResults = FEMKVComSearch::create()\n    -\u003esearch('love')\n    -\u003eget();\n\n//NetNaija.com\n$searchResults = NetNaijaSearch::create()\n    -\u003esearch('love')\n    -\u003ecategory(NetNaijaSearch::CAT_VIDEOS)\n    -\u003eget(3);\n```\n\n## [Examples](examples)\n\n### No Licence :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmard%2Futiclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmard%2Futiclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmard%2Futiclass/lists"}