57 Commits

Author SHA1 Message Date
48cf249241 use gitea-job-image container in CI workflow 2026-07-04 17:42:16 +00:00
f4f83cd65f add git checkout step to CI workflow 2026-07-04 17:40:06 +00:00
fb3720a07b use certauth.ms CA certs, drop GIT_SSL_NO_VERIFY 2026-07-04 17:30:41 +00:00
fedf2f0c52 retrigger CI 2026-07-04 17:07:34 +00:00
f2f734c221 use python3/pip3 in CI workflow 2026-07-04 17:03:57 +00:00
c1e3f47caf retrigger CI 2026-07-04 17:00:46 +00:00
828aab0536 retrigger CI 2026-07-04 16:57:44 +00:00
b1b3d80742 clean workflow file 2026-07-04 16:54:55 +00:00
c7f4bf4b02 retrigger CI 2026-07-04 16:43:33 +00:00
1a630ddaee use native Gitea workspace (no checkout action) 2026-07-04 16:41:37 +00:00
8f53b5afdc retrigger CI 2026-07-04 16:40:18 +00:00
dad384ef60 retrigger CI 2026-07-04 16:38:39 +00:00
c86af50271 use standard GitHub actions (checkout, setup-python) 2026-07-04 16:35:55 +00:00
cc9168e58d use native run steps instead of GitHub actions 2026-07-04 15:30:33 +00:00
0368d56b80 fix CI workflow: use actions/ instead of gitea/ prefixed actions 2026-07-04 15:29:01 +00:00
d580d6b804 add Gitea Actions CI workflow 2026-07-04 15:27:08 +00:00
372defe30b fix: clear stale search results before async fetch to prevent mixing old and new results 2026-07-04 14:51:25 +00:00
0757dc87a1 fix: resolve banned term false positives and show server error in frontend
- Exact match now uses word boundaries (\b) instead of substring to prevent
  'ero' matching 'hero', 'joi' matching 'join'
- Fuzzy match threshold raised from <=4 to <=5 chars to skip short words
- Added 'gooning' to fuzzy skip list ('cooling' matched it at distance 2)
- Removed 'join' from banned_terms.txt (legitimate word)
- Frontend now reads err.response.data.error to display server messages
- Error message for blocked searches: 'Unable to query — banned search term detected.'
2026-07-04 14:09:43 +00:00
e278f94273 fix: skip fuzzy matching for short words (<=4 chars) to prevent false positives like 'lofi' matching 'loli' 2026-07-02 19:05:55 +00:00
204b7fab81 fix: skip fuzzy matching for short banned terms (<=3 chars) to prevent false positives 2026-07-02 18:39:29 +00:00
415fe2324b Update web server, UI components, and add new features (archive, queue, download engine, socket support) 2026-07-02 18:29:40 +00:00
405767a562 WebUI! 2026-03-31 17:39:27 -05:00
429511f96e minor cleanup and updates 2026-03-31 10:19:29 -05:00
538b91acec TUI implement 2026-02-28 02:02:45 -06:00
c22b3884bd fix: load search results in ResultsScreen on mount 2026-02-25 19:07:43 -06:00
06877fb2fc feat: add TUI (Textual User Interface) with download queue system
- New TUI using Textual framework with responsive interface
- Search, results, download, and queue screens for YouTube video management
- Download queue system with sequential background downloads
- Status bar with queue count and download progress indicators
- Comprehensive test suite (97 tests) with 100% pass rate
- Modern Python packaging with pyproject.toml and uv support
- Added requirements-tui.txt for TUI-specific dependencies
- Updated setup.py and install.sh for TUI integration
- Enhanced README.md with TUI usage documentation
2026-02-25 15:59:15 -06:00
29e7aef471 chore: update .gitignore with comprehensive patterns 2026-02-25 15:59:11 -06:00
ff2660e083 Add AGENTS.md and install.sh script 2026-02-24 03:21:19 -06:00
a2e8042f27 Add graceful exit handling for Ctrl+C interrupts 2026-02-21 15:00:11 -06:00
cb1a201107 Fix archive file path to use user directory instead of read-only /app 2026-02-21 14:13:45 -06:00
2fb3dd48c5 Add custom folder name support for category selection 2026-02-21 13:29:10 -06:00
44ac8014de Merge branch 'main' of http://git.example.com/jarianc/youtube-cli 2026-02-20 23:07:27 -06:00
66bba59bd1 Update default download categories to include all 20 categories for better video organization 2026-02-20 23:07:12 -06:00
3687d6f646 Ensure Anime is properly positioned as 21st category in default locations 2026-02-20 09:17:00 -06:00
34d3ecd898 Add Anime as a category to the default locations 2026-02-20 09:11:51 -06:00
8b90a4ebc7 Fix version comparison logic to properly handle version strings like 2026.2.4 vs 2026.02.04 2026-02-20 09:10:37 -06:00
f58f0445ca Fix version comparison logic in update check and improve category organization 2026-02-20 09:09:08 -06:00
56e77c19b1 Implement category-based folder organization for downloads with single category selection for multiple videos 2026-02-20 09:07:40 -06:00
eea1ae5318 Update README with comprehensive project functionalities and documentation 2026-02-04 02:53:12 +00:00
df92bd9017 Fix OpenAPI endpoint path handling for Docker environment 2026-02-03 22:06:41 +00:00
be8be95d8b Fix OpenAPI endpoint to properly serve openapi.json file 2026-02-03 22:04:34 +00:00
22eb070bcc Update docker-compose.yml to use port 4096 consistently 2026-02-03 22:00:52 +00:00
14ce2a8586 Add OpenAPI specification file for full MCP and API compliance 2026-02-03 21:57:25 +00:00
71a3dcc4ee Add MCP capabilities endpoint to make API MCP compliant 2026-02-03 21:50:21 +00:00
d3ba5cc082 Fix Docker network address pool issue and remove obsolete version field from docker-compose.yml 2026-02-03 21:46:07 +00:00
cc2e671168 fix: Update Dockerfile to use port 4096 instead of 4095 to avoid Docker network subnetting issues 2026-02-03 20:49:29 +00:00
449f513a68 fix: Change API port in docker-compose from 4095 to 4096 to avoid Docker network subnetting issues 2026-02-03 20:47:31 +00:00
a778a016ae feat: Add MCP server for YouTube CLI API integration 2026-02-03 20:40:49 +00:00
62f76db98d feat: Add REST API implementation for YouTube CLI with search functionality 2026-02-03 19:16:52 +00:00
57336ac85a remove 2026-02-03 16:40:10 +00:00