/** * This file represents an example of the code that themes would use to register * the required plugins. * * It is expected that theme authors would copy and paste this code into their * functions.php file, and amend to suit. * * @package TGM-Plugin-Activation * @subpackage Example * @version 2.3.6 * @author Thomas Griffin * @author Gary Jones * @copyright Copyright (c) 2012, Thomas Griffin * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/thomasgriffin/TGM-Plugin-Activation */ /** * Include the TGM_Plugin_Activation class. */ require_once dirname( __FILE__ ) . '/class-tgm-plugin-activation.php'; add_action( 'tgmpa_register', 'my_theme_register_required_plugins' ); /** * Register the required plugins for this theme. * * In this example, we register two plugins - one included with the TGMPA library * and one from the .org repo. * * The variable passed to tgmpa_register_plugins() should be an array of plugin * arrays. * * This function is hooked into tgmpa_init, which is fired within the * TGM_Plugin_Activation class constructor. */ function my_theme_register_required_plugins() { /** * Array of plugin arrays. Required keys are name and slug. * If the source is NOT from the .org repo, then source is also required. */ $plugins = array( // This is an example of how to include a plugin pre-packaged with a theme array( 'name' => 'Contact Form 7', // The plugin name 'slug' => 'contact-form-7', // The plugin slug (typically the folder name) 'source' => get_stylesheet_directory() . '/includes/plugins/contact-form-7.zip', // The plugin source 'required' => true, // If false, the plugin is only 'recommended' instead of required 'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented 'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins 'external_url' => '', // If set, overrides default API URL and points to an external URL ), array( 'name' => 'Cherry Plugin', // The plugin name. 'slug' => 'cherry-plugin', // The plugin slug (typically the folder name). 'source' => PARENT_DIR . '/includes/plugins/cherry-plugin.zip', // The plugin source. 'required' => true, // If false, the plugin is only 'recommended' instead of required. 'version' => '1.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented. 'force_activation' => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch. 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins. 'external_url' => '', // If set, overrides default API URL and points to an external URL. ) ); /** * Array of configuration settings. Amend each line as needed. * If you want the default strings to be available under your own theme domain, * leave the strings uncommented. * Some of the strings are added into a sprintf, so see the comments at the * end of each line for what each argument will be. */ $config = array( 'domain' => CURRENT_THEME, // Text domain - likely want to be the same as your theme. 'default_path' => '', // Default absolute path to pre-packaged plugins 'parent_menu_slug' => 'themes.php', // Default parent menu slug 'parent_url_slug' => 'themes.php', // Default parent URL slug 'menu' => 'install-required-plugins', // Menu slug 'has_notices' => true, // Show admin notices or not 'is_automatic' => true, // Automatically activate plugins after installation or not 'message' => '', // Message to output right before the plugins table 'strings' => array( 'page_title' => theme_locals("page_title"), 'menu_title' => theme_locals("menu_title"), 'installing' => theme_locals("installing"), // %1$s = plugin name 'oops' => theme_locals("oops_2"), 'notice_can_install_required' => _n_noop( theme_locals("notice_can_install_required"), theme_locals("notice_can_install_required_2") ), // %1$s = plugin name(s) 'notice_can_install_recommended' => _n_noop( theme_locals("notice_can_install_recommended"), theme_locals("notice_can_install_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_install' => _n_noop( theme_locals("notice_cannot_install"), theme_locals("notice_cannot_install_2") ), // %1$s = plugin name(s) 'notice_can_activate_required' => _n_noop( theme_locals("notice_can_activate_required"), theme_locals("notice_can_activate_required_2") ), // %1$s = plugin name(s) 'notice_can_activate_recommended' => _n_noop( theme_locals("notice_can_activate_recommended"), theme_locals("notice_can_activate_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_activate' => _n_noop( theme_locals("notice_cannot_activate"), theme_locals("notice_cannot_activate_2") ), // %1$s = plugin name(s) 'notice_ask_to_update' => _n_noop( theme_locals("notice_ask_to_update"), theme_locals("notice_ask_to_update_2") ), // %1$s = plugin name(s) 'notice_cannot_update' => _n_noop( theme_locals("notice_cannot_update"), theme_locals("notice_cannot_update_2") ), // %1$s = plugin name(s) 'install_link' => _n_noop( theme_locals("install_link"), theme_locals("install_link_2") ), 'activate_link' => _n_noop( theme_locals("activate_link"), theme_locals("activate_link_2") ), 'return' => theme_locals("return"), 'plugin_activated' => theme_locals("plugin_activated"), 'complete' => theme_locals("complete"), // %1$s = dashboard link 'nag_type' => theme_locals("updated") // Determines admin notice type - can only be 'updated' or 'error' ) ); tgmpa( $plugins, $config ); }

Generation log created: 2026-04-08T03:52:27.546354 Price per 1M tokens - Input: $0.12, Output: $0.62

Articles requested: 400 Articles generated: 400 Input tokens: 438000 Output tokens: 509975 Total tokens: 947975 Total cost: $0.3735

Per-article breakdown: - #1 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_01.txt | input: 1107, output: 1197, total: 2304, cost: $0.0009 - #2 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_02.txt | input: 1107, output: 1096, total: 2203, cost: $0.0008 - #3 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_03.txt | input: 1107, output: 1326, total: 2433, cost: $0.0010 - #4 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_04.txt | input: 1107, output: 1354, total: 2461, cost: $0.0010 - #5 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_05.txt | input: 1107, output: 1151, total: 2258, cost: $0.0009 - #6 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_06.txt | input: 1107, output: 1268, total: 2375, cost: $0.0009 - #7 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_07.txt | input: 1107, output: 1379, total: 2486, cost: $0.0010 - #8 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_08.txt | input: 1107, output: 1148, total: 2255, cost: $0.0009 - #9 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_09.txt | input: 1107, output: 1221, total: 2328, cost: $0.0009 - #10 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_10.txt | input: 1107, output: 1111, total: 2218, cost: $0.0008 - #11 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_11.txt | input: 1107, output: 1362, total: 2469, cost: $0.0010 - #12 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_12.txt | input: 1107, output: 1499, total: 2606, cost: $0.0011 - #13 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_13.txt | input: 1107, output: 1265, total: 2372, cost: $0.0009 - #14 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_14.txt | input: 1107, output: 1178, total: 2285, cost: $0.0009 - #15 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_15.txt | input: 1107, output: 1277, total: 2384, cost: $0.0009 - #16 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_16.txt | input: 1107, output: 1236, total: 2343, cost: $0.0009 - #17 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_17.txt | input: 1107, output: 1124, total: 2231, cost: $0.0008 - #18 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_18.txt | input: 1107, output: 1155, total: 2262, cost: $0.0009 - #19 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_19.txt | input: 1107, output: 1602, total: 2709, cost: $0.0011 - #20 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_20.txt | input: 1107, output: 1436, total: 2543, cost: $0.0010 - #21 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_21.txt | input: 1107, output: 1368, total: 2475, cost: $0.0010 - #22 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_22.txt | input: 1107, output: 1239, total: 2346, cost: $0.0009 - #23 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_23.txt | input: 1107, output: 1119, total: 2226, cost: $0.0008 - #24 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_24.txt | input: 1107, output: 1334, total: 2441, cost: $0.0010 - #25 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_25.txt | input: 1107, output: 1260, total: 2367, cost: $0.0009 - #26 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_26.txt | input: 1107, output: 1272, total: 2379, cost: $0.0009 - #27 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_27.txt | input: 1107, output: 1422, total: 2529, cost: $0.0010 - #28 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_28.txt | input: 1107, output: 1333, total: 2440, cost: $0.0010 - #29 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_29.txt | input: 1107, output: 1388, total: 2495, cost: $0.0010 - #30 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_30.txt | input: 1107, output: 1315, total: 2422, cost: $0.0010 - #31 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_31.txt | input: 1107, output: 1202, total: 2309, cost: $0.0009 - #32 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_32.txt | input: 1107, output: 1594, total: 2701, cost: $0.0011 - #33 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_33.txt | input: 1107, output: 1098, total: 2205, cost: $0.0008 - #34 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_34.txt | input: 1107, output: 1028, total: 2135, cost: $0.0008 - #35 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_35.txt | input: 1107, output: 1310, total: 2417, cost: $0.0010 - #36 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_36.txt | input: 1107, output: 1178, total: 2285, cost: $0.0009 - #37 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_37.txt | input: 1107, output: 1105, total: 2212, cost: $0.0008 - #38 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_38.txt | input: 1107, output: 1360, total: 2467, cost: $0.0010 - #39 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_39.txt | input: 1107, output: 1231, total: 2338, cost: $0.0009 - #40 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_40.txt | input: 1107, output: 1303, total: 2410, cost: $0.0010 - #41 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_41.txt | input: 1107, output: 1386, total: 2493, cost: $0.0010 - #42 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_42.txt | input: 1107, output: 1376, total: 2483, cost: $0.0010 - #43 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_43.txt | input: 1107, output: 1125, total: 2232, cost: $0.0008 - #44 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_44.txt | input: 1107, output: 1041, total: 2148, cost: $0.0008 - #45 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_45.txt | input: 1107, output: 1225, total: 2332, cost: $0.0009 - #46 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_46.txt | input: 1107, output: 1046, total: 2153, cost: $0.0008 - #47 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_47.txt | input: 1107, output: 1242, total: 2349, cost: $0.0009 - #48 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_48.txt | input: 1107, output: 1228, total: 2335, cost: $0.0009 - #49 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_49.txt | input: 1107, output: 1397, total: 2504, cost: $0.0010 - #50 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_50.txt | input: 1107, output: 1035, total: 2142, cost: $0.0008 - #51 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_51.txt | input: 1107, output: 1627, total: 2734, cost: $0.0012 - #52 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_52.txt | input: 1107, output: 1179, total: 2286, cost: $0.0009 - #53 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_53.txt | input: 1107, output: 1305, total: 2412, cost: $0.0010 - #54 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_54.txt | input: 1107, output: 1330, total: 2437, cost: $0.0010 - #55 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_55.txt | input: 1107, output: 1210, total: 2317, cost: $0.0009 - #56 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_56.txt | input: 1107, output: 1298, total: 2405, cost: $0.0009 - #57 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_57.txt | input: 1107, output: 1075, total: 2182, cost: $0.0008 - #58 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_58.txt | input: 1107, output: 1132, total: 2239, cost: $0.0008 - #59 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_59.txt | input: 1107, output: 1038, total: 2145, cost: $0.0008 - #60 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_60.txt | input: 1107, output: 1192, total: 2299, cost: $0.0009 - #61 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_61.txt | input: 1107, output: 1112, total: 2219, cost: $0.0008 - #62 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_62.txt | input: 1107, output: 1052, total: 2159, cost: $0.0008 - #63 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_63.txt | input: 1107, output: 1424, total: 2531, cost: $0.0010 - #64 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_64.txt | input: 1107, output: 1282, total: 2389, cost: $0.0009 - #65 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_65.txt | input: 1107, output: 1070, total: 2177, cost: $0.0008 - #66 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_66.txt | input: 1107, output: 1158, total: 2265, cost: $0.0009 - #67 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_67.txt | input: 1107, output: 1027, total: 2134, cost: $0.0008 - #68 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_68.txt | input: 1107, output: 1180, total: 2287, cost: $0.0009 - #69 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_69.txt | input: 1107, output: 1342, total: 2449, cost: $0.0010 - #70 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_70.txt | input: 1107, output: 1167, total: 2274, cost: $0.0009 - #71 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_71.txt | input: 1107, output: 1335, total: 2442, cost: $0.0010 - #72 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_72.txt | input: 1107, output: 1436, total: 2543, cost: $0.0010 - #73 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_73.txt | input: 1107, output: 1336, total: 2443, cost: $0.0010 - #74 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_74.txt | input: 1107, output: 1153, total: 2260, cost: $0.0009 - #75 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_75.txt | input: 1107, output: 1172, total: 2279, cost: $0.0009 - #76 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_76.txt | input: 1107, output: 1432, total: 2539, cost: $0.0010 - #77 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_77.txt | input: 1107, output: 1275, total: 2382, cost: $0.0009 - #78 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_78.txt | input: 1107, output: 1367, total: 2474, cost: $0.0010 - #79 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_79.txt | input: 1107, output: 1212, total: 2319, cost: $0.0009 - #80 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_80.txt | input: 1107, output: 1116, total: 2223, cost: $0.0008 - #81 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_81.txt | input: 1107, output: 1023, total: 2130, cost: $0.0008 - #82 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_82.txt | input: 1107, output: 1094, total: 2201, cost: $0.0008 - #83 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_83.txt | input: 1107, output: 1386, total: 2493, cost: $0.0010 - #84 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_84.txt | input: 1107, output: 1258, total: 2365, cost: $0.0009 - #85 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_85.txt | input: 1107, output: 1248, total: 2355, cost: $0.0009 - #86 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_86.txt | input: 1107, output: 1316, total: 2423, cost: $0.0010 - #87 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_87.txt | input: 1107, output: 1112, total: 2219, cost: $0.0008 - #88 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_88.txt | input: 1107, output: 1185, total: 2292, cost: $0.0009 - #89 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_89.txt | input: 1107, output: 1225, total: 2332, cost: $0.0009 - #90 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_90.txt | input: 1107, output: 1219, total: 2326, cost: $0.0009 - #91 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_91.txt | input: 1107, output: 1102, total: 2209, cost: $0.0008 - #92 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_92.txt | input: 1107, output: 1199, total: 2306, cost: $0.0009 - #93 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_93.txt | input: 1107, output: 1294, total: 2401, cost: $0.0009 - #94 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_94.txt | input: 1107, output: 1150, total: 2257, cost: $0.0009 - #95 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_95.txt | input: 1107, output: 1340, total: 2447, cost: $0.0010 - #96 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_96.txt | input: 1107, output: 1243, total: 2350, cost: $0.0009 - #97 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_97.txt | input: 1107, output: 1148, total: 2255, cost: $0.0009 - #98 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_98.txt | input: 1107, output: 1146, total: 2253, cost: $0.0009 - #99 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_99.txt | input: 1107, output: 1071, total: 2178, cost: $0.0008 - #100 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_100.txt | input: 1107, output: 1336, total: 2443, cost: $0.0010 - #101 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_101.txt | input: 1113, output: 1138, total: 2251, cost: $0.0009 - #102 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_102.txt | input: 1113, output: 989, total: 2102, cost: $0.0008 - #103 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_103.txt | input: 1113, output: 1267, total: 2380, cost: $0.0009 - #104 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_104.txt | input: 1113, output: 1247, total: 2360, cost: $0.0009 - #105 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_105.txt | input: 1113, output: 1363, total: 2476, cost: $0.0010 - #106 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_106.txt | input: 1113, output: 1170, total: 2283, cost: $0.0009 - #107 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_107.txt | input: 1113, output: 1390, total: 2503, cost: $0.0010 - #108 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_108.txt | input: 1113, output: 1067, total: 2180, cost: $0.0008 - #109 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_109.txt | input: 1113, output: 1296, total: 2409, cost: $0.0009 - #110 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_110.txt | input: 1113, output: 1075, total: 2188, cost: $0.0008 - #111 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_111.txt | input: 1113, output: 1019, total: 2132, cost: $0.0008 - #112 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_112.txt | input: 1113, output: 1285, total: 2398, cost: $0.0009 - #113 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_113.txt | input: 1113, output: 1126, total: 2239, cost: $0.0008 - #114 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_114.txt | input: 1113, output: 1054, total: 2167, cost: $0.0008 - #115 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_115.txt | input: 1113, output: 985, total: 2098, cost: $0.0008 - #116 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_116.txt | input: 1113, output: 1388, total: 2501, cost: $0.0010 - #117 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_117.txt | input: 1113, output: 1415, total: 2528, cost: $0.0010 - #118 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_118.txt | input: 1113, output: 1072, total: 2185, cost: $0.0008 - #119 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_119.txt | input: 1113, output: 1295, total: 2408, cost: $0.0009 - #120 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_120.txt | input: 1113, output: 1307, total: 2420, cost: $0.0010 - #121 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_121.txt | input: 1113, output: 1269, total: 2382, cost: $0.0009 - #122 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_122.txt | input: 1113, output: 1318, total: 2431, cost: $0.0010 - #123 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_123.txt | input: 1113, output: 1324, total: 2437, cost: $0.0010 - #124 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_124.txt | input: 1113, output: 1006, total: 2119, cost: $0.0008 - #125 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_125.txt | input: 1113, output: 1300, total: 2413, cost: $0.0010 - #126 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_126.txt | input: 1113, output: 1208, total: 2321, cost: $0.0009 - #127 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_127.txt | input: 1113, output: 1453, total: 2566, cost: $0.0010 - #128 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_128.txt | input: 1113, output: 1244, total: 2357, cost: $0.0009 - #129 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_129.txt | input: 1113, output: 1279, total: 2392, cost: $0.0009 - #130 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_130.txt | input: 1113, output: 1355, total: 2468, cost: $0.0010 - #131 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_131.txt | input: 1113, output: 1380, total: 2493, cost: $0.0010 - #132 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_132.txt | input: 1113, output: 1142, total: 2255, cost: $0.0009 - #133 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_133.txt | input: 1113, output: 1318, total: 2431, cost: $0.0010 - #134 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_134.txt | input: 1113, output: 1110, total: 2223, cost: $0.0008 - #135 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_135.txt | input: 1113, output: 1247, total: 2360, cost: $0.0009 - #136 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_136.txt | input: 1113, output: 1128, total: 2241, cost: $0.0008 - #137 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_137.txt | input: 1113, output: 1137, total: 2250, cost: $0.0008 - #138 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_138.txt | input: 1113, output: 1148, total: 2261, cost: $0.0009 - #139 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_139.txt | input: 1113, output: 1285, total: 2398, cost: $0.0009 - #140 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_140.txt | input: 1113, output: 1413, total: 2526, cost: $0.0010 - #141 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_141.txt | input: 1113, output: 1258, total: 2371, cost: $0.0009 - #142 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_142.txt | input: 1113, output: 1339, total: 2452, cost: $0.0010 - #143 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_143.txt | input: 1113, output: 1161, total: 2274, cost: $0.0009 - #144 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_144.txt | input: 1113, output: 1170, total: 2283, cost: $0.0009 - #145 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_145.txt | input: 1113, output: 1435, total: 2548, cost: $0.0010 - #146 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_146.txt | input: 1113, output: 1304, total: 2417, cost: $0.0010 - #147 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_147.txt | input: 1113, output: 949, total: 2062, cost: $0.0007 - #148 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_148.txt | input: 1113, output: 970, total: 2083, cost: $0.0007 - #149 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_149.txt | input: 1113, output: 1140, total: 2253, cost: $0.0009 - #150 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_150.txt | input: 1113, output: 1007, total: 2120, cost: $0.0008 - #151 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_151.txt | input: 1113, output: 1351, total: 2464, cost: $0.0010 - #152 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_152.txt | input: 1113, output: 1362, total: 2475, cost: $0.0010 - #153 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_153.txt | input: 1113, output: 1105, total: 2218, cost: $0.0008 - #154 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_154.txt | input: 1113, output: 1128, total: 2241, cost: $0.0008 - #155 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_155.txt | input: 1113, output: 1052, total: 2165, cost: $0.0008 - #156 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_156.txt | input: 1113, output: 1371, total: 2484, cost: $0.0010 - #157 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_157.txt | input: 1113, output: 1101, total: 2214, cost: $0.0008 - #158 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_158.txt | input: 1113, output: 1428, total: 2541, cost: $0.0010 - #159 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_159.txt | input: 1113, output: 1058, total: 2171, cost: $0.0008 - #160 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_160.txt | input: 1113, output: 1198, total: 2311, cost: $0.0009 - #161 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_161.txt | input: 1113, output: 1327, total: 2440, cost: $0.0010 - #162 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_162.txt | input: 1113, output: 1281, total: 2394, cost: $0.0009 - #163 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_163.txt | input: 1113, output: 1221, total: 2334, cost: $0.0009 - #164 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_164.txt | input: 1113, output: 1427, total: 2540, cost: $0.0010 - #165 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_165.txt | input: 1113, output: 1337, total: 2450, cost: $0.0010 - #166 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_166.txt | input: 1113, output: 1224, total: 2337, cost: $0.0009 - #167 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_167.txt | input: 1113, output: 1141, total: 2254, cost: $0.0009 - #168 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_168.txt | input: 1113, output: 1302, total: 2415, cost: $0.0010 - #169 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_169.txt | input: 1113, output: 1222, total: 2335, cost: $0.0009 - #170 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_170.txt | input: 1113, output: 1325, total: 2438, cost: $0.0010 - #171 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_171.txt | input: 1113, output: 1258, total: 2371, cost: $0.0009 - #172 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_172.txt | input: 1113, output: 1188, total: 2301, cost: $0.0009 - #173 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_173.txt | input: 1113, output: 1061, total: 2174, cost: $0.0008 - #174 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_174.txt | input: 1113, output: 1143, total: 2256, cost: $0.0009 - #175 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_175.txt | input: 1113, output: 1177, total: 2290, cost: $0.0009 - #176 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_176.txt | input: 1113, output: 1411, total: 2524, cost: $0.0010 - #177 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_177.txt | input: 1113, output: 1239, total: 2352, cost: $0.0009 - #178 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_178.txt | input: 1113, output: 1200, total: 2313, cost: $0.0009 - #179 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_179.txt | input: 1113, output: 1279, total: 2392, cost: $0.0009 - #180 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_180.txt | input: 1113, output: 1425, total: 2538, cost: $0.0010 - #181 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_181.txt | input: 1113, output: 1177, total: 2290, cost: $0.0009 - #182 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_182.txt | input: 1113, output: 1190, total: 2303, cost: $0.0009 - #183 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_183.txt | input: 1113, output: 1134, total: 2247, cost: $0.0008 - #184 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_184.txt | input: 1113, output: 1347, total: 2460, cost: $0.0010 - #185 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_185.txt | input: 1113, output: 1284, total: 2397, cost: $0.0009 - #186 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_186.txt | input: 1113, output: 1473, total: 2586, cost: $0.0011 - #187 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_187.txt | input: 1113, output: 1436, total: 2549, cost: $0.0010 - #188 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_188.txt | input: 1113, output: 1080, total: 2193, cost: $0.0008 - #189 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_189.txt | input: 1113, output: 1280, total: 2393, cost: $0.0009 - #190 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_190.txt | input: 1113, output: 1317, total: 2430, cost: $0.0010 - #191 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_191.txt | input: 1113, output: 1135, total: 2248, cost: $0.0008 - #192 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_192.txt | input: 1113, output: 1316, total: 2429, cost: $0.0010 - #193 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_193.txt | input: 1113, output: 1271, total: 2384, cost: $0.0009 - #194 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_194.txt | input: 1113, output: 1256, total: 2369, cost: $0.0009 - #195 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_195.txt | input: 1113, output: 1154, total: 2267, cost: $0.0009 - #196 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_196.txt | input: 1113, output: 1246, total: 2359, cost: $0.0009 - #197 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_197.txt | input: 1113, output: 1454, total: 2567, cost: $0.0010 - #198 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_198.txt | input: 1113, output: 1086, total: 2199, cost: $0.0008 - #199 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_199.txt | input: 1113, output: 1196, total: 2309, cost: $0.0009 - #200 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_200.txt | input: 1113, output: 1301, total: 2414, cost: $0.0010 - #201 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_201.txt | input: 1080, output: 1360, total: 2440, cost: $0.0010 - #202 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_202.txt | input: 1080, output: 1450, total: 2530, cost: $0.0010 - #203 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_203.txt | input: 1080, output: 1373, total: 2453, cost: $0.0010 - #204 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_204.txt | input: 1080, output: 1172, total: 2252, cost: $0.0009 - #205 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_205.txt | input: 1080, output: 1271, total: 2351, cost: $0.0009 - #206 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_206.txt | input: 1080, output: 1368, total: 2448, cost: $0.0010 - #207 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_207.txt | input: 1080, output: 1640, total: 2720, cost: $0.0012 - #208 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_208.txt | input: 1080, output: 1520, total: 2600, cost: $0.0011 - #209 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_209.txt | input: 1080, output: 1700, total: 2780, cost: $0.0012 - #210 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_210.txt | input: 1080, output: 1183, total: 2263, cost: $0.0009 - #211 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_211.txt | input: 1080, output: 1378, total: 2458, cost: $0.0010 - #212 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_212.txt | input: 1080, output: 1048, total: 2128, cost: $0.0008 - #213 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_213.txt | input: 1080, output: 1463, total: 2543, cost: $0.0010 - #214 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_214.txt | input: 1080, output: 1640, total: 2720, cost: $0.0012 - #215 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_215.txt | input: 1080, output: 1235, total: 2315, cost: $0.0009 - #216 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_216.txt | input: 1080, output: 1500, total: 2580, cost: $0.0011 - #217 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_217.txt | input: 1080, output: 1468, total: 2548, cost: $0.0011 - #218 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_218.txt | input: 1080, output: 1198, total: 2278, cost: $0.0009 - #219 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_219.txt | input: 1080, output: 1385, total: 2465, cost: $0.0010 - #220 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_220.txt | input: 1080, output: 1214, total: 2294, cost: $0.0009 - #221 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_221.txt | input: 1080, output: 1087, total: 2167, cost: $0.0008 - #222 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_222.txt | input: 1080, output: 1337, total: 2417, cost: $0.0010 - #223 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_223.txt | input: 1080, output: 1129, total: 2209, cost: $0.0008 - #224 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_224.txt | input: 1080, output: 1281, total: 2361, cost: $0.0009 - #225 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_225.txt | input: 1080, output: 1186, total: 2266, cost: $0.0009 - #226 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_226.txt | input: 1080, output: 1297, total: 2377, cost: $0.0009 - #227 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_227.txt | input: 1080, output: 1227, total: 2307, cost: $0.0009 - #228 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_228.txt | input: 1080, output: 1424, total: 2504, cost: $0.0010 - #229 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_229.txt | input: 1080, output: 1347, total: 2427, cost: $0.0010 - #230 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_230.txt | input: 1080, output: 1535, total: 2615, cost: $0.0011 - #231 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_231.txt | input: 1080, output: 1288, total: 2368, cost: $0.0009 - #232 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_232.txt | input: 1080, output: 1350, total: 2430, cost: $0.0010 - #233 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_233.txt | input: 1080, output: 1358, total: 2438, cost: $0.0010 - #234 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_234.txt | input: 1080, output: 1455, total: 2535, cost: $0.0010 - #235 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_235.txt | input: 1080, output: 1266, total: 2346, cost: $0.0009 - #236 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_236.txt | input: 1080, output: 1399, total: 2479, cost: $0.0010 - #237 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_237.txt | input: 1080, output: 1334, total: 2414, cost: $0.0010 - #238 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_238.txt | input: 1080, output: 1414, total: 2494, cost: $0.0010 - #239 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_239.txt | input: 1080, output: 1183, total: 2263, cost: $0.0009 - #240 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_240.txt | input: 1080, output: 1386, total: 2466, cost: $0.0010 - #241 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_241.txt | input: 1080, output: 1397, total: 2477, cost: $0.0010 - #242 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_242.txt | input: 1080, output: 1432, total: 2512, cost: $0.0010 - #243 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_243.txt | input: 1080, output: 1071, total: 2151, cost: $0.0008 - #244 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_244.txt | input: 1080, output: 901, total: 1981, cost: $0.0007 - #245 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_245.txt | input: 1080, output: 1127, total: 2207, cost: $0.0008 - #246 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_246.txt | input: 1080, output: 1150, total: 2230, cost: $0.0009 - #247 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_247.txt | input: 1080, output: 1212, total: 2292, cost: $0.0009 - #248 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_248.txt | input: 1080, output: 1444, total: 2524, cost: $0.0010 - #249 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_249.txt | input: 1080, output: 1307, total: 2387, cost: $0.0010 - #250 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_250.txt | input: 1080, output: 1418, total: 2498, cost: $0.0010 - #251 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_251.txt | input: 1080, output: 1326, total: 2406, cost: $0.0010 - #252 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_252.txt | input: 1080, output: 1373, total: 2453, cost: $0.0010 - #253 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_253.txt | input: 1080, output: 1042, total: 2122, cost: $0.0008 - #254 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_254.txt | input: 1080, output: 1191, total: 2271, cost: $0.0009 - #255 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_255.txt | input: 1080, output: 1331, total: 2411, cost: $0.0010 - #256 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_256.txt | input: 1080, output: 1512, total: 2592, cost: $0.0011 - #257 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_257.txt | input: 1080, output: 1238, total: 2318, cost: $0.0009 - #258 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_258.txt | input: 1080, output: 1462, total: 2542, cost: $0.0010 - #259 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_259.txt | input: 1080, output: 1479, total: 2559, cost: $0.0011 - #260 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_260.txt | input: 1080, output: 1145, total: 2225, cost: $0.0009 - #261 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_261.txt | input: 1080, output: 1124, total: 2204, cost: $0.0008 - #262 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_262.txt | input: 1080, output: 1152, total: 2232, cost: $0.0009 - #263 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_263.txt | input: 1080, output: 1284, total: 2364, cost: $0.0009 - #264 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_264.txt | input: 1080, output: 1201, total: 2281, cost: $0.0009 - #265 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_265.txt | input: 1080, output: 1480, total: 2560, cost: $0.0011 - #266 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_266.txt | input: 1080, output: 1166, total: 2246, cost: $0.0009 - #267 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_267.txt | input: 1080, output: 871, total: 1951, cost: $0.0007 - #268 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_268.txt | input: 1080, output: 1256, total: 2336, cost: $0.0009 - #269 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_269.txt | input: 1080, output: 1895, total: 2975, cost: $0.0013 - #270 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_270.txt | input: 1080, output: 1349, total: 2429, cost: $0.0010 - #271 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_271.txt | input: 1080, output: 1480, total: 2560, cost: $0.0011 - #272 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_272.txt | input: 1080, output: 1308, total: 2388, cost: $0.0010 - #273 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_273.txt | input: 1080, output: 1351, total: 2431, cost: $0.0010 - #274 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_274.txt | input: 1080, output: 1259, total: 2339, cost: $0.0009 - #275 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_275.txt | input: 1080, output: 1621, total: 2701, cost: $0.0011 - #276 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_276.txt | input: 1080, output: 1359, total: 2439, cost: $0.0010 - #277 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_277.txt | input: 1080, output: 1572, total: 2652, cost: $0.0011 - #278 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_278.txt | input: 1080, output: 1346, total: 2426, cost: $0.0010 - #279 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_279.txt | input: 1080, output: 1425, total: 2505, cost: $0.0010 - #280 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_280.txt | input: 1080, output: 1336, total: 2416, cost: $0.0010 - #281 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_281.txt | input: 1080, output: 1442, total: 2522, cost: $0.0010 - #282 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_282.txt | input: 1080, output: 1247, total: 2327, cost: $0.0009 - #283 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_283.txt | input: 1080, output: 1158, total: 2238, cost: $0.0009 - #284 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_284.txt | input: 1080, output: 1291, total: 2371, cost: $0.0009 - #285 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_285.txt | input: 1080, output: 1481, total: 2561, cost: $0.0011 - #286 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_286.txt | input: 1080, output: 1391, total: 2471, cost: $0.0010 - #287 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_287.txt | input: 1080, output: 1433, total: 2513, cost: $0.0010 - #288 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_288.txt | input: 1080, output: 1405, total: 2485, cost: $0.0010 - #289 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_289.txt | input: 1080, output: 1124, total: 2204, cost: $0.0008 - #290 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_290.txt | input: 1080, output: 966, total: 2046, cost: $0.0007 - #291 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_291.txt | input: 1080, output: 1021, total: 2101, cost: $0.0008 - #292 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_292.txt | input: 1080, output: 981, total: 2061, cost: $0.0007 - #293 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_293.txt | input: 1080, output: 1360, total: 2440, cost: $0.0010 - #294 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_294.txt | input: 1080, output: 1237, total: 2317, cost: $0.0009 - #295 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_295.txt | input: 1080, output: 987, total: 2067, cost: $0.0008 - #296 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_296.txt | input: 1080, output: 1086, total: 2166, cost: $0.0008 - #297 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_297.txt | input: 1080, output: 985, total: 2065, cost: $0.0008 - #298 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_298.txt | input: 1080, output: 1111, total: 2191, cost: $0.0008 - #299 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_299.txt | input: 1080, output: 950, total: 2030, cost: $0.0007 - #300 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_300.txt | input: 1080, output: 1313, total: 2393, cost: $0.0010 - #301 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_301.txt | input: 1080, output: 1402, total: 2482, cost: $0.0010 - #302 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_302.txt | input: 1080, output: 1261, total: 2341, cost: $0.0009 - #303 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_303.txt | input: 1080, output: 1398, total: 2478, cost: $0.0010 - #304 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_304.txt | input: 1080, output: 1502, total: 2582, cost: $0.0011 - #305 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_305.txt | input: 1080, output: 1264, total: 2344, cost: $0.0009 - #306 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_306.txt | input: 1080, output: 1215, total: 2295, cost: $0.0009 - #307 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_307.txt | input: 1080, output: 1252, total: 2332, cost: $0.0009 - #308 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_308.txt | input: 1080, output: 1326, total: 2406, cost: $0.0010 - #309 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_309.txt | input: 1080, output: 1281, total: 2361, cost: $0.0009 - #310 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_310.txt | input: 1080, output: 1486, total: 2566, cost: $0.0011 - #311 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_311.txt | input: 1080, output: 1284, total: 2364, cost: $0.0009 - #312 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_312.txt | input: 1080, output: 1395, total: 2475, cost: $0.0010 - #313 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_313.txt | input: 1080, output: 1386, total: 2466, cost: $0.0010 - #314 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_314.txt | input: 1080, output: 1349, total: 2429, cost: $0.0010 - #315 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_315.txt | input: 1080, output: 1080, total: 2160, cost: $0.0008 - #316 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_316.txt | input: 1080, output: 1445, total: 2525, cost: $0.0010 - #317 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_317.txt | input: 1080, output: 1346, total: 2426, cost: $0.0010 - #318 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_318.txt | input: 1080, output: 1224, total: 2304, cost: $0.0009 - #319 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_319.txt | input: 1080, output: 1286, total: 2366, cost: $0.0009 - #320 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_320.txt | input: 1080, output: 1351, total: 2431, cost: $0.0010 - #321 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_321.txt | input: 1080, output: 1595, total: 2675, cost: $0.0011 - #322 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_322.txt | input: 1080, output: 1075, total: 2155, cost: $0.0008 - #323 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_323.txt | input: 1080, output: 1545, total: 2625, cost: $0.0011 - #324 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_324.txt | input: 1080, output: 1325, total: 2405, cost: $0.0010 - #325 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_325.txt | input: 1080, output: 1291, total: 2371, cost: $0.0009 - #326 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_326.txt | input: 1080, output: 1359, total: 2439, cost: $0.0010 - #327 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_327.txt | input: 1080, output: 1282, total: 2362, cost: $0.0009 - #328 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_328.txt | input: 1080, output: 1518, total: 2598, cost: $0.0011 - #329 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_329.txt | input: 1080, output: 1241, total: 2321, cost: $0.0009 - #330 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_330.txt | input: 1080, output: 1332, total: 2412, cost: $0.0010 - #331 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_331.txt | input: 1080, output: 1152, total: 2232, cost: $0.0009 - #332 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_332.txt | input: 1080, output: 1341, total: 2421, cost: $0.0010 - #333 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_333.txt | input: 1080, output: 1049, total: 2129, cost: $0.0008 - #334 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_334.txt | input: 1080, output: 1297, total: 2377, cost: $0.0009 - #335 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_335.txt | input: 1080, output: 1307, total: 2387, cost: $0.0010 - #336 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_336.txt | input: 1080, output: 1208, total: 2288, cost: $0.0009 - #337 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_337.txt | input: 1080, output: 1213, total: 2293, cost: $0.0009 - #338 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_338.txt | input: 1080, output: 1246, total: 2326, cost: $0.0009 - #339 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_339.txt | input: 1080, output: 1264, total: 2344, cost: $0.0009 - #340 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_340.txt | input: 1080, output: 1526, total: 2606, cost: $0.0011 - #341 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_341.txt | input: 1080, output: 1684, total: 2764, cost: $0.0012 - #342 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_342.txt | input: 1080, output: 1108, total: 2188, cost: $0.0008 - #343 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_343.txt | input: 1080, output: 1256, total: 2336, cost: $0.0009 - #344 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_344.txt | input: 1080, output: 1617, total: 2697, cost: $0.0011 - #345 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_345.txt | input: 1080, output: 1169, total: 2249, cost: $0.0009 - #346 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_346.txt | input: 1080, output: 1594, total: 2674, cost: $0.0011 - #347 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_347.txt | input: 1080, output: 1654, total: 2734, cost: $0.0012 - #348 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_348.txt | input: 1080, output: 1358, total: 2438, cost: $0.0010 - #349 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_349.txt | input: 1080, output: 1473, total: 2553, cost: $0.0011 - #350 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_350.txt | input: 1080, output: 1314, total: 2394, cost: $0.0010 - #351 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_351.txt | input: 1080, output: 1420, total: 2500, cost: $0.0010 - #352 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_352.txt | input: 1080, output: 989, total: 2069, cost: $0.0008 - #353 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_353.txt | input: 1080, output: 1285, total: 2365, cost: $0.0009 - #354 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_354.txt | input: 1080, output: 1239, total: 2319, cost: $0.0009 - #355 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_355.txt | input: 1080, output: 1184, total: 2264, cost: $0.0009 - #356 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_356.txt | input: 1080, output: 1127, total: 2207, cost: $0.0008 - #357 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_357.txt | input: 1080, output: 1195, total: 2275, cost: $0.0009 - #358 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_358.txt | input: 1080, output: 1288, total: 2368, cost: $0.0009 - #359 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_359.txt | input: 1080, output: 1539, total: 2619, cost: $0.0011 - #360 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_360.txt | input: 1080, output: 1468, total: 2548, cost: $0.0011 - #361 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_361.txt | input: 1080, output: 1308, total: 2388, cost: $0.0010 - #362 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_362.txt | input: 1080, output: 1478, total: 2558, cost: $0.0011 - #363 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_363.txt | input: 1080, output: 1246, total: 2326, cost: $0.0009 - #364 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_364.txt | input: 1080, output: 1417, total: 2497, cost: $0.0010 - #365 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_365.txt | input: 1080, output: 1042, total: 2122, cost: $0.0008 - #366 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_366.txt | input: 1080, output: 1033, total: 2113, cost: $0.0008 - #367 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_367.txt | input: 1080, output: 1321, total: 2401, cost: $0.0010 - #368 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_368.txt | input: 1080, output: 1253, total: 2333, cost: $0.0009 - #369 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_369.txt | input: 1080, output: 1144, total: 2224, cost: $0.0009 - #370 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_370.txt | input: 1080, output: 1641, total: 2721, cost: $0.0012 - #371 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_371.txt | input: 1080, output: 1497, total: 2577, cost: $0.0011 - #372 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_372.txt | input: 1080, output: 1080, total: 2160, cost: $0.0008 - #373 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_373.txt | input: 1080, output: 1312, total: 2392, cost: $0.0010 - #374 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_374.txt | input: 1080, output: 1253, total: 2333, cost: $0.0009 - #375 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_375.txt | input: 1080, output: 1365, total: 2445, cost: $0.0010 - #376 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_376.txt | input: 1080, output: 1250, total: 2330, cost: $0.0009 - #377 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_377.txt | input: 1080, output: 1418, total: 2498, cost: $0.0010 - #378 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_378.txt | input: 1080, output: 1211, total: 2291, cost: $0.0009 - #379 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_379.txt | input: 1080, output: 1234, total: 2314, cost: $0.0009 - #380 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_380.txt | input: 1080, output: 1345, total: 2425, cost: $0.0010 - #381 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_381.txt | input: 1080, output: 1729, total: 2809, cost: $0.0012 - #382 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_382.txt | input: 1080, output: 1249, total: 2329, cost: $0.0009 - #383 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_383.txt | input: 1080, output: 1841, total: 2921, cost: $0.0013 - #384 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_384.txt | input: 1080, output: 1511, total: 2591, cost: $0.0011 - #385 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_385.txt | input: 1080, output: 1132, total: 2212, cost: $0.0008 - #386 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_386.txt | input: 1080, output: 1279, total: 2359, cost: $0.0009 - #387 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_387.txt | input: 1080, output: 1246, total: 2326, cost: $0.0009 - #388 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_388.txt | input: 1080, output: 1767, total: 2847, cost: $0.0012 - #389 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_389.txt | input: 1080, output: 1236, total: 2316, cost: $0.0009 - #390 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_390.txt | input: 1080, output: 1255, total: 2335, cost: $0.0009 - #391 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_391.txt | input: 1080, output: 1422, total: 2502, cost: $0.0010 - #392 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_392.txt | input: 1080, output: 1194, total: 2274, cost: $0.0009 - #393 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_393.txt | input: 1080, output: 1277, total: 2357, cost: $0.0009 - #394 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_394.txt | input: 1080, output: 1331, total: 2411, cost: $0.0010 - #395 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_395.txt | input: 1080, output: 1212, total: 2292, cost: $0.0009 - #396 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_396.txt | input: 1080, output: 992, total: 2072, cost: $0.0008 - #397 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_397.txt | input: 1080, output: 1289, total: 2369, cost: $0.0009 - #398 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_398.txt | input: 1080, output: 1301, total: 2381, cost: $0.0009 - #399 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_399.txt | input: 1080, output: 1433, total: 2513, cost: $0.0010 - #400 | output\porady_fantasy_sports_polska_20260408_033519_batch\text_400.txt | input: 1080, output: 1266, total: 2346, cost: $0.0009